summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-121-6/+18
|\
| * seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen2020-09-081-3/+8
| * seccomp: don't leak memory when filter install racesTycho Andersen2020-09-081-3/+10
* | gcov: add support for GCC 10.1Peter Oberparleiter2020-09-112-2/+3
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-09-091-2/+3
|\ \
| * | padata: fix possible padata_works_lock deadlockDaniel Jordan2020-09-041-2/+3
* | | Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-061-6/+29
|\ \ \
| * | | x86/entry: Unbreak 32bit fast syscallThomas Gleixner2020-09-041-6/+29
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-051-1/+1
|\ \ \ \
| * | | | fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser2020-09-051-1/+1
* | | | | gcov: Disable gcov build with GCC 10Leon Romanovsky2020-09-041-0/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-032-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser2020-08-241-2/+1
| * | | bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song2020-08-241-1/+1
| | |/ | |/|
* | | Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-301-0/+7
|\ \ \
| * | | genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner2020-08-301-0/+7
* | | | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-302-21/+22
|\ \ \ \
| * | | | lockdep,trace: Expose tracepointsPeter Zijlstra2020-08-261-5/+9
| * | | | cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-0/+3
| * | | | sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2020-08-261-14/+8
| * | | | lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra2020-08-261-2/+2
| | |/ / | |/| |
* | | | dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter2020-08-271-1/+1
* | | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2326-41/+41
|/ / /
* | | 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