summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-05-20bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire
2022-05-20bpf: Allow kfunc in tracing and syscall programs.Benjamin Tissoires
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-20perf: Fix sys_perf_event_open() race against selfPeter Zijlstra
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas
2022-05-20Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2022-05-19cgroup: remove the superfluous judgmentShida Zhang
2022-05-19blob_to_mnt(): kern_unmount() is needed to undo kern_mount()Al Viro
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra
2022-05-19sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Uros Bizjak
2022-05-19mm: khugepaged: make khugepaged_enter() void functionYang Shi
2022-05-19kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-19kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko
2022-05-19kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko
2022-05-19reboot: Remove pm_power_off_prepare()Dmitry Osipenko
2022-05-19kernel/reboot: Add register_platform_power_off()Dmitry Osipenko
2022-05-19kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko
2022-05-19kernel/reboot: Add stub for pm_power_offDmitry Osipenko
2022-05-19kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko
2022-05-19kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko
2022-05-19kernel/reboot: Introduce sys-off handler APIDmitry Osipenko
2022-05-19notifier: Add blocking/atomic_notifier_chain_register_unique_prio()Dmitry Osipenko
2022-05-19notifier: Add atomic_notifier_call_chain_is_empty()Dmitry Osipenko
2022-05-18cgroup: Make cgroup_debug staticXiu Jianfeng
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth
2022-05-17swiotlb: max mapping size takes min align mask into accountTianyu Lan
2022-05-16kcsan: test: use new suite_{init,exit} supportMarco Elver
2022-05-15Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-15Merge tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-14genirq/irq_sim: Make the irq_work always run in hard irq contextSebastian Andrzej Siewior
2022-05-14timers: Provide a better debugobjects hint for delayed worksStephen Boyd
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong
2022-05-13timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov
2022-05-13swiotlb: use the right nslabs-derived sizes in swiotlb_init_lateChristoph Hellwig
2022-05-13swiotlb: use the right nslabs value in swiotlb_init_remapChristoph Hellwig
2022-05-13swiotlb: don't panic when the swiotlb buffer can't be allocatedChristoph Hellwig
2022-05-13futex: Remove a PREEMPT_RT_FULL reference.Sebastian Andrzej Siewior
2022-05-12relay: remove redundant assignment to pointer bufColin Ian King
2022-05-12kernel/crash_core.c: remove redundant check of ck_cmdlinelizhe
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12Merge branch 'for-5.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-12module: merge check_exported_symbol() into find_exported_symbol_in_section()Masahiro Yamada
2022-05-12module: do not binary-search in __ksymtab_gpl if fsa->gplok is falseMasahiro Yamada
2022-05-12module: do not pass opaque pointer for symbol searchMasahiro Yamada
2022-05-12module: show disallowed symbol name for inherit_taint()Lecopzer Chen
2022-05-12module: fix [e_shstrndx].sh_size=0 OOB accessAlexey Dobriyan