summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
4 daysring-buffer: Allow sparse CPU masks in ring_buffer_desc()Vincent Donnefort
4 daystracing/remotes: Fix struct_len in trace_remote_alloc_buffer()Vincent Donnefort
4 daystracing/remotes: Fix leak in trace_remote_alloc_buffer() error pathVincent Donnefort
7 daystracing/synthetic: Free type string on error pathYu Peng
7 daystracing/user_events: Fix use-after-free in user_event_mm_dup()Michael Bommarito
7 daystracing: Add a no-rcu-check version of trace_##event##_enabled()Steven Rostedt
7 daystracing: Prevent out-of-bounds read in glob matchingHuihui Huang
7 daystracing: Fix NULL pointer dereference in func_set_flag()Yuanhe Shu
7 daystracing: Make tracepoint_printk static as not exportedBen Dooks
7 daysring-buffer: Fix ring_buffer_read_page() copying only one event per pageDavid Carlier
8 daystracing: Remove unused ret assignment in tracing_set_tracer()Wayen.Yan
8 daystracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood
8 daysring-buffer: Fix event length with forced 8-byte alignmentHui Wang
8 daystracing/synthetic: Free pending field on error pathYu Peng
14 daysMerge tag 'probes-fixes-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-30tracing/probes: Make the $ prefix mandatory for comm accessMasami Hiramatsu (Google)
2026-06-30tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()Sechang Lim
2026-06-30tracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)
2026-06-30tracing: eprobe: read the complete FILTER_PTR_STRING pointerMartin Kaiser
2026-06-30tracing/probes: Remove WARN_ON_ONCE from parse_btf_argMasami Hiramatsu (Google)
2026-06-25tracing: probes: fix typo in a log messageMartin Kaiser
2026-06-21bpf: Add missing access_ok call to copy_user_symsJiri Olsa
2026-06-18Merge tag 'trace-ring-buffer-v7.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-18Merge tag 'trace-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-16Merge tag 'trace-latency-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-16Merge tag 'probes-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
2026-06-14bpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa
2026-06-14bpf: Use user_path_at for path resolution in uprobe_multiJiri Olsa
2026-06-14bpf: Guard __get_user acesss with access_ok for uprobe_multi dataJiri Olsa
2026-06-09Merge tag 'trace-rv-v7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-07bpf: Add support for tracing_multi link fdinfoJiri Olsa
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa
2026-06-07bpf: Add support for tracing_multi link cookiesJiri Olsa
2026-06-07bpf: Add support for tracing multi linkJiri Olsa
2026-06-07ftrace: Add add_ftrace_hash_entry functionJiri Olsa
2026-06-07ftrace: Add ftrace_hash_remove functionJiri Olsa
2026-06-07ftrace: Add ftrace_hash_count functionJiri Olsa
2026-06-03rv: Use 0 to check preemption enabled in opidGabriele Monaco
2026-06-03rv: Add automatic cleanup handlers for per-task HA monitorsGabriele Monaco
2026-06-03rv: Fix __user specifier usage in extract_params()Gabriele Monaco
2026-06-02tracing/eprobes: Allow use of BTF names to dereference pointersSteven Rostedt
2026-06-01tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functionsYash Suthar
2026-06-01tracing: Use flexible array for entry fetch codeRosen Penev
2026-06-01tracing/probes: Ensure the uprobe buffer size is bigger than event sizeMasami Hiramatsu (Google)
2026-05-31ring-buffer: Better comment the use of RB_MISSED_EVENTSSteven Rostedt
2026-05-30tracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)
2026-05-29perf/ftrace: Fix WARNING in __unregister_ftrace_functionRik van Riel
2026-05-29tracing: Disable KCOV instrumentation for trace_irqsoff.oKarl Mehltretter