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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-14
lib/vdso: Prepare for time namespace support
Thomas Gleixner
1
-0
/
+6
2020-01-14
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
1
-2
/
+1
2020-01-14
time: Add do_timens_ktime_to_host() helper
Andrei Vagin
1
-0
/
+17
2020-01-14
time: Add timens_offsets to be used for tasks in time namespace
Andrei Vagin
1
-0
/
+22
2020-01-14
ns: Introduce Time Namespace
Andrei Vagin
4
-0
/
+77
2020-01-14
soundwire: bus: fix device number leak on errors
Pierre-Louis Bossart
1
-1
/
+3
2020-01-14
phy: Add DisplayPort configuration options
Yuti Amonkar
2
-0
/
+100
2020-01-13
net: stmmac: Initial support for TBS
Jose Abreu
1
-0
/
+1
2020-01-13
mm, debug_pagealloc: don't rely on static keys too early
Vlastimil Babka
1
-3
/
+15
2020-01-13
mm: memcg/slab: fix percpu slab vmstats flushing
Roman Gushchin
1
-3
/
+2
2020-01-13
ptr_ring: add include of linux/mm.h
Jesper Dangaard Brouer
1
-0
/
+1
2020-01-13
iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()
Andy Shevchenko
2
-21
/
+1
2020-01-13
arch: wire up pidfd_getfd syscall
Sargun Dhillon
1
-0
/
+1
2020-01-13
vfs, fdtable: Add fget_task helper
Sargun Dhillon
1
-0
/
+2
2020-01-13
md/raid6: fix algorithm choice under larger PAGE_SIZE
Zhengyuan Liu
1
-0
/
+4
2020-01-13
raid6/test: fix a compilation warning
Zhengyuan Liu
1
-0
/
+2
2020-01-13
raid6/test: fix a compilation error
Zhengyuan Liu
1
-1
/
+0
2020-01-13
platform/mellanox: mlxreg-hotplug: Add support for new capability register
Vadim Pasternak
1
-0
/
+2
2020-01-13
tracing: kprobes: Output kprobe event to printk buffer
Masami Hiramatsu
1
-0
/
+1
2020-01-13
bootconfig: Add Extra Boot Config support
Masami Hiramatsu
1
-0
/
+224
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
2
-57
/
+57
2020-01-13
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
1
-2
/
+2
2020-01-13
perf: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
1
-3
/
+3
2020-01-13
Merge 5.5-rc6 into tty-next
Greg Kroah-Hartman
16
-47
/
+80
2020-01-13
Merge 5.5-rc6 into usb-next
Greg Kroah-Hartman
16
-47
/
+80
2020-01-13
Merge 5.5-rc6 into staging-next
Greg Kroah-Hartman
16
-47
/
+80
2020-01-13
extcon: Remove unneeded extern keyword from extcon.h
Chanwoo Choi
1
-15
/
+15
2020-01-12
Merge branch 'mlx5_vdpa' into rdma.git for-next
Jason Gunthorpe
2
-0
/
+24
2020-01-12
ixp4xx_eth: move platform_data definition
Arnd Bergmann
1
-0
/
+19
2020-01-12
wan: ixp4xx_hss: prepare compile testing
Arnd Bergmann
1
-0
/
+17
2020-01-12
mlx4: Bump up MAX_MSIX from 64 to 128
Jonathan Lemon
1
-1
/
+1
2020-01-12
iio: adis: Remove startup_delay
Nuno Sá
1
-1
/
+0
2020-01-12
iio: adis: Introduce timeouts structure
Nuno Sá
1
-0
/
+13
2020-01-10
Merge tag 'samsung-drivers-5.6' of https://git.kernel.org/pub/scm/linux/kerne...
Olof Johansson
2
-9
/
+9
2020-01-10
rculist.h: Add list_tail_rcu()
Madhuparna Bhowmik
1
-0
/
+10
2020-01-10
rculist_nulls: Change docbook comment headers
Madhuparna Bhowmik
1
-2
/
+2
2020-01-10
rculist_nulls: Add docbook comments
Madhuparna Bhowmik
1
-0
/
+8
2020-01-10
rcu: Add a hlist_nulls_unhashed_lockless() function
Paul E. McKenney
1
-0
/
+22
2020-01-10
rcu: Add and update docbook header comments in list.h
Paul E. McKenney
1
-17
/
+95
2020-01-10
rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls
Paul E. McKenney
2
-8
/
+8
2020-01-10
Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-22
/
+0
2020-01-10
Merge tag 'mtd/fixes-for-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-01-10
net/mlx5: Expose vDPA emulation device capabilities
Yishai Hadas
1
-0
/
+9
2020-01-10
net/mlx5: Add Virtio Emulation related device capabilities
Yishai Hadas
1
-0
/
+15
2020-01-10
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
1
-1
/
+5
2020-01-10
efi/x86: Drop two near identical versions of efi_runtime_init()
Ard Biesheuvel
1
-19
/
+0
2020-01-10
efi/x86: Avoid redundant cast of EFI firmware service pointer
Ard Biesheuvel
1
-1
/
+3
2020-01-10
Merge branch 'x86/mm' into efi/core, to pick up dependencies
Ingo Molnar
2
-10
/
+7
2020-01-10
Merge branch 'linus' into efi/core, to pick up fixes
Ingo Molnar
14
-24
/
+79
2020-01-10
serial_core: Move sysrq functions from header file
Dmitry Safonov
1
-79
/
+5
[prev]
[next]