index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-13
genirq: Add missing documentation for tot_count
Waiman Long
1
-0
/
+1
2019-02-13
Merge tag 'iio-for-5.1b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-0
/
+10
2019-02-13
locking/atomics: Check atomic headers with sha1sum
Mark Rutland
3
-0
/
+3
2019-02-12
Rename include/{uapi => }/asm-generic/shmparam.h really
Masahiro Yamada
1
-0
/
+0
2019-02-12
cpufreq: Allow light-weight tear down and bring up of CPUs
Viresh Kumar
1
-0
/
+2
2019-02-12
qcom: soc: llcc-slice: Clear the global drv_data pointer on error
Jordan Crouse
1
-0
/
+6
2019-02-12
net: sched: add flags to Qdisc class ops struct
Vlad Buslov
1
-0
/
+8
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
2
-6
/
+13
2019-02-12
net: sched: extend proto ops with 'put' callback
Vlad Buslov
1
-0
/
+1
2019-02-12
net: sched: track rtnl lock status when validating extensions
Vlad Buslov
1
-1
/
+1
2019-02-12
net: sched: prevent insertion of new classifiers during chain flush
Vlad Buslov
1
-0
/
+1
2019-02-12
net: sched: refactor tp insert/delete for concurrent execution
Vlad Buslov
1
-0
/
+18
2019-02-12
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
1
-0
/
+2
2019-02-12
net: sched: introduce reference counting for tcf_proto
Vlad Buslov
1
-0
/
+1
2019-02-12
net: sched: protect filter_chain list with filter_chain_lock mutex
Vlad Buslov
1
-0
/
+17
2019-02-12
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
1
-0
/
+2
2019-02-12
net: sched: protect block state with mutex
Vlad Buslov
1
-0
/
+5
2019-02-12
inet_diag: fix reporting cgroup classid and fallback to priority
Konstantin Khlebnikov
1
-5
/
+11
2019-02-12
ptp_qoriq: fix register memory map
Yangbo Lu
1
-9
/
+9
2019-02-12
ptp_qoriq: add little enadian support
Yangbo Lu
1
-6
/
+15
2019-02-12
ptp_qoriq: convert to use ptp_qoriq_init/free
Yangbo Lu
1
-0
/
+3
2019-02-12
ptp_qoriq: make ptp operations global
Yangbo Lu
1
-0
/
+9
2019-02-12
ptp_qoriq: make structure/function names more consistent
Yangbo Lu
1
-7
/
+7
2019-02-12
net/skbuff: fix up kernel-doc placement
Brian Norris
1
-6
/
+6
2019-02-12
net: phylink: add phylink_init_eee() helper
Russell King
1
-0
/
+1
2019-02-12
Revert "devlink: Add a generic wake_on_lan port parameter"
Vasundhara Volam
1
-8
/
+0
2019-02-12
ASoC: soc-acpi: remove new_mach_data field
Pierre-Louis Bossart
1
-2
/
+0
2019-02-12
ASoC: soc-acpi: remove asoc_plat_name field
Pierre-Louis Bossart
1
-3
/
+0
2019-02-12
scsi: core: Move resid from scsi_data_buffer to scsi_cmnd
Bart Van Assche
1
-3
/
+2
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
1
-1
/
+2
2019-02-12
Merge tag 'phy-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...
Greg Kroah-Hartman
1
-7
/
+6
2019-02-12
firmware: xilinx: Add APIs to control node status/power
Rajan Vaja
1
-0
/
+26
2019-02-12
dt-bindings: power: Add ZynqMP power domain bindings
Rajan Vaja
1
-0
/
+39
2019-02-12
firmware: xilinx: Implement ZynqMP power management APIs
Jolly Shah
1
-0
/
+20
2019-02-12
misc: fastrpc: Add support for dmabuf exporter
Srinivas Kandagatla
1
-0
/
+8
2019-02-12
misc: fastrpc: Add support for create remote init process
Srinivas Kandagatla
1
-0
/
+10
2019-02-12
misc: fastrpc: Add support for context Invoke method
Srinivas Kandagatla
1
-0
/
+23
2019-02-12
mei: bus: export to_mei_cl_device for mei client devices drivers
Tomas Winkler
1
-0
/
+2
2019-02-12
usb: ohci-da8xx: remove unused callbacks from platform data
Bartosz Golaszewski
1
-14
/
+0
2019-02-11
flow_offload: Fix flow action infrastructure
Eli Britstein
1
-1
/
+1
2019-02-11
devlink: add a generic board.manufacture version name
Jakub Kicinski
1
-0
/
+2
2019-02-11
lib/scatterlist: Provide a DMA page iterator
Jason Gunthorpe
1
-9
/
+40
2019-02-11
Merge tag 'topic/component-typed-2019-02-11' of git://anongit.freedesktop.org...
Greg Kroah-Hartman
3
-2
/
+83
2019-02-11
cfg80211: fix and clean up cfg80211_gen_new_bssid()
Johannes Berg
1
-10
/
+8
2019-02-11
cfg80211: Use const more consistently in for_each_element macros
Jouni Malinen
1
-9
/
+9
2019-02-11
module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity
Thomas Gleixner
1
-1
/
+17
2019-02-11
Merge branch 'locking/atomics' into locking/core, to pick up WIP commits
Ingo Molnar
4
-1624
/
+4742
2019-02-11
ntb_hw_switchtec: Added support of >=4G memory windows
Paul Selles
1
-1
/
+5
2019-02-11
ntb_hw_switchtec: NT req id mapping table register entry number should be 512
Wesley Sheng
1
-2
/
+2
2019-02-11
perf/x86: Add check_period PMU callback
Jiri Olsa
1
-0
/
+5
[prev]
[next]