summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-05-14sched_ext: Clean up scx_root usagesTejun Heo
2025-05-14sched,livepatch: Untangle cond_resched() and live-patchingPeter Zijlstra
2025-05-14genirq/msi: Engage the .msi_teardown() callback on domain removalMarc Zyngier
2025-05-14genirq/msi: Move prepare() call to per-device allocationMarc Zyngier
2025-05-14irqchip/gic-v3-its: Implement .msi_teardown() callbackMarc Zyngier
2025-05-14genirq/msi: Add .msi_teardown() callback as the reverse of .msi_prepare()Marc Zyngier
2025-05-14genirq/manage: Use the correct lock guard in irq_set_irq_wake()Jon Hunter
2025-05-13bpf: Add support for __prog argument suffix to pass in prog->auxKumar Kartikeya Dwivedi
2025-05-13PM: sleep: Introduce pm_sleep_transition_in_progress()Rafael J. Wysocki
2025-05-13Merge tag 'probes-fixes-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-13bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen
2025-05-13clocksource: Fix the CPUs' choice in the watchdog per CPU verificationGuilherme G. Piccoli
2025-05-13tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)
2025-05-13Merge Energy Model management code changes for 6.16Rafael J. Wysocki
2025-05-13PM: EM: Introduce em_adjust_cpu_capacity()Rafael J. Wysocki
2025-05-13PM: EM: Move CPU capacity check to em_adjust_new_capacity()Rafael J. Wysocki
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki
2025-05-13PM: sleep: Print PM debug messages during hibernationRafael J. Wysocki
2025-05-13genirq: Consistently use '%u' format specifier for unsigned int variablesAndy Shevchenko
2025-05-13genirq: Ensure flags in lock guard is consistently initializedNathan Chancellor
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes
2025-05-12mm: move dup_mmap() to mmLorenzo Stoakes
2025-05-12sched/numa: add tracepoint that tracks the skipping of numa balancing due to ...Libo Chen
2025-05-12sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.memsLibo Chen
2025-05-12mm, PM: use for_each_valid_pfn() in kernel/power/snapshot.cDavid Woodhouse
2025-05-12kexec: add config option for KHOAlexander Graf
2025-05-12kexec: add KHO support to kexec file loadsAlexander Graf
2025-05-12kexec: enable KHO support for memory preservationMike Rapoport (Microsoft)
2025-05-12kexec: add KHO parsing supportAlexander Graf
2025-05-12kexec: add Kexec HandOver (KHO) generation helpersAlexander Graf
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price
2025-05-12bpf: Implement dynptr copy kfuncsMykyta Yatsenko
2025-05-12helpers: make few bpf helpers publicMykyta Yatsenko
2025-05-12Merge tag 'sched_ext-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-05-12Merge tag 'cgroup-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-05-12kbuild: Require pahole <v1.28 or >v1.29 with GENDWARFKSYMS on X86Sami Tolvanen
2025-05-11kexec_file: use SHA-256 library API instead of crypto_shash APIEric Biggers
2025-05-11watchdog: fix watchdog may detect false positive of softlockupLuo Gengkun
2025-05-11crash: fix spelling mistake "crahskernel" -> "crashkernel"Colin Ian King
2025-05-11relay: remove unused relay_late_setup_filesDr. David Alan Gilbert
2025-05-11hung_task: show the blocker task if the task is hung on semaphoreLance Yang
2025-05-11hung_task: replace blocker_mutex with encoded blockerLance Yang
2025-05-11exit: combine work under lock in synchronize_group_exit() and coredump_task_e...Mateusz Guzik
2025-05-11crash: export PAGE_UNACCEPTED_MAPCOUNT_VALUE to vmcoreinfoZhiquan Li
2025-05-11exit: move and extend sched_process_exit() tracepointAndrii Nakryiko
2025-05-11kernel/events/uprobes: uprobe_write_opcode() rewriteDavid Hildenbrand
2025-05-11kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...David Hildenbrand
2025-05-11kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()David Hildenbrand
2025-05-11ptrace: introduce PTRACE_SET_SYSCALL_INFO requestDmitry V. Levin