summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-08-21posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner
2019-08-21posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner
2019-08-21bpf: clarify description for CONFIG_BPF_EVENTSPeter Wu
2019-08-21hrtimer: Don't take expiry_lock when timer is currently migratedJulien Grall
2019-08-21hrtimer: Protect lockless access to timer->baseJulien Grall
2019-08-21extable: Add function to search only kernel exception tableSantosh Sivaraj
2019-08-21modules: page-align module section allocations only for arches supporting str...He Zhe
2019-08-21PM: QoS: Get rid of unused flagsAmit Kucheria
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo
2019-08-21PM / wakeup: Use wakeup_source_register() in wakelock.cTri Vo
2019-08-21dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig
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