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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-21
PM / wakeup: Use wakeup_source_register() in wakelock.c
Tri Vo
1
-13
/
+19
2019-08-21
dma-direct: fix zone selection after an unaddressable CMA allocation
Christoph Hellwig
2
-7
/
+11
2019-08-20
posix-cpu-timers: Fixup stale comment
Thomas Gleixner
1
-3
/
+4
2019-08-20
hrtimer: Improve comments on handling priority inversion against softirq kthread
Frederic Weisbecker
2
-4
/
+16
2019-08-20
posix-timers: Use a callback for cancel synchronization on PREEMPT_RT
Thomas Gleixner
3
-1
/
+32
2019-08-20
arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused arguments
Catalin Marinas
1
-0
/
+4
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2
-2
/
+6
2019-08-20
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
1
-0
/
+12
2019-08-20
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
YueHaibing
1
-1
/
+1
2019-08-20
memremap: provide a not device managed memremap_pages
Christoph Hellwig
1
-32
/
+52
2019-08-20
memremap: don't use a separate devm action for devmap_managed_enable_get
Christoph Hellwig
1
-5
/
+10
2019-08-20
memremap: remove the dev field in struct dev_pagemap
Christoph Hellwig
1
-5
/
+1
2019-08-20
resource: add a not device managed request_free_mem_region variant
Christoph Hellwig
1
-14
/
+31
2019-08-20
hmm: use mmu_notifier_get/put for 'struct hmm'
Jason Gunthorpe
1
-1
/
+0
2019-08-19
kexec: Allow kexec_file() with appropriate IMA policy when locked down
Matthew Garrett
1
-1
/
+9
2019-08-19
lockdown: Lock down perf when in confidentiality mode
David Howells
1
-0
/
+7
2019-08-19
bpf: Restrict bpf when kernel lockdown is in confidentiality mode
David Howells
1
-0
/
+10
2019-08-19
lockdown: Lock down tracing and perf kprobes when in confidentiality mode
David Howells
1
-0
/
+5
2019-08-19
lockdown: Lock down module params that specify hardware parameters (eg. ioport)
David Howells
1
-5
/
+16
2019-08-19
hibernate: Disable when the kernel is locked down
Josh Boyer
1
-1
/
+2
2019-08-19
kexec_file: Restrict at runtime if the kernel is locked down
Jiri Bohac
1
-1
/
+1
2019-08-19
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
1
-9
/
+51
2019-08-19
kexec_load: Disable at runtime if the kernel is locked down
Matthew Garrett
1
-0
/
+8
2019-08-19
lockdown: Enforce module signatures if the kernel is locked down
David Howells
1
-7
/
+30
2019-08-19
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+5
2019-08-19
genirq: Properly pair kobject_del() with kobject_add()
Michael Kelley
1
-1
/
+14
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-40
/
+39
2019-08-19
genirq: Force interrupt threading on RT
Thomas Gleixner
1
-1
/
+1
2019-08-19
signal: Allow cifs and drbd to receive their terminating signals
Eric W. Biederman
1
-0
/
+5
2019-08-19
livepatch: Nullify obj->mod in klp_module_coming()'s error path
Miroslav Benes
1
-0
/
+1
2019-08-19
kprobes: Fix potential deadlock in kprobe_optimizer()
Andrea Righi
1
-4
/
+4
2019-08-19
sched/core: Schedule new worker even if PI-blocked
Sebastian Andrzej Siewior
1
-1
/
+4
2019-08-18
Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-15
/
+1
2019-08-17
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
Björn Töpel
1
-2
/
+6
2019-08-17
xsk: remove AF_XDP socket from map when the socket is released
Björn Töpel
1
-20
/
+105
2019-08-17
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
1
-3
/
+13
2019-08-16
genirq: remove the is_affinity_mask_valid hook
Christoph Hellwig
1
-14
/
+0
2019-08-16
Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-4
/
+10
2019-08-16
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-4
/
+10
2019-08-16
PM: sleep: Replace strncmp() with str_has_prefix()
Chuhong Yuan
1
-1
/
+1
2019-08-16
printk: Replace strncmp() with str_has_prefix()
Chuhong Yuan
2
-10
/
+27
2019-08-15
btf: fix return value check in btf_vmlinux_init()
Wei Yongjun
1
-7
/
+2
2019-08-14
Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-7
/
+24
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
5
-55
/
+350
2019-08-13
rcu: Allow rcu_do_batch() to dynamically adjust batch sizes
Eric Dumazet
1
-1
/
+19
2019-08-13
rcu/nocb: Don't wake no-CBs GP kthread if timer posted under overload
Paul E. McKenney
1
-2
/
+5
2019-08-13
rcu/nocb: Reduce __call_rcu_nocb_wake() leaf rcu_node ->lock contention
Paul E. McKenney
1
-3
/
+10
2019-08-13
rcu/nocb: Reduce nocb_cb_wait() leaf rcu_node ->lock contention
Paul E. McKenney
1
-1
/
+4
2019-08-13
rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()
Paul E. McKenney
1
-0
/
+1
2019-08-13
rcu/nocb: Avoid synchronous wakeup in __call_rcu_nocb_wake()
Paul E. McKenney
1
-14
/
+5
[prev]
[next]