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-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
-8
/
+8
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
-2
/
+1
2025-07-16
tracing/probes: Avoid using params uninitialized in parse_btf_arg()
Nathan Chancellor
-1
/
+1
2025-07-15
blktrace: add zoned block commands to blk_fill_rwbs
Johannes Thumshirn
-0
/
+25
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
-2
/
+2
2025-07-09
blktrace: use rbuf->stats.full as a drop indicator in relayfs
Jason Xing
-20
/
+2
2025-07-09
relayfs: abolish prev_padding
Jason Xing
-1
/
+1
2025-07-09
fgraph: Make pid_str size match the comment
Artem Sadovnikov
-1
/
+1
2025-07-09
tracing: ring_buffer: Rewind persistent ring buffer on reboot
Masami Hiramatsu (Google)
-3
/
+100
2025-07-09
rv: Allow to configure the number of per-task monitor
Nam Cao
-4
/
+14
2025-07-09
rv: Add rtapp_sleep monitor
Nam Cao
-1
/
+534
2025-07-09
rv: Add rtapp_pagefault monitor
Nam Cao
-0
/
+189
2025-07-09
rv: Add rtapp container monitor
Nam Cao
-0
/
+48
2025-07-09
rv: Add support for LTL monitors
Nam Cao
-0
/
+54
2025-07-09
rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
Nam Cao
-4
/
+4
2025-07-09
rv: Let the reactors take care of buffers
Nam Cao
-5
/
+13
2025-07-09
rv: Add #undef TRACE_INCLUDE_FILE
Nam Cao
-1
/
+2
2025-07-08
kernel: trace: preemptirq_delay_test: use offstack cpu mask
Arnd Bergmann
-4
/
+9
2025-07-08
tracing: Use queue_rcu_work() to free filters
Steven Rostedt
-8
/
+20
2025-07-08
tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()
Yury Norov
-4
/
+1
2025-07-03
bpf: Add show_fdinfo for kprobe_multi
Tao Chen
-0
/
+27
2025-07-03
bpf: Add show_fdinfo for uprobe_multi
Tao Chen
-0
/
+44
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
-6
/
+4
2025-07-02
tracing: tprobe-events: Register tracepoint when enable tprobe event
Masami Hiramatsu (Google)
-165
/
+217
2025-07-02
tracing: fprobe-events: Register fprobe-events only when it is enabled
Masami Hiramatsu (Google)
-121
/
+121
2025-07-02
tracing: tprobe-events: Support multiple tprobes on the same tracepoint
Masami Hiramatsu (Google)
-50
/
+201
2025-07-02
tracing: tprobe-events: Remove mod field from tprobe-event
Masami Hiramatsu (Google)
-14
/
+9
2025-07-02
tracing: probe-events: Cleanup entry-arg storing code
Masami Hiramatsu (Google)
-59
/
+69
2025-06-27
tracing: Fix filter logic error
Edward Adam Davis
-7
/
+7
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
-54
/
+148
2025-06-18
fgraph: Do not enable function_graph tracer when setting funcgraph-args
Steven Rostedt
-0
/
+6
2025-06-17
bpf: Fix key serial argument of bpf_lookup_user_key()
James Bottomley
-1
/
+1
2025-06-10
tracing: Do not free "head" on error path of filter_free_subsystem_filters()
Steven Rostedt
-3
/
+1
2025-06-08
Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
-53
/
+143
2025-06-07
tracing: Add rcu annotation around file->filter accesses
Steven Rostedt
-4
/
+6
2025-06-06
Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2025-06-06
ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()
Dmitry Antipov
-3
/
+1
2025-06-06
tracing: Fix regression of filter waiting a long time on RCU synchronization
Steven Rostedt
-48
/
+138
2025-06-05
Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Palmer Dabbelt
-6
/
+9
2025-06-05
kernel: ftrace: export ftrace_sync_ipi
Andy Chiu
-1
/
+1
2025-06-02
ftrace: Don't allocate ftrace module map if ftrace is disabled
Ye Bin
-0
/
+3
2025-06-02
ftrace: Fix UAF when lookup kallsym after ftrace disabled
Ye Bin
-3
/
+7
2025-05-30
Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-105
/
+134
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-4
/
+15
2025-05-29
Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
-260
/
+574
2025-05-29
ring-buffer: Simplify functions with __free(kfree) to free allocations
Steven Rostedt
-18
/
+9
2025-05-29
ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex)
Steven Rostedt
-24
/
+11
2025-05-29
ring-buffer: Simplify ring_buffer_read_page() with guard()
Steven Rostedt
-17
/
+11
2025-05-29
ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()
Steven Rostedt
-7
/
+2
2025-05-29
ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()
Steven Rostedt
-14
/
+9
[prev]
[next]