| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-29 | locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c |  Thomas Gleixner | 2 | -6/+8 |
| 2021-03-29 | locking/rtmutex: Remove empty and unused debug stubs |  Thomas Gleixner | 4 | -32/+0 |
| 2021-03-29 | locking/rtmutex: Remove output from deadlock detector |  Sebastian Andrzej Siewior | 5 | -123/+1 |
| 2021-03-29 | locking/rtmutex: Remove rtmutex deadlock tester leftovers |  Sebastian Andrzej Siewior | 5 | -14/+1 |
| 2021-03-29 | locking/rtmutex: Remove rt_mutex_timed_lock() |  Sebastian Andrzej Siewior | 1 | -46/+0 |
| 2021-03-29 | Merge tag 'v5.12-rc5' into locking/core, to pick up fixes |  Ingo Molnar | 23 | -122/+402 |
| 2021-03-29 | module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOAD |  Jessica Yu | 1 | -5/+4 |
| 2021-03-28 | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-block |  Linus Torvalds | 4 | -18/+22 |
| 2021-03-27 | Revert "signal: don't allow STOP on PF_IO_WORKER threads" |  Jens Axboe | 1 | -2/+1 |
| 2021-03-27 | Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing" |  Jens Axboe | 1 | -1/+1 |
| 2021-03-27 | Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals" |  Jens Axboe | 2 | -3/+3 |
| 2021-03-27 | Revert "signal: don't allow sending any signals to PF_IO_WORKER threads" |  Jens Axboe | 1 | -3/+0 |
| 2021-03-27 | kernel: stop masking signals in create_io_thread() |  Jens Axboe | 1 | -8/+8 |
| 2021-03-26 | bpf: Support bpf program calling kernel function |  Martin KaFai Lau | 5 | -35/+430 |
| 2021-03-26 | bpf: Refactor btf_check_func_arg_match |  Martin KaFai Lau | 2 | -75/+88 |
| 2021-03-26 | bpf: Simplify freeing logic in linfo and jited_linfo |  Martin KaFai Lau | 3 | -26/+16 |
| 2021-03-26 | bpf: Take module reference for trampoline in module |  Jiri Olsa | 1 | -0/+30 |
| 2021-03-26 | kernel: don't call do_exit() for PF_IO_WORKER threads |  Jens Axboe | 1 | -1/+9 |
| 2021-03-26 | Merge tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -1/+1 |
| 2021-03-26 | bpf: Fix a spelling typo in bpf_atomic_alu_string disasm |  Xu Kuohai | 1 | -1/+1 |
| 2021-03-26 | bpf: Enforce that struct_ops programs be GPL-only |  Toke Høiland-Jørgensen | 1 | -0/+5 |
| 2021-03-26 | irqdomain: Introduce irq_domain_create_simple() API |  Andy Shevchenko | 1 | -10/+10 |
| 2021-03-25 | bpf: Add support for batched ops in LPM trie maps |  Pedro Tammela | 1 | -0/+3 |
| 2021-03-25 | bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper |  Yonghong Song | 2 | -6/+14 |
| 2021-03-25 | sysctl: add proc_dou8vec_minmax() |  Eric Dumazet | 1 | -0/+65 |
| 2021-03-26 | bpf: Undo ptr_to_map_key alu sanitation for now |  Daniel Borkmann | 1 | -14/+0 |
| 2021-03-25 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 5 | -23/+16 |
| 2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 28 | -221/+557 |
| 2021-03-25 | tracing: Update create_system_filter() kernel-doc comment |  Qiujun Huang | 1 | -2/+3 |
| 2021-03-25 | tracing: A minor cleanup for create_system_filter() |  Qiujun Huang | 1 | -4/+3 |
| 2021-03-25 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -0/+69 |
| 2021-03-25 | gcov: fix clang-11+ support |  Nick Desaulniers | 1 | -0/+69 |
| 2021-03-25 | sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group() |  Barry Song | 1 | -1/+1 |
| 2021-03-25 | sched/core: Use -EINVAL in sched_dynamic_mode() |  Rasmus Villemoes | 1 | -1/+1 |
| 2021-03-25 | sched/core: Stop using magic values in sched_dynamic_mode() |  Rasmus Villemoes | 1 | -3/+3 |
| 2021-03-24 | kernel: trace: Mundane typo fixes in the file trace_events_filter.c |  Bhaskar Chowdhury | 1 | -1/+1 |
| 2021-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 9 | -81/+270 |
| 2021-03-24 | Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.2021.03.08a', 'mmdumpobj.2021.03.08a', 'nocb.2021.03.15a', 'poll.2021.03.24a', 'rt.2021.03.08a', 'tasks.2021.03.08a', 'torture.2021.03.08a' and 'torturescript.2021.03.22a' into HEAD |  Paul E. McKenney | 11 | -162/+455 |
| 2021-03-24 | rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu() |  Paul E. McKenney | 1 | -9/+3 |
| 2021-03-24 | rcu: Provide polling interfaces for Tiny RCU grace periods |  Paul E. McKenney | 1 | -0/+40 |
| 2021-03-24 | bpf: Avoid old-style declaration warnings |  Arnd Bergmann | 1 | -2/+2 |
| 2021-03-24 | audit: avoid -Wempty-body warning |  Arnd Bergmann | 1 | -6/+6 |
| 2021-03-23 | PM: EM: postpone creating the debugfs dir till fs_initcall |  Lukasz Luba | 1 | -1/+1 |
| 2021-03-23 | tracing: Fix various typos in comments |  Ingo Molnar | 19 | -44/+45 |
| 2021-03-23 | sched/fair: Reduce long-tail newly idle balance cost |  Aubrey Li | 1 | -0/+9 |
| 2021-03-23 | sched/fair: Optimize test_idle_cores() for !SMT |  Barry Song | 1 | -3/+5 |
| 2021-03-23 | psi: Reduce calls to sched_clock() in psi |  Shakeel Butt | 1 | -9/+10 |
| 2021-03-23 | stop_machine: Add caller debug info to queue_stop_cpus_work |  Valentin Schneider | 1 | -0/+1 |
| 2021-03-22 | timekeeping, clocksource: Fix various typos in comments |  Ingo Molnar | 15 | -34/+34 |
| 2021-03-22 | lockdep: Address clang -Wformat warning printing for %hd |  Arnd Bergmann | 1 | -1/+1 |