index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-05-12
sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.mems
Libo Chen
-0
/
+7
2025-05-12
mm, PM: use for_each_valid_pfn() in kernel/power/snapshot.c
David Woodhouse
-22
/
+20
2025-05-12
kexec: add config option for KHO
Alexander Graf
-0
/
+14
2025-05-12
kexec: add KHO support to kexec file loads
Alexander Graf
-0
/
+96
2025-05-12
kexec: enable KHO support for memory preservation
Mike Rapoport (Microsoft)
-0
/
+411
2025-05-12
kexec: add KHO parsing support
Alexander Graf
-1
/
+232
2025-05-12
kexec: add Kexec HandOver (KHO) generation helpers
Alexander Graf
-0
/
+558
2025-05-12
vmscan,cgroup: apply mems_effective to reclaim
Gregory Price
-0
/
+36
2025-05-12
cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
Gregory Price
-2
/
+2
2025-05-12
bpf: Implement dynptr copy kfuncs
Mykyta Yatsenko
-0
/
+202
2025-05-12
helpers: make few bpf helpers public
Mykyta Yatsenko
-12
/
+2
2025-05-12
Merge tag 'sched_ext-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-69
/
+124
2025-05-12
Merge tag 'cgroup-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+4
2025-05-12
kbuild: Require pahole <v1.28 or >v1.29 with GENDWARFKSYMS on X86
Sami Tolvanen
-0
/
+5
2025-05-11
kexec_file: use SHA-256 library API instead of crypto_shash API
Eric Biggers
-65
/
+16
2025-05-11
watchdog: fix watchdog may detect false positive of softlockup
Luo Gengkun
-14
/
+27
2025-05-11
crash: fix spelling mistake "crahskernel" -> "crashkernel"
Colin Ian King
-1
/
+1
2025-05-11
relay: remove unused relay_late_setup_files
Dr. David Alan Gilbert
-110
/
+1
2025-05-11
hung_task: show the blocker task if the task is hung on semaphore
Lance Yang
-17
/
+92
2025-05-11
hung_task: replace blocker_mutex with encoded blocker
Lance Yang
-7
/
+11
2025-05-11
exit: combine work under lock in synchronize_group_exit() and coredump_task_e...
Mateusz Guzik
-36
/
+32
2025-05-11
crash: export PAGE_UNACCEPTED_MAPCOUNT_VALUE to vmcoreinfo
Zhiquan Li
-0
/
+4
2025-05-11
exit: move and extend sched_process_exit() tracepoint
Andrii Nakryiko
-1
/
+1
2025-05-11
kernel/events/uprobes: uprobe_write_opcode() rewrite
David Hildenbrand
-154
/
+158
2025-05-11
kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...
David Hildenbrand
-16
/
+17
2025-05-11
kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
David Hildenbrand
-9
/
+11
2025-05-11
ptrace: introduce PTRACE_SET_SYSCALL_INFO request
Dmitry V. Levin
-1
/
+120
2025-05-11
ptrace_get_syscall_info: factor out ptrace_get_syscall_info_op
Dmitry V. Levin
-24
/
+34
2025-05-11
kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()
David Hildenbrand
-4
/
+5
2025-05-11
Merge tag 'timers-urgent-2025-05-11' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-10
/
+44
2025-05-10
tracing: add missing trace_probe_log_clear for eprobes
Paul Cacheux
-0
/
+3
2025-05-10
tracing: fprobe: Fix RCU warning message in list traversal
Breno Leitao
-1
/
+2
2025-05-09
bpf: Add support to retrieve ref_ctr_offset for uprobe perf link
Jiri Olsa
-3
/
+4
2025-05-09
tracing: Allow the top level trace_marker to write into another instances
Steven Rostedt
-31
/
+115
2025-05-09
tracing: Add a helper function to handle the dereference arg in verifier
Steven Rostedt
-10
/
+20
2025-05-09
tracing: Remove unnecessary "goto out" that simply returns ret is trigger code
Steven Rostedt
-27
/
+17
2025-05-09
tracing: Fix error handling in event_trigger_parse()
Miaoqian Lin
-2
/
+2
2025-05-09
tracing: Rename event_trigger_alloc() to trigger_data_alloc()
Steven Rostedt
-14
/
+12
2025-05-09
tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
Devaansh Kumar
-1
/
+1
2025-05-09
tracing: Remove unused buffer_page field from trace_array_cpu structure
Steven Rostedt
-1
/
+0
2025-05-09
tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff t...
Steven Rostedt
-11
/
+18
2025-05-09
tracing: Convert the per CPU "disabled" counter to local from atomic
Steven Rostedt
-25
/
+25
2025-05-09
tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" field
Steven Rostedt
-3
/
+1
2025-05-09
ring-buffer: Add ring_buffer_record_is_on_cpu()
Steven Rostedt
-0
/
+33
2025-05-09
tracing: Do not use per CPU array_buffer.data->disabled for cpumask
Steven Rostedt
-2
/
+0
2025-05-09
ftrace: Do not disabled function graph based on "disabled" field
Steven Rostedt
-29
/
+9
2025-05-09
tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabled
Steven Rostedt
-7
/
+2
2025-05-09
tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...
Steven Rostedt
-7
/
+4
2025-05-09
tracing: Add tracer_tracing_disable/enable() functions
Steven Rostedt
-0
/
+35
2025-05-09
genirq: Fix inverted condition in handle_nested_irq()
Thomas Gleixner
-1
/
+1
[prev]
[next]