summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2025-05-11ptrace_get_syscall_info: factor out ptrace_get_syscall_info_opDmitry V. Levin
2025-05-11kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()David Hildenbrand
2025-05-11Merge tag 'timers-urgent-2025-05-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-05-10tracing: add missing trace_probe_log_clear for eprobesPaul Cacheux
2025-05-10tracing: fprobe: Fix RCU warning message in list traversalBreno Leitao
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa
2025-05-09tracing: Allow the top level trace_marker to write into another instancesSteven Rostedt
2025-05-09tracing: Add a helper function to handle the dereference arg in verifierSteven Rostedt
2025-05-09tracing: Remove unnecessary "goto out" that simply returns ret is trigger codeSteven Rostedt
2025-05-09tracing: Fix error handling in event_trigger_parse()Miaoqian Lin
2025-05-09tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt
2025-05-09tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_bufDevaansh Kumar
2025-05-09tracing: Remove unused buffer_page field from trace_array_cpu structureSteven Rostedt
2025-05-09tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff t...Steven Rostedt
2025-05-09tracing: Convert the per CPU "disabled" counter to local from atomicSteven Rostedt
2025-05-09tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" fieldSteven Rostedt
2025-05-09ring-buffer: Add ring_buffer_record_is_on_cpu()Steven Rostedt
2025-05-09tracing: Do not use per CPU array_buffer.data->disabled for cpumaskSteven Rostedt
2025-05-09ftrace: Do not disabled function graph based on "disabled" fieldSteven Rostedt