summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
4 daysRevert "tracing: Expose tracepoint BTF ids via tracefs"Mark Brown
4 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tr...Mark Brown
4 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/bp...Mark Brown
4 daysMerge branch 'mm-unstable' of https://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
4 daysMerge branch 'trace/fixes' of https://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
5 daysmm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/Lorenzo Stoakes
5 daysring-buffer: Fix reader page read offset for remote buffersVincent Donnefort
5 daystracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)
5 daystracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)
5 daystracing/mmiotrace: Add NULL check for mmio_trace_array in logging functionsMasami Hiramatsu (Google)
5 daystracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)
5 daysfprobe: Fix module reference count leak on error in register_fprobe()Masami Hiramatsu (Google)
6 daysMerge trace/for-nextSteven Rostedt
6 daystracing/fprobe: Roll back on enable_trace_fprobe() failureRaushan Patel
6 daystracing/probes: Reject $arg0 in meta argument expansionRaushan Patel
6 daystracing: Use seq_buf for string concatenationWoradorn Laodhanadhaworn
6 daystracing: Use strscpy() instead of strcpy() in trace_sched_switchPo-Sheng Lin
6 daystracing: Warn when an event dereferences a pointer in TP_printk()Steven Rostedt
6 daystracing: Reject invalid preemptirq_delay_test CPU affinitySamuel Moelius
6 daysfgraph: Use trace_seq_putc() in print_graph_return()Markus Elfring
6 daystracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_sh...Markus Elfring
6 daystracing/user_events: Use seq_putc() in two functionsMarkus Elfring
6 daystracing: Bound histogram expression strings with seq_bufPengpeng Hou
6 daystracing: Return ERR_PTR() from expr_str()Pengpeng Hou
6 daystracing: Use __free() for expr_str() bufferPengpeng Hou
6 dayskernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy()David Laight
6 daystracing: Point constant hist field type to string literalYu Peng
6 daystracing: Expose tracepoint BTF ids via tracefsMykyta Yatsenko
8 daysMerge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
10 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman
10 daystracing: perf: Fix stale head for perf syscall tracingSteven Rostedt
10 daysftrace: Add global mutex to serialize trace_parser accessTengda Wu
10 daystracing: Delay module ref count for "enable_event" triggerSteven Rostedt
10 daystracing: Fix use-after-free freeing trigger private dataDavid Carlier
10 daystracing: Fix context switch counter truncationUsama Arif
10 daystracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)
10 daystracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt
11 daystracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog
11 daystracing: Propagate errors from remote event bulk updatesJackie Liu
12 daystracing/remotes: Fix page_va[] access before counter update in trace_remote_a...Fuad Tabba
14 daystracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)
14 daystracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
14 daystracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
14 daystracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi
2026-07-14tracing/probes: Eliminate recursion in parse_probe_arg()Masami Hiramatsu
2026-07-14tracing/probes: Extend max length of argument stringMasami Hiramatsu
2026-07-14tracing/probes: Sort ERRORS list in trace_probe.h alphabeticallyMasami Hiramatsu
2026-07-14tracing/probes: Refactor parse_probe_arg()Masami Hiramatsu
2026-07-14tracing/probes: Refactor parse_probe_vars()Masami Hiramatsu