| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-05-23 | bpf: Dynptr support for ring buffers |  Joanne Koong | 3 | -7/+137 |
| 2022-05-23 | bpf: Add bpf_dynptr_from_mem for local dynptrs |  Joanne Koong | 2 | -0/+71 |
| 2022-05-23 | bpf: Add verifier support for dynptrs |  Joanne Koong | 1 | -3/+185 |
| 2022-05-23 | bpf: Suppress 'passing zero to PTR_ERR' warning |  Kumar Kartikeya Dwivedi | 1 | -1/+1 |
| 2022-05-23 | bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack |  Song Liu | 1 | -0/+8 |
| 2022-05-23 | bpf: Fill new bpf_prog_pack with illegal instructions |  Song Liu | 1 | -4/+6 |
| 2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block |  Linus Torvalds | 2 | -13/+14 |
| 2022-05-23 | Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-block |  Linus Torvalds | 1 | -6/+19 |
| 2022-05-23 | Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu |  Linus Torvalds | 22 | -375/+1082 |
| 2022-05-23 | Merge branches 'pm-em' and 'pm-cpuidle' |  Rafael J. Wysocki | 1 | -29/+36 |
| 2022-05-23 | Merge branches 'pm-core', 'pm-sleep' and 'powercap' |  Rafael J. Wysocki | 4 | -37/+13 |
| 2022-05-23 | dma-direct: don't over-decrypt memory |  Robin Murphy | 1 | -2/+2 |
| 2022-05-20 | bpf: refine kernel.unprivileged_bpf_disabled behaviour |  Alan Maguire | 1 | -1/+13 |
| 2022-05-20 | bpf: Allow kfunc in tracing and syscall programs. |  Benjamin Tissoires | 1 | -0/+6 |
| 2022-05-20 | bpf: Add bpf_skc_to_mptcp_sock_proto |  Geliang Tang | 2 | -0/+3 |
| 2022-05-20 | perf: Fix sys_perf_event_open() race against self |  Peter Zijlstra | 1 | -0/+14 |
| 2022-05-20 | Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subpage', 'for-next/misc', 'for-next/ftrace' and 'for-next/crashkernel', remote-tracking branch 'arm64/for-next/perf' into for-next/core |  Catalin Marinas | 3 | -2/+31 |
| 2022-05-20 | Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core |  Thomas Gleixner | 18 | -745/+651 |
| 2022-05-19 | cgroup: remove the superfluous judgment |  Shida Zhang | 1 | -1/+1 |
| 2022-05-19 | blob_to_mnt(): kern_unmount() is needed to undo kern_mount() |  Al Viro | 1 | -2/+2 |
| 2022-05-19 | sched: Reverse sched_class layout |  Peter Zijlstra | 2 | -13/+14 |
| 2022-05-19 | sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote} |  Uros Bizjak | 1 | -2/+2 |
| 2022-05-19 | mm: khugepaged: make khugepaged_enter() void function |  Yang Shi | 1 | -3/+1 |
| 2022-05-19 | kexec_file: Fix kexec_file.c build error for riscv platform |  Liao Chang | 1 | -2/+2 |
| 2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 9 | -16/+21 |
| 2022-05-19 | kernel/reboot: Add devm_register_restart_handler() |  Dmitry Osipenko | 1 | -0/+22 |
| 2022-05-19 | kernel/reboot: Add devm_register_power_off_handler() |  Dmitry Osipenko | 1 | -0/+22 |
| 2022-05-19 | reboot: Remove pm_power_off_prepare() |  Dmitry Osipenko | 1 | -19/+0 |
| 2022-05-19 | kernel/reboot: Add register_platform_power_off() |  Dmitry Osipenko | 1 | -0/+55 |
| 2022-05-19 | kernel/reboot: Add kernel_can_power_off() |  Dmitry Osipenko | 1 | -1/+13 |
| 2022-05-19 | kernel/reboot: Add stub for pm_power_off |  Dmitry Osipenko | 1 | -0/+6 |
| 2022-05-19 | kernel/reboot: Add do_kernel_power_off() |  Dmitry Osipenko | 1 | -0/+13 |
| 2022-05-19 | kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers |  Dmitry Osipenko | 1 | -2/+42 |
| 2022-05-19 | kernel/reboot: Introduce sys-off handler API |  Dmitry Osipenko | 1 | -0/+182 |
| 2022-05-19 | notifier: Add blocking/atomic_notifier_chain_register_unique_prio() |  Dmitry Osipenko | 1 | -19/+69 |
| 2022-05-19 | notifier: Add atomic_notifier_call_chain_is_empty() |  Dmitry Osipenko | 1 | -0/+13 |
| 2022-05-18 | ucounts: Split rlimit and ucount values and max values |  Alexey Gladkov | 4 | -31/+27 |
| 2022-05-18 | cgroup: Make cgroup_debug static |  Xiu Jianfeng | 2 | -2/+1 |
| 2022-05-18 | random32: use real rng for non-deterministic randomness |  Jason A. Donenfeld | 1 | -2/+0 |
| 2022-05-17 | audit,io_uring,io-wq: call __audit_uring_exit for dummy contexts |  Julian Orth | 1 | -0/+6 |
| 2022-05-17 | swiotlb: max mapping size takes min align mask into account |  Tianyu Lan | 1 | -1/+12 |
| 2022-05-16 | kcsan: test: use new suite_{init,exit} support |  Marco Elver | 1 | -18/+13 |
| 2022-05-15 | Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 7 | -15/+15 |
| 2022-05-15 | Merge tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+0 |
| 2022-05-14 | genirq/irq_sim: Make the irq_work always run in hard irq context |  Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-05-14 | timers: Provide a better debugobjects hint for delayed works |  Stephen Boyd | 1 | -1/+31 |
| 2022-05-13 | bpf: Add MEM_UNINIT as a bpf_type_flag |  Joanne Koong | 2 | -22/+10 |
| 2022-05-13 | timekeeping: Add raw clock fallback for random_get_entropy() |  Jason A. Donenfeld | 1 | -0/+15 |
| 2022-05-13 | printk: stop including cache.h from printk.h |  Peter Collingbourne | 1 | -0/+1 |
| 2022-05-13 | bpf: Fix combination of jit blinding and pointers to bpf subprogs. |  Alexei Starovoitov | 1 | -0/+10 |