summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-08-24Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing
2019-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-08-24bpf: fix use after free in prog symbol exposureDaniel Borkmann
2019-08-24bpf: fix precision tracking in presence of bpf2bpf callsAlexei Starovoitov
2019-08-23Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-08-23timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe
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