summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-201-2/+4
|\
| * core/entry: Report syscall correctly for trace and auditKees Cook2020-09-141-2/+4
* | Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-203-8/+33
|\ \
| * | locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao2020-09-161-2/+2
| * | locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2020-09-032-6/+31
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-193-4/+10
|\ \ \
| * | | stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser2020-09-191-1/+1
| * | | ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-191-2/+1
| * | | kprobes: fix kill kprobe which has been marked as goneMuchun Song2020-09-191-1/+8
* | | | Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-09-181-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle2020-09-141-2/+2
| | |/ | |/|
* / | mm: allow a controlled amount of unfairness in the page lockLinus Torvalds2020-09-171-0/+8
|/ /
* | 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
| |\ \ \ \