index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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/ebiederm/user-namespace
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/gregkh/spdx
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/rafael/linux-pm
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
2019-08-13
rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayed
Paul E. McKenney
4
-1
/
+94
2019-08-13
rcu/nocb: EXP Check use and usefulness of ->nocb_lock_contended
Paul E. McKenney
1
-1
/
+3
2019-08-13
rcu/nocb: Add bypass callback queueing
Paul E. McKenney
5
-41
/
+395
2019-08-13
rcu/nocb: Atomic ->len field in rcu_segcblist structure
Paul E. McKenney
2
-8
/
+90
2019-08-13
rcu/nocb: Unconditionally advance and wake for excessive CBs
Paul E. McKenney
1
-5
/
+11
2019-08-13
rcu/nocb: Reduce ->nocb_lock contention with separate ->nocb_gp_lock
Paul E. McKenney
2
-5
/
+7
2019-08-13
rcu/nocb: Reduce contention at no-CBs invocation-done time
Paul E. McKenney
1
-3
/
+4
[prev]
[next]