summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-231-1/+2
|\
| * core/entry: Respect syscall number rewritesThomas Gleixner2020-08-211-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-232-3/+18
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-212-3/+18
| |\ \
| | * | bpf: Avoid visit same object multiple timesYonghong Song2020-08-181-1/+2
| | * | bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song2020-08-181-1/+14
| | * | bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song2020-08-171-1/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-212-1/+2
|\ \ \ \
| * | | | uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins2020-08-211-1/+1
| * | | | kernel/relay.c: fix memleak on destroy relay channelWei Yongjun2020-08-211-0/+1
| |/ / /
* | | | Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-202-71/+87
|\ \ \ \ | |/ / / |/| | |
| * | | dma-pool: Only allocate from CMA when in same memory zoneNicolas Saenz Julienne2020-08-141-1/+30
| * | | dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig2020-08-142-70/+57
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-171-10/+14
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-141-10/+14
| |\ \ \
| | * | | bpf: Iterate through all PT_NOTE sections when looking for build idJiri Olsa2020-08-121-10/+14
* | | | | watch_queue: Limit the number of watches a user can holdDavid Howells2020-08-171-0/+8
| |_|_|/ |/| | |
* | | | Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-162-2/+22
|\ \ \ \
| * | | | task_work: only grab task signal lock when neededJens Axboe2020-08-132-2/+22
* | | | | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-0/+3
|\ \ \ \ \
| * | | | | dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig2020-08-141-0/+3
* | | | | | Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-151-15/+26
|\ \ \ \ \ \
| * | | | | | kexec_file: Correctly output debugging information for the PT_LOAD ELF headerLianbo Jiang2020-08-071-4/+4
| * | | | | | kexec: Improve & fix crash_exclude_mem_range() to handle overlapping rangesLianbo Jiang2020-08-071-12/+23
* | | | | | | Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-152-12/+5
|\ \ \ \ \ \ \
| * | | | | | | sched/debug: Fix the alignment of the show-state debug outputLibing Zhou2020-08-141-11/+4
| * | | | | | | sched: Fix use of count for nr_running tracepointPhil Auld2020-08-061-1/+1
* | | | | | | | Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-151-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capabilityAlexey Budankov2020-08-061-2/+2
* | | | | | | | | Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-151-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | futex: Convert to use the preferred 'fallthrough' macroMiaohe Lin2020-08-131-2/+2
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-153-173/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | all arch: remove system call sys_sysctlXiaoming Ni2020-08-143-173/+1
* | | | | | | | | | | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-142-50/+1
* | | | | | | | | | | dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins2020-08-141-18/+9
|/ / / / / / / / / /
* | | | | | | | | | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-145-7/+53
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | time: Delete repeated words in commentsRandy Dunlap2020-08-103-3/+3
| * | | | | | | | | | timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner2020-08-063-4/+50
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-143-25/+201
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-063-12/+183
| * | | | | | | | | | posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner2020-08-061-19/+24
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-142-4/+11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | genirq: Unlock irq descriptor after errorsGuenter Roeck2020-08-131-2/+5
| * | | | | | | | | genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck2020-08-121-2/+6
* | | | | | | | | | Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-141-17/+43
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2020-08-051-0/+26
| * | | | | | | | | modules: return licensing information from find_symbolChristoph Hellwig2020-08-011-5/+11
| * | | | | | | | | modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2020-08-011-2/+2
| * | | | | | | | | modules: unexport __module_addressChristoph Hellwig2020-08-011-1/+0
| * | | | | | | | | modules: unexport __module_text_addressChristoph Hellwig2020-08-011-1/+0