summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-08-20posix-cpu-timers: Fixup stale commentThomas Gleixner
2019-08-20hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker
2019-08-20posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner
2019-08-20arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused argumentsCatalin Marinas
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet
2019-08-20bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet
2019-08-20bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing
2019-08-20memremap: provide a not device managed memremap_pagesChristoph Hellwig
2019-08-20memremap: don't use a separate devm action for devmap_managed_enable_getChristoph Hellwig
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig
2019-08-20resource: add a not device managed request_free_mem_region variantChristoph Hellwig
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe
2019-08-19kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett
2019-08-19lockdown: Lock down perf when in confidentiality modeDavid Howells
2019-08-19bpf: Restrict bpf when kernel lockdown is in confidentiality modeDavid Howells
2019-08-19lockdown: Lock down tracing and perf kprobes when in confidentiality modeDavid Howells
2019-08-19lockdown: Lock down module params that specify hardware parameters (eg. ioport)David Howells
2019-08-19hibernate: Disable when the kernel is locked downJosh Boyer
2019-08-19kexec_file: Restrict at runtime if the kernel is locked downJiri Bohac
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac
2019-08-19kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett
2019-08-19lockdown: Enforce module signatures if the kernel is locked downDavid Howells
2019-08-19Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19genirq: Properly pair kobject_del() with kobject_add()Michael Kelley
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-19genirq: Force interrupt threading on RTThomas Gleixner
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2019-08-19livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes
2019-08-19kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi
2019-08-19sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior
2019-08-18Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-08-17xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev
2019-08-16genirq: remove the is_affinity_mask_valid hookChristoph Hellwig
2019-08-16Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-08-16Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-08-16PM: sleep: Replace strncmp() with str_has_prefix()Chuhong Yuan
2019-08-16printk: Replace strncmp() with str_has_prefix()Chuhong Yuan
2019-08-15btf: fix return value check in btf_vmlinux_init()Wei Yongjun
2019-08-14Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-13rcu: Allow rcu_do_batch() to dynamically adjust batch sizesEric Dumazet
2019-08-13rcu/nocb: Don't wake no-CBs GP kthread if timer posted under overloadPaul E. McKenney
2019-08-13rcu/nocb: Reduce __call_rcu_nocb_wake() leaf rcu_node ->lock contentionPaul E. McKenney
2019-08-13rcu/nocb: Reduce nocb_cb_wait() leaf rcu_node ->lock contentionPaul E. McKenney
2019-08-13rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()Paul E. McKenney
2019-08-13rcu/nocb: Avoid synchronous wakeup in __call_rcu_nocb_wake()Paul E. McKenney
2019-08-13rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedPaul E. McKenney
2019-08-13rcu/nocb: EXP Check use and usefulness of ->nocb_lock_contendedPaul E. McKenney