Age | Commit message (Expand) | Author | Files | Lines |
2020-09-27 | mm/fork: Pass new vma pointer into copy_page_range() | Peter Xu | 1 | -1/+1 |
2020-09-27 | mm: Introduce mm_struct.has_pinned | Peter Xu | 1 | -0/+1 |
2020-09-25 | Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -0/+2 |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2 | -12/+7 |
2020-09-22 | Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 5 | -28/+53 |
2020-09-21 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 1 | -1/+1 |
2020-09-21 | rcu/tree: Export rcu_idle_{enter,exit} to modules | Borislav Petkov | 1 | -0/+2 |
2020-09-20 | Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+4 |
2020-09-20 | Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 3 | -8/+33 |
2020-09-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -4/+10 |
2020-09-19 | stackleak: let stack_erasing_sysctl take a kernel pointer buffer | Tobias Klauser | 1 | -1/+1 |
2020-09-19 | ftrace: let ftrace_enable_sysctl take a kernel pointer buffer | Tobias Klauser | 1 | -2/+1 |
2020-09-19 | kprobes: fix kill kprobe which has been marked as gone | Muchun Song | 1 | -1/+8 |
2020-09-18 | Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -2/+2 |
2020-09-18 | kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot | Masami Hiramatsu | 1 | -0/+22 |
2020-09-18 | tracing: fix double free | Tom Rix | 1 | -1/+0 |
2020-09-18 | ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer | Tobias Klauser | 1 | -2/+1 |
2020-09-18 | tracing: Make the space reserved for the pid wider | Sebastian Andrzej Siewior | 2 | -25/+25 |
2020-09-18 | ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms | Adrian Hunter | 1 | -0/+1 |
2020-09-18 | ftrace: Free the trampoline when ftrace_startup() fails | Miroslav Benes | 1 | -0/+2 |
2020-09-18 | kprobes: Fix to check probe enabled before disarm_kprobe_ftrace() | Masami Hiramatsu | 1 | -2/+3 |
2020-09-17 | mm: allow a controlled amount of unfairness in the page lock | Linus Torvalds | 1 | -0/+8 |
2020-09-16 | rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread() | Paul E. McKenney | 1 | -1/+1 |
2020-09-16 | locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count | Hou Tao | 1 | -2/+2 |
2020-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -12/+7 |
2020-09-15 | bpf: Fix a rcu warning for bpffs map pretty-print | Yonghong Song | 1 | -1/+3 |
2020-09-14 | core/entry: Report syscall correctly for trace and audit | Kees Cook | 1 | -2/+4 |
2020-09-14 | lockdep: fix order in trace_hardirqs_off_caller() | Sven Schnelle | 1 | -2/+2 |
2020-09-12 | Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+18 |
2020-09-11 | gcov: add support for GCC 10.1 | Peter Oberparleiter | 2 | -2/+3 |
2020-09-09 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -2/+3 |
2020-09-08 | seccomp: don't leave dangling ->notif if file allocation fails | Tycho Andersen | 1 | -3/+8 |
2020-09-08 | seccomp: don't leak memory when filter install races | Tycho Andersen | 1 | -3/+10 |
2020-09-06 | Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+29 |
2020-09-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2020-09-05 | fork: adjust sysctl_max_threads definition to match prototype | Tobias Klauser | 1 | -1/+1 |
2020-09-04 | gcov: Disable gcov build with GCC 10 | Leon Romanovsky | 1 | -0/+1 |
2020-09-04 | x86/entry: Unbreak 32bit fast syscall | Thomas Gleixner | 1 | -6/+29 |
2020-09-04 | padata: fix possible padata_works_lock deadlock | Daniel Jordan | 1 | -2/+3 |
2020-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2 | -3/+2 |
2020-09-03 | bpf: Do not use bucket_lock for hashmap iterator | Yonghong Song | 1 | -11/+4 |
2020-09-03 | locking/lockdep: Fix "USED" <- "IN-NMI" inversions | peterz@infradead.org | 2 | -6/+31 |
2020-08-30 | Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+7 |
2020-08-30 | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -21/+22 |
2020-08-30 | genirq/matrix: Deal with the sillyness of for_each_cpu() on UP | Thomas Gleixner | 1 | -0/+7 |
2020-08-27 | dma-pool: Fix an uninitialized variable bug in atomic_pool_expand() | Dan Carpenter | 1 | -1/+1 |
2020-08-26 | lockdep,trace: Expose tracepoints | Peter Zijlstra | 1 | -5/+9 |
2020-08-26 | cpuidle: Move trace_cpu_idle() into generic code | Peter Zijlstra | 1 | -0/+3 |
2020-08-26 | sched,idle,rcu: Push rcu_idle deeper into the idle path | Peter Zijlstra | 1 | -14/+8 |
2020-08-26 | lockdep: Use raw_cpu_*() for per-cpu variables | Peter Zijlstra | 1 | -2/+2 |