summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada-9/+1
2022-05-24livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy-1/+1
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+31
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-1/+1
2022-05-23Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+21
2022-05-23Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+5
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-05-23Merge tag 'x86_build_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+18
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+7
2022-05-23Merge tag 'timers-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-53/+121
2022-05-23Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-20/+46
2022-05-23Merge tag 'smp-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+20
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-198/+1120
2022-05-23bpf: Add dynptr data slicesJoanne Koong-0/+51
2022-05-23bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong-0/+78
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong-7/+137
2022-05-23bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong-0/+71
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong-3/+185
2022-05-23bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi-1/+1
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu-0/+8
2022-05-23bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu-4/+6
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+14
2022-05-23Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+19
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-375/+1082
2022-05-23Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki-29/+36
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki-37/+13
2022-05-23dma-direct: don't over-decrypt memoryRobin Murphy-2/+2
2022-05-20bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire-1/+13
2022-05-20bpf: Allow kfunc in tracing and syscall programs.Benjamin Tissoires-0/+6
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang-0/+3
2022-05-20perf: Fix sys_perf_event_open() race against selfPeter Zijlstra-0/+14
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas-2/+31
2022-05-20Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-745/+651
2022-05-19cgroup: remove the superfluous judgmentShida Zhang-1/+1
2022-05-19blob_to_mnt(): kern_unmount() is needed to undo kern_mount()Al Viro-2/+2
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra-13/+14
2022-05-19sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Uros Bizjak-2/+2
2022-05-19mm: khugepaged: make khugepaged_enter() void functionYang Shi-3/+1
2022-05-19kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang-2/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+21
2022-05-19kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko-0/+22
2022-05-19kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko-0/+22
2022-05-19reboot: Remove pm_power_off_prepare()Dmitry Osipenko-19/+0
2022-05-19kernel/reboot: Add register_platform_power_off()Dmitry Osipenko-0/+55
2022-05-19kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko-1/+13
2022-05-19kernel/reboot: Add stub for pm_power_offDmitry Osipenko-0/+6
2022-05-19kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko-0/+13
2022-05-19kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko-2/+42
2022-05-19kernel/reboot: Introduce sys-off handler APIDmitry Osipenko-0/+182
2022-05-19notifier: Add blocking/atomic_notifier_chain_register_unique_prio()Dmitry Osipenko-19/+69