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-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
2025-07-24
tracing: probe: Allocate traceprobe_parse_context from heap
Masami Hiramatsu (Google)
5
-19
/
+40
2025-07-24
tracing: probes: Sort #include alphabetically
Masami Hiramatsu (Google)
6
-22
/
+24
2025-07-23
tracing: Deprecate auto-mounting tracefs in debugfs
Steven Rostedt
2
-4
/
+23
2025-07-22
tracing: Fix comment in trace_module_remove_events()
Steven Rostedt
1
-1
/
+1
2025-07-22
tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD
Steven Rostedt
2
-18
/
+4
2025-07-22
tracing: Remove EVENT_FILE_FL_SOFT_MODE flag
Steven Rostedt
1
-12
/
+12
2025-07-22
tracing: Remove pointless memory barriers
Nam Cao
2
-13
/
+0
2025-07-22
ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support it
Steven Rostedt
1
-1
/
+1
2025-07-22
fgraph: Keep track of when fgraph_ops are registered or not
Steven Rostedt
1
-3
/
+13
2025-07-22
ring-buffer: Remove ring_buffer_read_prepare_sync()
Steven Rostedt
3
-68
/
+17
2025-07-21
PM: cpufreq: powernv/tracing: Move powernv_throttle trace event
Steven Rostedt
1
-1
/
+0
2025-07-20
Merge tag 'trace-v6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-1
/
+6
2025-07-19
tracing: Add down_write(trace_event_sem) when adding trace event
Steven Rostedt
1
-0
/
+5
2025-07-18
tracing/osnoise: Fix crash in timerlat_dump_stack()
Tomas Glozar
1
-1
/
+1
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
2
-8
/
+8
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
1
-2
/
+1
2025-07-16
tracing/probes: Avoid using params uninitialized in parse_btf_arg()
Nathan Chancellor
1
-1
/
+1
2025-07-15
blktrace: add zoned block commands to blk_fill_rwbs
Johannes Thumshirn
1
-0
/
+25
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
1
-2
/
+2
2025-07-09
blktrace: use rbuf->stats.full as a drop indicator in relayfs
Jason Xing
1
-20
/
+2
2025-07-09
relayfs: abolish prev_padding
Jason Xing
1
-1
/
+1
2025-07-09
fgraph: Make pid_str size match the comment
Artem Sadovnikov
1
-1
/
+1
2025-07-09
tracing: ring_buffer: Rewind persistent ring buffer on reboot
Masami Hiramatsu (Google)
1
-3
/
+100
2025-07-09
rv: Allow to configure the number of per-task monitor
Nam Cao
3
-4
/
+14
2025-07-09
rv: Add rtapp_sleep monitor
Nam Cao
7
-1
/
+534
2025-07-09
rv: Add rtapp_pagefault monitor
Nam Cao
7
-0
/
+189
2025-07-09
rv: Add rtapp container monitor
Nam Cao
5
-0
/
+48
2025-07-09
rv: Add support for LTL monitors
Nam Cao
2
-0
/
+54
2025-07-09
rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
Nam Cao
2
-4
/
+4
2025-07-09
rv: Let the reactors take care of buffers
Nam Cao
3
-5
/
+13
2025-07-09
rv: Add #undef TRACE_INCLUDE_FILE
Nam Cao
1
-1
/
+2
2025-07-08
kernel: trace: preemptirq_delay_test: use offstack cpu mask
Arnd Bergmann
1
-4
/
+9
2025-07-08
tracing: Use queue_rcu_work() to free filters
Steven Rostedt
1
-8
/
+20
2025-07-08
tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()
Yury Norov
1
-4
/
+1
2025-07-03
bpf: Add show_fdinfo for kprobe_multi
Tao Chen
1
-0
/
+27
2025-07-03
bpf: Add show_fdinfo for uprobe_multi
Tao Chen
1
-0
/
+44
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
1
-6
/
+4
2025-07-02
tracing: tprobe-events: Register tracepoint when enable tprobe event
Masami Hiramatsu (Google)
1
-165
/
+217
[prev]
[next]