index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
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-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-20
/
+2
2025-08-03
Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
4
-200
/
+117
2025-08-03
Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2025-08-01
tracing: Have unsigned int function args displayed as hexadecimal
Steven Rostedt
1
-1
/
+7
2025-08-01
ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)
Steven Rostedt
1
-10
/
+6
2025-08-01
tracing: Use __free(kfree) in trace.c to remove gotos
Steven Rostedt
1
-24
/
+12
2025-08-01
tracing: Add guard() around locks and mutexes in trace.c
Steven Rostedt
1
-98
/
+46
2025-08-01
tracing: Add guard(ring_buffer_nest)
Steven Rostedt
2
-44
/
+31
2025-08-01
tracing: Remove unneeded goto out logic
Steven Rostedt
1
-23
/
+15
2025-08-01
Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
9
-80
/
+208
2025-07-31
tracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LEN
Petr Pavlu
1
-1
/
+1
2025-07-30
Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-1
/
+10
2025-07-30
Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
51
-634
/
+2182
2025-07-30
Merge tag 'trace-ringbuffer-v6.17' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-72
/
+118
2025-07-30
Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
4
-23
/
+19
2025-07-30
Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
7
-328
/
+630
2025-07-30
Merge tag 'probes-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-11
/
+79
2025-07-30
tracing: Have eprobes have their own config option
Steven Rostedt
2
-1
/
+15
2025-07-29
ring-buffer: Make the const read-only 'type' static
Colin Ian King
1
-1
/
+1
2025-07-29
tracing: Remove "__attribute__()" from the type field of event format
Masami Hiramatsu (Google)
3
-33
/
+127
2025-07-29
tracing: fprobe: Fix infinite recursion using preempt_*_notrace()
Masami Hiramatsu (Google)
1
-2
/
+2
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+25
2025-07-29
tracing: trace_fprobe: Fix typo of the semicolon
Masami Hiramatsu (Google)
1
-1
/
+1
2025-07-28
rv: Add opid per-cpu monitor
Gabriele Monaco
7
-0
/
+309
2025-07-28
rv: Add nrp and sssw per-task monitors
Gabriele Monaco
12
-0
/
+502
2025-07-28
rv: Replace tss and sncid monitors with more complete sts
Gabriele Monaco
14
-335
/
+299
2025-07-28
sched: Adapt sched tracepoints for RV task model
Gabriele Monaco
5
-10
/
+10
2025-07-28
rv: Retry when da monitor detects race conditions
Gabriele Monaco
2
-0
/
+29
2025-07-28
rv: Adjust monitor dependencies
Gabriele Monaco
4
-4
/
+4
2025-07-28
rv: Use strings in da monitors tracepoints
Gabriele Monaco
1
-38
/
+38
2025-07-28
rv: Remove trailing whitespace from tracepoint string
Gabriele Monaco
1
-4
/
+4
2025-07-28
rv: Fix wrong type cast in reactors_show() and monitor_reactor_show()
Nam Cao
1
-2
/
+2
2025-07-28
rv: Fix wrong type cast in monitors_show()
Nam Cao
1
-1
/
+1
2025-07-25
rv: Remove struct rv_monitor::reacting
Nam Cao
1
-14
/
+5
2025-07-25
rv: Remove rv_reactor's reference counter
Nam Cao
3
-38
/
+2
2025-07-25
rv: Merge struct rv_reactor_def into struct rv_reactor
Nam Cao
2
-62
/
+39
2025-07-25
rv: Merge struct rv_monitor_def into struct rv_monitor
Nam Cao
3
-168
/
+132
2025-07-25
rv: Remove unused field in struct rv_monitor_def
Nam Cao
1
-1
/
+0
2025-07-24
tracing: Call trace_ftrace_test_filter() for the event
Steven Rostedt
1
-0
/
+4
2025-07-24
rv: Return init error when registering monitors
Gabriele Monaco
9
-18
/
+9
2025-07-24
verification/rvgen: Organise Kconfig entries for nested monitors
Gabriele Monaco
1
-0
/
+5
2025-07-24
tools/dot2c: Fix generated files going over 100 column limit
Gabriele Monaco
1
-2
/
+12
2025-07-24
tracing: Have eprobes handle arrays
Steven Rostedt
1
-4
/
+9
2025-07-23
tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exit
Steven Rostedt
1
-0
/
+6
2025-07-24
tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()
Masami Hiramatsu (Google)
1
-1
/
+19
2025-07-24
tracing: uprobe-event: Allocate string buffers from heap
Masami Hiramatsu (Google)
1
-9
/
+19
2025-07-24
tracing: eprobe-event: Allocate string buffers from heap
Masami Hiramatsu (Google)
1
-4
/
+18
2025-07-24
tracing: kprobe-event: Allocate string buffers from heap
Masami Hiramatsu (Google)
1
-14
/
+25
2025-07-24
tracing: fprobe-event: Allocate string buffers from heap
Masami Hiramatsu (Google)
1
-13
/
+26
[next]