summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong3-7/+137
2022-05-23bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong2-0/+71
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong1-3/+185
2022-05-23bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi1-1/+1
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu1-0/+8
2022-05-23bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu1-4/+6
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-13/+14
2022-05-23Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+19
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-375/+1082
2022-05-23Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki1-29/+36
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki4-37/+13
2022-05-23dma-direct: don't over-decrypt memoryRobin Murphy1-2/+2
2022-05-20bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire1-1/+13
2022-05-20bpf: Allow kfunc in tracing and syscall programs.Benjamin Tissoires1-0/+6
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2-0/+3
2022-05-20perf: Fix sys_perf_event_open() race against selfPeter Zijlstra1-0/+14
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas3-2/+31
2022-05-20Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner18-745/+651
2022-05-19cgroup: remove the superfluous judgmentShida Zhang1-1/+1
2022-05-19blob_to_mnt(): kern_unmount() is needed to undo kern_mount()Al Viro1-2/+2
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra2-13/+14
2022-05-19sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Uros Bizjak1-2/+2
2022-05-19mm: khugepaged: make khugepaged_enter() void functionYang Shi1-3/+1
2022-05-19kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang1-2/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-16/+21
2022-05-19kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko1-0/+22
2022-05-19kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko1-0/+22
2022-05-19reboot: Remove pm_power_off_prepare()Dmitry Osipenko1-19/+0
2022-05-19kernel/reboot: Add register_platform_power_off()Dmitry Osipenko1-0/+55
2022-05-19kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko1-1/+13
2022-05-19kernel/reboot: Add stub for pm_power_offDmitry Osipenko1-0/+6
2022-05-19kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko1-0/+13
2022-05-19kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko1-2/+42
2022-05-19kernel/reboot: Introduce sys-off handler APIDmitry Osipenko1-0/+182
2022-05-19notifier: Add blocking/atomic_notifier_chain_register_unique_prio()Dmitry Osipenko1-19/+69
2022-05-19notifier: Add atomic_notifier_call_chain_is_empty()Dmitry Osipenko1-0/+13
2022-05-18cgroup: Make cgroup_debug staticXiu Jianfeng2-2/+1
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld1-2/+0
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth1-0/+6
2022-05-17swiotlb: max mapping size takes min align mask into accountTianyu Lan1-1/+12
2022-05-16kcsan: test: use new suite_{init,exit} supportMarco Elver1-18/+13
2022-05-15Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-15/+15
2022-05-15Merge tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2022-05-14genirq/irq_sim: Make the irq_work always run in hard irq contextSebastian Andrzej Siewior1-1/+1
2022-05-14timers: Provide a better debugobjects hint for delayed worksStephen Boyd1-1/+31
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong2-22/+10
2022-05-13timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+15
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne1-0/+1
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov1-0/+10
2022-05-13swiotlb: use the right nslabs-derived sizes in swiotlb_init_lateChristoph Hellwig1-8/+11