| Age | Commit message (Expand) | Author | Lines |
| 2021-10-14 | sched/topology: Remove unused numa_distance in cpu_attach_domain() | Yicong Yang | -4/+0 |
| 2021-10-14 | sched/numa: Fix a few comments | Bharata B Rao | -2/+2 |
| 2021-10-14 | sched/numa: Remove the redundant member numa_group::fault_cpus | Bharata B Rao | -7/+5 |
| 2021-10-14 | sched/numa: Replace hard-coded number by a define in numa_task_group() | Bharata B Rao | -1/+2 |
| 2021-10-14 | sched,livepatch: Use wake_up_if_idle() | Peter Zijlstra | -1/+4 |
| 2021-10-13 | tracing: Fix event probe removal from dynamic events | Steven Rostedt (VMware) | -3/+51 |
| 2021-10-13 | tracing: in_irq() cleanup | Changbin Du | -2/+2 |
| 2021-10-13 | Merge tag 'modules-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | -0/+2 |
| 2021-10-11 | Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | -27/+29 |
| 2021-10-11 | Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | -2/+16 |
| 2021-10-11 | workqueue: fix state-dump console deadlock | Johan Hovold | -2/+16 |
| 2021-10-11 | dma-debug: fix sg checks in debug_dma_map_sg() | Gerald Schaefer | -6/+6 |
| 2021-10-11 | dma-mapping: fix the kerneldoc for dma_map_sgtable() | Logan Gunthorpe | -6/+6 |
| 2021-10-10 | tracing: Fix missing * in comment block | Colin Ian King | -1/+1 |
| 2021-10-10 | tracing: Fix memory leak in eprobe_register() | Vamshi K Sthambamkadi | -0/+7 |
| 2021-10-10 | ftrace: Add unit test for removing trace function | Carles Pey | -0/+34 |
| 2021-10-08 | ftrace: Cleanup ftrace_dyn_arch_init() | Weizhao Ouyang | -0/+5 |
| 2021-10-08 | tracing: Disable "other" permission bits in the tracefs files | Steven Rostedt (VMware) | -96/+103 |
| 2021-10-08 | bpftool: Add install-bin target to install binary only | Quentin Monnet | -1/+1 |
| 2021-10-08 | bpf: iterators: Install libbpf headers when building | Quentin Monnet | -13/+25 |
| 2021-10-08 | bpf: preload: Install libbpf headers when building | Quentin Monnet | -5/+20 |
| 2021-10-08 | coredump: Limit coredumps to a single thread group | Eric W. Biederman | -10/+4 |
| 2021-10-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | -7/+44 |
| 2021-10-07 | Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09.... | Paul E. McKenney | -120/+146 |
| 2021-10-07 | rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr | Peter Zijlstra | -1/+1 |
| 2021-10-07 | rcu: Always inline rcu_dynticks_task*_{enter,exit}() | Peter Zijlstra | -4/+4 |
| 2021-10-07 | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | -1/+2 |
| 2021-10-07 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | -1/+2 |
| 2021-10-07 | tracing: Initialize upper and lower vars in pid_list_refill_irq() | Steven Rostedt (VMware) | -2/+2 |
| 2021-10-07 | tracing: Fix missing osnoise tracer on max_latency | Jackie Liu | -7/+4 |
| 2021-10-07 | sched: Simplify wake_up_*idle*() | Peter Zijlstra | -12/+8 |
| 2021-10-07 | sched,livepatch: Use task_call_func() | Peter Zijlstra | -46/+44 |
| 2021-10-07 | sched,rcu: Rework try_invoke_on_locked_down_task() | Peter Zijlstra | -13/+13 |
| 2021-10-07 | sched: Improve try_invoke_on_locked_down_task() | Peter Zijlstra | -24/+39 |
| 2021-10-07 | futex: Implement sys_futex_waitv() | André Almeida | -0/+336 |
| 2021-10-07 | futex: Simplify double_lock_hb() | Peter Zijlstra | -8/+6 |
| 2021-10-07 | futex: Split out wait/wake | Peter Zijlstra | -536/+543 |
| 2021-10-07 | futex: Split out requeue | Peter Zijlstra | -963/+979 |
| 2021-10-07 | futex: Rename mark_wake_futex() | Peter Zijlstra | -5/+5 |
| 2021-10-07 | futex: Rename: match_futex() | Peter Zijlstra | -12/+12 |
| 2021-10-07 | futex: Rename: hb_waiter_{inc,dec,pending}() | Peter Zijlstra | -17/+17 |
| 2021-10-07 | futex: Split out PI futex | Peter Zijlstra | -1405/+1449 |
| 2021-10-07 | futex: Rename: {get,cmpxchg}_futex_value_locked() | Peter Zijlstra | -15/+15 |
| 2021-10-07 | futex: Rename hash_futex() | Peter Zijlstra | -11/+11 |
| 2021-10-07 | futex: Rename __unqueue_futex() | Peter Zijlstra | -7/+7 |
| 2021-10-07 | futex: Rename: queue_{,un}lock() | Peter Zijlstra | -13/+13 |
| 2021-10-07 | futex: Rename futex_wait_queue_me() | Peter Zijlstra | -5/+5 |
| 2021-10-07 | futex: Rename {,__}{,un}queue_me() | Peter Zijlstra | -23/+23 |
| 2021-10-07 | futex: Split out syscalls | Peter Zijlstra | -419/+454 |
| 2021-10-07 | futex: Move to kernel/futex/ | Peter Zijlstra | -2/+5 |