summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2025-09-28Merge tag 'trace-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-27tracing: fgraph: Protect return handler from recursion loopMasami Hiramatsu (Google)
2025-09-24Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-25tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-09-24tracing: fprobe: Fix to remove recorded module addresses from filterMasami Hiramatsu (Google)
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa
2025-09-23tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-09-23tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()Wang Liang
2025-09-23tracing: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-23tracing: Remove redundant 0 value initializationLiao Yuanhong
2025-09-23tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()Fushuai Wang
2025-09-23tracing: Use vmalloc_array() to improve codeQianfeng Rong
2025-09-23tracing: Have syscall trace events show "0x" for values greater than 10Steven Rostedt
2025-09-23tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()Steven Rostedt
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh
2025-09-18Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-18tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()Wang Liang
2025-09-15bpf...d_path(): constify path argumentAl Viro
2025-09-15rv: Fix missing mutex unlock in rv_register_monitor()Zhen Ni
2025-09-15rv: Fix wrong type cast in enabled_monitors_next()Nam Cao
2025-09-15rv: Support systems with time64-only syscallsPalmer Dabbelt
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-08tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui
2025-09-06tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()Wang Liang
2025-09-06trace/fgraph: Fix error handlingGuenter Roeck
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro
2025-09-02tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun
2025-09-02trace: Remove redundant __GFP_NOWARNQianfeng Rong
2025-08-23Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-22ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-08-22ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
2025-08-22fgraph: Copy args in intermediate storage with entrySteven Rostedt
2025-08-20tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)
2025-08-20trace/fgraph: Fix the warning caused by missing unregister notifierYe Weihua
2025-08-20ring-buffer: Remove redundant semicolonsLiao Yuanhong
2025-08-20tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-08-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-08-03Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-08-03Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-01tracing: Have unsigned int function args displayed as hexadecimalSteven Rostedt
2025-08-01ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)Steven Rostedt
2025-08-01tracing: Use __free(kfree) in trace.c to remove gotosSteven Rostedt
2025-08-01tracing: Add guard() around locks and mutexes in trace.cSteven Rostedt
2025-08-01tracing: Add guard(ring_buffer_nest)Steven Rostedt
2025-08-01tracing: Remove unneeded goto out logicSteven Rostedt
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2025-07-31tracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LENPetr Pavlu
2025-07-30Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds