aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-08-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+4
2019-08-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2019-08-25Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+14
2019-08-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+8
2019-08-24Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-7/+11
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing1-0/+8
2019-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-16/+23
2019-08-24bpf: fix use after free in prog symbol exposureDaniel Borkmann1-12/+18
2019-08-24bpf: fix precision tracking in presence of bpf2bpf callsAlexei Starovoitov1-4/+5
2019-08-23Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2019-08-23timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner2-9/+18
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar19-703/+1263
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe24-553/+236
2019-08-21posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner2-3/+4
2019-08-21posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner1-7/+13
2019-08-21bpf: clarify description for CONFIG_BPF_EVENTSPeter Wu1-1/+2
2019-08-21hrtimer: Don't take expiry_lock when timer is currently migratedJulien Grall1-1/+5
2019-08-21hrtimer: Protect lockless access to timer->baseJulien Grall1-1/+2
2019-08-21extable: Add function to search only kernel exception tableSantosh Sivaraj1-2/+9
2019-08-21modules: page-align module section allocations only for arches supporting str...He Zhe1-1/+6
2019-08-21PM: QoS: Get rid of unused flagsAmit Kucheria1-48/+0
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo3-3/+3
2019-08-21PM / wakeup: Use wakeup_source_register() in wakelock.cTri Vo1-13/+19
2019-08-21dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig2-7/+11
2019-08-20posix-cpu-timers: Fixup stale commentThomas Gleixner1-3/+4
2019-08-20hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker2-4/+16
2019-08-20posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner3-1/+32
2019-08-20arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused argumentsCatalin Marinas1-0/+4
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2-2/+6
2019-08-20bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet1-0/+12
2019-08-20bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing1-1/+1
2019-08-20memremap: provide a not device managed memremap_pagesChristoph Hellwig1-32/+52
2019-08-20memremap: don't use a separate devm action for devmap_managed_enable_getChristoph Hellwig1-5/+10
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig1-5/+1
2019-08-20resource: add a not device managed request_free_mem_region variantChristoph Hellwig1-14/+31
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe1-1/+0
2019-08-19kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett1-1/+9
2019-08-19lockdown: Lock down perf when in confidentiality modeDavid Howells1-0/+7
2019-08-19bpf: Restrict bpf when kernel lockdown is in confidentiality modeDavid Howells1-0/+10
2019-08-19lockdown: Lock down tracing and perf kprobes when in confidentiality modeDavid Howells1-0/+5
2019-08-19lockdown: Lock down module params that specify hardware parameters (eg. ioport)David Howells1-5/+16
2019-08-19hibernate: Disable when the kernel is locked downJosh Boyer1-1/+2
2019-08-19kexec_file: Restrict at runtime if the kernel is locked downJiri Bohac1-1/+1
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac1-9/+51
2019-08-19kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett1-0/+8
2019-08-19lockdown: Enforce module signatures if the kernel is locked downDavid Howells1-7/+30
2019-08-19Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2019-08-19genirq: Properly pair kobject_del() with kobject_add()Michael Kelley1-1/+14
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-40/+39
2019-08-19genirq: Force interrupt threading on RTThomas Gleixner1-1/+1