summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman2-7/+9
2026-07-24tracing: perf: Fix stale head for perf syscall tracingSteven Rostedt1-0/+5
2026-07-24ftrace: Add global mutex to serialize trace_parser accessTengda Wu1-0/+13
2026-07-24tracing: Delay module ref count for "enable_event" triggerSteven Rostedt1-2/+4
2026-07-24tracing: Fix use-after-free freeing trigger private dataDavid Carlier3-3/+18
2026-07-24tracing: Fix context switch counter truncationUsama Arif1-1/+1
2026-07-24tracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)1-1/+3
2026-07-24tracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt1-1/+1
2026-07-24rv/rtapp: Add wakeup monitorNam Cao8-1/+279
2026-07-24rv/rtapp/sleep: Stop monitoring kernel threadsNam Cao3-98/+46
2026-07-24rv/rtapp/sleep: Update nanosleep ruleNam Cao2-36/+28
2026-07-24rv/rtapp/sleep: Make the error more informative for userNam Cao2-12/+12
2026-07-23tracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog1-1/+1
2026-07-23tracing: Propagate errors from remote event bulk updatesJackie Liu1-1/+12
2026-07-23rv: Simplify task monitor slot managementLi Qiang1-13/+5
2026-07-22tracing/remotes: Fix page_va[] access before counter update in trace_remote_a...Fuad Tabba1-2/+1
2026-07-21tracing/probes: Fix extra whitespace in trace_probe_kernel.hMasami Hiramatsu (Google)1-1/+1
2026-07-21tracing/kprobe: Remove redundant memset in kprobe_perf_func()Masami Hiramatsu (Google)1-1/+0
2026-07-21tracing/fprobe: Remove redundant memset in fentry_perf_func()Masami Hiramatsu (Google)1-1/+0
2026-07-21tracing/fprobe: Remove redundant snprintf in trace_fprobe_match_command_head()Masami Hiramatsu (Google)1-4/+1
2026-07-21tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type()Masami Hiramatsu (Google)1-4/+1
2026-07-21tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data()Masami Hiramatsu (Google)1-1/+1
2026-07-21tracing/probes: Remove unused parameter from parse_probe_var_retval()Masami Hiramatsu (Google)1-2/+2
2026-07-21tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type()Masami Hiramatsu (Google)1-4/+3
2026-07-21tracing/probes: Remove redundant boolean conversion in trace_probe_has_single...Masami Hiramatsu (Google)1-1/+1
2026-07-21tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definitionMasami Hiramatsu (Google)1-1/+0
2026-07-21tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)1-1/+2
2026-07-21tracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)1-1/+1
2026-07-21tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)1-1/+1
2026-07-21tracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)1-4/+5
2026-07-20rv: Simplify hybrid automata monitors's clock variablesNam Cao2-17/+3
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi9-40/+60
2026-07-14tracing/probes: Eliminate recursion in parse_probe_arg()Masami Hiramatsu2-133/+236
2026-07-14tracing/probes: Extend max length of argument stringMasami Hiramatsu4-4/+5
2026-07-14tracing/probes: Sort ERRORS list in trace_probe.h alphabeticallyMasami Hiramatsu1-80/+80
2026-07-14tracing/probes: Refactor parse_probe_arg()Masami Hiramatsu1-126/+174
2026-07-14tracing/probes: Refactor parse_probe_vars()Masami Hiramatsu1-97/+140
2026-07-14tracing: fprobe: Remove __packed from generic __fprobe_headerMarkus Schneider-Pargmann (The Capable Hub)1-1/+1
2026-07-14tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to ...Masami Hiramatsu (Google)4-45/+134
2026-07-14tracing/probes: Add $current variable supportMasami Hiramatsu (Google)4-3/+42
2026-07-14tracing/probes: Support field specifier option for typecastMasami Hiramatsu (Google)3-57/+121
2026-07-14tracing/probes: Type casting always involves nested callsMasami Hiramatsu (Google)2-51/+74
2026-07-14tracing/probes: Support nested typecastMasami Hiramatsu (Google)3-9/+82
2026-07-14tracing/probes: Support typecast for various probe eventsMasami Hiramatsu (Google)3-7/+23
2026-07-10ring-buffer: Allow sparse CPU masks in ring_buffer_desc()Vincent Donnefort1-4/+1
2026-07-10tracing/remotes: Fix struct_len in trace_remote_alloc_buffer()Vincent Donnefort1-11/+4
2026-07-10tracing/remotes: Fix leak in trace_remote_alloc_buffer() error pathVincent Donnefort1-1/+2
2026-07-07tracing/synthetic: Free type string on error pathYu Peng1-1/+3
2026-07-07tracing/user_events: Fix use-after-free in user_event_mm_dup()Michael Bommarito1-7/+32
2026-07-07tracing: Add a no-rcu-check version of trace_##event##_enabled()Steven Rostedt1-1/+1