summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)
2025-10-20rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao
2025-10-20rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao
2025-10-11Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-10-11tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt
2025-10-10tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt
2025-10-09Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-10-08tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt
2025-10-08ring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha
2025-10-08tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt
2025-10-08tracing: Fix wakeup tracers on failure of acquiring calltimeSteven Rostedt
2025-10-08tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user_nulThorsten Blum
2025-10-05Merge tag 'trace-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2025-10-05Merge tag 'probes-fixes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-03tracing: Fix lock imbalance in s_start() memory allocation failure pathSasha Levin
2025-10-02tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-09-30tracing: Ensure optimized hashing worksMichal Koutný
2025-09-30ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun
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