summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-05-13Merge Energy Model management code changes for 6.16Rafael J. Wysocki-94/+118
2025-05-13PM: EM: Introduce em_adjust_cpu_capacity()Rafael J. Wysocki-4/+24
2025-05-13PM: EM: Move CPU capacity check to em_adjust_new_capacity()Rafael J. Wysocki-23/+17
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki-2/+2
2025-05-13PM: sleep: Print PM debug messages during hibernationRafael J. Wysocki-1/+11
2025-05-13genirq: Consistently use '%u' format specifier for unsigned int variablesAndy Shevchenko-3/+3
2025-05-13genirq: Ensure flags in lock guard is consistently initializedNathan Chancellor-4/+4
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes-88/+0
2025-05-12mm: move dup_mmap() to mmLorenzo Stoakes-185/+4
2025-05-12sched/numa: add tracepoint that tracks the skipping of numa balancing due to ...Libo Chen-1/+3
2025-05-12sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.memsLibo Chen-0/+7
2025-05-12mm, PM: use for_each_valid_pfn() in kernel/power/snapshot.cDavid Woodhouse-22/+20
2025-05-12kexec: add config option for KHOAlexander Graf-0/+14
2025-05-12kexec: add KHO support to kexec file loadsAlexander Graf-0/+96
2025-05-12kexec: enable KHO support for memory preservationMike Rapoport (Microsoft)-0/+411
2025-05-12kexec: add KHO parsing supportAlexander Graf-1/+232
2025-05-12kexec: add Kexec HandOver (KHO) generation helpersAlexander Graf-0/+558
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price-0/+36
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price-2/+2
2025-05-12bpf: Implement dynptr copy kfuncsMykyta Yatsenko-0/+202
2025-05-12helpers: make few bpf helpers publicMykyta Yatsenko-12/+2
2025-05-12Merge tag 'sched_ext-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-69/+124
2025-05-12Merge tag 'cgroup-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+4
2025-05-12kbuild: Require pahole <v1.28 or >v1.29 with GENDWARFKSYMS on X86Sami Tolvanen-0/+5
2025-05-11kexec_file: use SHA-256 library API instead of crypto_shash APIEric Biggers-65/+16
2025-05-11watchdog: fix watchdog may detect false positive of softlockupLuo Gengkun-14/+27
2025-05-11crash: fix spelling mistake "crahskernel" -> "crashkernel"Colin Ian King-1/+1
2025-05-11relay: remove unused relay_late_setup_filesDr. David Alan Gilbert-110/+1
2025-05-11hung_task: show the blocker task if the task is hung on semaphoreLance Yang-17/+92
2025-05-11hung_task: replace blocker_mutex with encoded blockerLance Yang-7/+11
2025-05-11exit: combine work under lock in synchronize_group_exit() and coredump_task_e...Mateusz Guzik-36/+32
2025-05-11crash: export PAGE_UNACCEPTED_MAPCOUNT_VALUE to vmcoreinfoZhiquan Li-0/+4
2025-05-11exit: move and extend sched_process_exit() tracepointAndrii Nakryiko-1/+1
2025-05-11kernel/events/uprobes: uprobe_write_opcode() rewriteDavid Hildenbrand-154/+158
2025-05-11kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...David Hildenbrand-16/+17
2025-05-11kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()David Hildenbrand-9/+11
2025-05-11ptrace: introduce PTRACE_SET_SYSCALL_INFO requestDmitry V. Levin-1/+120
2025-05-11ptrace_get_syscall_info: factor out ptrace_get_syscall_info_opDmitry V. Levin-24/+34
2025-05-11kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()David Hildenbrand-4/+5
2025-05-11Merge tag 'timers-urgent-2025-05-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+44
2025-05-10tracing: add missing trace_probe_log_clear for eprobesPaul Cacheux-0/+3
2025-05-10tracing: fprobe: Fix RCU warning message in list traversalBreno Leitao-1/+2
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa-3/+4
2025-05-09tracing: Allow the top level trace_marker to write into another instancesSteven Rostedt-31/+115
2025-05-09tracing: Add a helper function to handle the dereference arg in verifierSteven Rostedt-10/+20
2025-05-09tracing: Remove unnecessary "goto out" that simply returns ret is trigger codeSteven Rostedt-27/+17
2025-05-09tracing: Fix error handling in event_trigger_parse()Miaoqian Lin-2/+2
2025-05-09tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt-14/+12
2025-05-09tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_bufDevaansh Kumar-1/+1
2025-05-09tracing: Remove unused buffer_page field from trace_array_cpu structureSteven Rostedt-1/+0