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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-10
module: Use RCU in find_module_all().
Sebastian Andrzej Siewior
1
-6
/
+3
2025-03-03
Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+23
2025-03-03
tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
Masami Hiramatsu (Google)
1
-1
/
+0
2025-02-27
ftrace: Avoid potential division by zero in function_stat_show()
Nikolay Kuratov
1
-15
/
+12
2025-02-27
tracing: Fix bad hist from corrupting named_triggers list
Steven Rostedt
1
-15
/
+15
2025-02-27
tracing: fprobe-events: Log error for exceeding the number of entry args
Masami Hiramatsu (Google)
2
-1
/
+7
2025-02-27
tracing: tprobe-events: Reject invalid tracepoint name
Masami Hiramatsu (Google)
2
-0
/
+14
2025-02-27
tracing: tprobe-events: Fix a memory leak when tprobe with $retval
Masami Hiramatsu (Google)
1
-0
/
+2
2025-02-21
tracing: Fix memory leak when reading set_event file
Adrian Huang
1
-2
/
+9
2025-02-21
ftrace: Correct preemption accounting for function tracing.
Sebastian Andrzej Siewior
1
-4
/
+2
2025-02-21
fprobe: Fix accounting of when to unregister from function graph
Steven Rostedt
1
-3
/
+3
2025-02-21
fprobe: Always unregister fgraph function from ops
Steven Rostedt
1
-4
/
+2
2025-02-21
ftrace: Do not add duplicate entries in subops manager ops
Steven Rostedt
1
-0
/
+3
2025-02-21
ftrace: Fix accounting of adding subops to a manager ops
Steven Rostedt
1
-11
/
+22
2025-02-15
ring-buffer: Update pages_touched to reflect persistent buffer content
Steven Rostedt
1
-0
/
+5
2025-02-15
tracing: Do not allow mmap() of persistent ring buffer
Steven Rostedt
1
-0
/
+4
2025-02-14
ring-buffer: Validate the persistent meta data subbuf array
Steven Rostedt
1
-2
/
+20
2025-02-14
tracing: Have the error of __tracing_resize_ring_buffer() passed to user
Steven Rostedt
1
-7
/
+1
2025-02-14
ring-buffer: Unlock resize on mmap error
Steven Rostedt
1
-0
/
+1
2025-02-08
fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BIT
Steven Rostedt
1
-1
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2
-2
/
+2
2025-01-26
Merge tag 'trace-tools-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-27
/
+193
2025-01-26
Merge tag 'trace-rv-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+14
2025-01-24
tracing/osnoise: Fix resetting of tracepoints
Steven Rostedt
1
-3
/
+14
2025-01-23
Merge tag 'trace-ringbuffer-v6.14-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+7
2025-01-23
Merge tag 'ftrace-v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
6
-24
/
+33
2025-01-23
Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
12
-462
/
+650
2025-01-23
Merge tag 'probes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
4
-145
/
+112
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-25
/
+33
2025-01-21
fgraph: Remove calltime and rettime from generic operations
Steven Rostedt
6
-24
/
+33
2025-01-21
Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
13
-484
/
+856
2025-01-21
Merge tag 'trace-ringbuffer-v6.14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-46
/
+17
2025-01-21
tracing: Fix output of set_event for some cached module events
Steven Rostedt
1
-1
/
+1
2025-01-21
tracing: Fix allocation of printing set_event file content
Steven Rostedt
1
-1
/
+1
2025-01-21
ring-buffer: Do not allow events in NMI with generic atomic64 cmpxchg()
Steven Rostedt
1
-2
/
+7
2025-01-21
Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+6
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
1
-24
/
+12
2025-01-20
tracing: Rename update_cache() to update_mod_cache()
Steven Rostedt
1
-2
/
+2
2025-01-20
Merge tag 'kernel-6.14-rc1.pid' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-4
/
+2
2025-01-20
tracing: Fix #if CONFIG_MODULES to #ifdef CONFIG_MODULES
Steven Rostedt
1
-1
/
+1
2025-01-16
ftrace: Implement :mod: cache filtering on kernel command line
Steven Rostedt
3
-9
/
+68
2025-01-16
tracing: Adopt __free() and guard() for trace_fprobe.c
Masami Hiramatsu (Google)
1
-66
/
+58
2025-01-16
tracing: Cache ":mod:" events for modules not loaded yet
Steven Rostedt
4
-28
/
+268
2025-01-16
tracing: Add :mod: command to enabled module events
Steven Rostedt
2
-13
/
+48
2025-01-15
bpf: Send signals asynchronously if !preemptible
Puranjay Mohan
1
-1
/
+1
2025-01-14
tracing: Print lazy preemption model
Shrikanth Hegde
1
-0
/
+1
2025-01-14
tracing: Fix irqsoff and wakeup latency tracers when using function graph
Steven Rostedt
2
-0
/
+28
2025-01-13
ring-buffer: Make reading page consistent with the code logic
Jeongjun Park
1
-1
/
+3
2025-01-13
ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
Vincent Donnefort
1
-45
/
+14
2025-01-13
bpf: Use ftrace_get_symaddr() for kprobe_multi probes
Masami Hiramatsu (Google)
1
-2
/
+11
[next]