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
/
trace
Age
Commit message (
Expand
)
Author
Lines
2025-05-06
tracing: Move histogram trigger variables from stack to per CPU structure
Steven Rostedt
-15
/
+105
2025-05-06
tracing: Always use memcpy() in histogram add_to_key()
Steven Rostedt
-4
/
+2
2025-05-06
tracing: Show preempt and irq events callsites from the offsets in field print
Steven Rostedt
-0
/
+11
2025-05-06
tracing: Adjust addresses for printing out fields
Steven Rostedt
-17
/
+21
2025-05-06
tracing: Only return an adjusted address if it matches the kernel address
Steven Rostedt
-1
/
+4
2025-05-06
tracing: Show function names when possible when listing fields
Steven Rostedt
-6
/
+16
2025-05-06
tracing: Update function trace addresses with module addresses
Steven Rostedt
-8
/
+7
2025-05-05
block: remove bounce buffering support
Christoph Hellwig
-9
/
+0
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
-2
/
+0
2025-05-01
tracing: Do not take trace_event_sem in print_event_fields()
Steven Rostedt
-2
/
+2
2025-05-01
tracing: Fix trace_adjust_address() when there is no modules in scratch area
Steven Rostedt
-1
/
+3
2025-05-01
ftrace: Fix NULL memory allocation check
Colin Ian King
-1
/
+1
2025-05-01
tracing: Fix oob write in trace_seq_to_buffer()
Jeongjun Park
-2
/
+3
2025-04-23
bpf: Streamline allowed helpers between tracing and base sets
Feng Yang
-72
/
+0
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
-185
/
+382
2025-04-17
tracing: Fix filter string testing
Steven Rostedt
-2
/
+2
2025-04-17
ftrace: Fix type of ftrace_graph_ent_entry.depth
Ilya Leoshkevich
-2
/
+2
2025-04-17
ftrace: fix incorrect hash size in register_ftrace_direct()
Menglong Dong
-3
/
+4
2025-04-17
ftrace: Free ftrace hashes after they are replaced in the subops code
Steven Rostedt
-1
/
+7
2025-04-17
ftrace: Reinitialize hash to EMPTY_HASH after freeing
Steven Rostedt
-0
/
+4
2025-04-17
ftrace: Initialize variables for ftrace_startup/shutdown_subops()
Steven Rostedt
-4
/
+4
2025-04-12
Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-145
/
+195
2025-04-12
rv: Fix out-of-bound memory access in rv_is_container_monitor()
Nam Cao
-1
/
+6
2025-04-12
ftrace: Do not have print_graph_retval() add a newline
Steven Rostedt
-6
/
+5
2025-04-11
ftrace: Fix accounting of subop hashes
Steven Rostedt
-137
/
+177
2025-04-11
ftrace: Properly merge notrace hashes
Andy Chiu
-4
/
+4
2025-04-09
bpf: Check link_create.flags parameter for multi_uprobe
Tao Chen
-0
/
+3
2025-04-09
bpf: Check link_create.flags parameter for multi_kprobe
Tao Chen
-0
/
+3
2025-04-09
tracing: Do not add length to print format in synthetic events
Steven Rostedt
-1
/
+0
2025-04-09
stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
Joel Granados
-1
/
+21
2025-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
-1
/
+35
2025-04-08
Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-30
/
+166
2025-04-08
tracing: fprobe: Cleanup fprobe hash when module unloading
Masami Hiramatsu (Google)
-2
/
+101
2025-04-07
tracing: Hide get_vm_area() from MMUless builds
Steven Rostedt
-0
/
+7
2025-04-03
Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-26
/
+46
2025-04-03
Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
-3
/
+12
2025-04-02
Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-15
/
+12
2025-04-02
ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()
Steven Rostedt
-2
/
+3
2025-04-02
tracing: Use vmap_page_range() to map memmap ring buffer
Steven Rostedt
-17
/
+16
2025-04-02
tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
Steven Rostedt
-7
/
+17
2025-04-02
tracing: Enforce the persistent ring buffer to be page aligned
Steven Rostedt
-0
/
+10
2025-04-02
tracing: fprobe events: Fix possible UAF on modules
Masami Hiramatsu (Google)
-9
/
+17
2025-04-02
tracing: fprobe: Fix to lock module while registering fprobe
Masami Hiramatsu (Google)
-19
/
+48
2025-04-02
rv: Fix missing unlock on double nested monitors return path
Gabriele Monaco
-1
/
+2
2025-04-02
tracing: Verify event formats that have "%*p.."
Steven Rostedt
-0
/
+7
2025-04-02
ftrace: Add cond_resched() to ftrace_graph_set_hash()
zhoumin
-0
/
+1
2025-04-02
tracing: Free module_delta on freeing of persistent ring buffer
Steven Rostedt
-0
/
+1
2025-04-02
ftrace: Have tracing function args depend on PROBE_EVENTS_BTF_ARGS
Steven Rostedt
-2
/
+1
2025-03-31
Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-143
/
+561
2025-03-30
Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-17
/
+16
[prev]
[next]