summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-222-12/+7
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-152-12/+7
| |\
| | * bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song2020-09-151-1/+3
| | * bpf: Do not use bucket_lock for hashmap iteratorYonghong Song2020-09-031-11/+4
* | | Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-09-225-28/+53
|\ \ \
| * | | kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu2020-09-181-0/+22
| * | | tracing: fix double freeTom Rix2020-09-181-1/+0
| * | | ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-181-2/+1
| * | | tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-09-182-25/+25
| * | | ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter2020-09-181-0/+1
| * | | ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes2020-09-181-0/+2
| * | | kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-09-181-2/+3
* | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2020-09-211-1/+1
|\ \ \ \
| * | | | rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney2020-09-161-1/+1
* | | | | 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
|\ \ \