summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-03-17configs: drop GENERIC_PTDUMP from debug.configAnshuman Khandual
2025-03-16reboot: add support for configuring emergency hardware protection actionAhmad Fatoum
2025-03-16reboot: indicate whether it is a HARDWARE PROTECTION reboot or shutdownAhmad Fatoum
2025-03-16reboot: rename now misleading __hw_protection_shutdown symbolsAhmad Fatoum
2025-03-16reboot: describe do_kernel_restart's cmd argument in kernel-docAhmad Fatoum
2025-03-16reboot: reboot, not shutdown, on hw_protection_reboot timeoutAhmad Fatoum
2025-03-16reboot: replace __hw_protection_shutdown bool action parameter with an enumAhmad Fatoum
2025-03-16ucount: use rcuref_t for reference countingSebastian Andrzej Siewior
2025-03-16ucount: use RCU for ucounts lookupsSebastian Andrzej Siewior
2025-03-16ucount: replace get_ucounts_or_wrap() with atomic_inc_not_zero()Sebastian Andrzej Siewior
2025-03-16crash: let arch decide usable memory range in reserved areaSourabh Jain
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain
2025-03-16kexec: initialize ELF lowest address to ULONG_MAXSourabh Jain
2025-03-16mm,procfs: allow read-only remote mm access under CAP_PERFMONAndrii Nakryiko
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan
2025-03-16mm: move mmap_init_lock() out of the header fileSuren Baghdasaryan
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan
2025-03-16kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak
2025-03-16Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-16perf/core: Use sysfs_emit() instead of scnprintf()XieLudan
2025-03-15bpf: Check map->record at the beginning of check_and_free_fields()Hou Tao
2025-03-15bpf: preload: Add MODULE_DESCRIPTIONArnd Bergmann
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy
2025-03-15bpf: fix missing kdoc string fields in cpumask.cEmil Tsalapatis
2025-03-15bpf: add kfunc for populating cpumask bitsEmil Tsalapatis
2025-03-15bpf: correct use/def for may_goto instructionEduard Zingerman
2025-03-15bpf: use register liveness information for func_states_equalEduard Zingerman
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman
2025-03-15bpf: get_call_summary() utility functionEduard Zingerman
2025-03-15bpf: jmp_offset() and verbose_insn() utility functionsEduard Zingerman
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15bpf: Factor out check_load_mem() and check_store_reg()Peilin Ye
2025-03-15bpf: Factor out check_atomic_rmw()Peilin Ye
2025-03-15bpf: Factor out atomic_ptr_type_ok()Peilin Ye
2025-03-15bpf: no longer acquire map_idr_lock in bpf_map_inc_not_zero()Eric Dumazet
2025-03-15bpf: Summarize sleepable global subprogsKumar Kartikeya Dwivedi
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-03-15bpf/helpers: Introduce bpf_dynptr_copy kfuncMykyta Yatsenko
2025-03-15bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_writeMykyta Yatsenko
2025-03-15Revert "kheaders: Ignore silly-rename files"Masahiro Yamada
2025-03-15Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan
2025-03-15sched/uclamp: Use the uclamp_is_used() helper instead of open-coding itXuewen Yan
2025-03-15tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)
2025-03-15tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)
2025-03-14Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds