summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman
2026-07-24tracing: perf: Fix stale head for perf syscall tracingSteven Rostedt
2026-07-24ftrace: Add global mutex to serialize trace_parser accessTengda Wu
2026-07-24tracing: Delay module ref count for "enable_event" triggerSteven Rostedt
2026-07-24tracing: Fix use-after-free freeing trigger private dataDavid Carlier
2026-07-24tracing: Fix context switch counter truncationUsama Arif
2026-07-24tracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)
2026-07-24tracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt
2026-07-24rv/rtapp: Add wakeup monitorNam Cao
2026-07-24rv/rtapp/sleep: Stop monitoring kernel threadsNam Cao
2026-07-24rv/rtapp/sleep: Update nanosleep ruleNam Cao
2026-07-24rv/rtapp/sleep: Make the error more informative for userNam Cao
2026-07-23tracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog
2026-07-23tracing: Propagate errors from remote event bulk updatesJackie Liu
2026-07-23rv: Simplify task monitor slot managementLi Qiang
2026-07-22tracing/remotes: Fix page_va[] access before counter update in trace_remote_a...Fuad Tabba
2026-07-21tracing/probes: Fix extra whitespace in trace_probe_kernel.hMasami Hiramatsu (Google)
2026-07-21tracing/kprobe: Remove redundant memset in kprobe_perf_func()Masami Hiramatsu (Google)
2026-07-21tracing/fprobe: Remove redundant memset in fentry_perf_func()Masami Hiramatsu (Google)
2026-07-21tracing/fprobe: Remove redundant snprintf in trace_fprobe_match_command_head()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Remove unused parameter from parse_probe_var_retval()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Remove redundant boolean conversion in trace_probe_has_single...Masami Hiramatsu (Google)
2026-07-21tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definitionMasami Hiramatsu (Google)
2026-07-21tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
2026-07-21tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)
2026-07-20rv: Simplify hybrid automata monitors's clock variablesNam Cao
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
2026-07-14tracing: fprobe: Remove __packed from generic __fprobe_headerMarkus Schneider-Pargmann (The Capable Hub)
2026-07-14tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to ...Masami Hiramatsu (Google)
2026-07-14tracing/probes: Add $current variable supportMasami Hiramatsu (Google)
2026-07-14tracing/probes: Support field specifier option for typecastMasami Hiramatsu (Google)
2026-07-14tracing/probes: Type casting always involves nested callsMasami Hiramatsu (Google)
2026-07-14tracing/probes: Support nested typecastMasami Hiramatsu (Google)
2026-07-14tracing/probes: Support typecast for various probe eventsMasami Hiramatsu (Google)
2026-07-10ring-buffer: Allow sparse CPU masks in ring_buffer_desc()Vincent Donnefort
2026-07-10tracing/remotes: Fix struct_len in trace_remote_alloc_buffer()Vincent Donnefort
2026-07-10tracing/remotes: Fix leak in trace_remote_alloc_buffer() error pathVincent Donnefort
2026-07-07tracing/synthetic: Free type string on error pathYu Peng
2026-07-07tracing/user_events: Fix use-after-free in user_event_mm_dup()Michael Bommarito
2026-07-07tracing: Add a no-rcu-check version of trace_##event##_enabled()Steven Rostedt