summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2025-10-12ring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha
2025-10-02tracing: fprobe: Fix to remove recorded module addresses from filterMasami Hiramatsu (Google)
2025-10-02tracing: fgraph: Protect return handler from recursion loopMasami Hiramatsu (Google)
2025-10-02tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-10-02tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()Wang Liang
2025-09-19tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui
2025-09-19tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()Wang Liang
2025-09-19tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun
2025-09-19trace/fgraph: Fix error handlingGuenter Roeck
2025-09-04ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
2025-09-04fgraph: Copy args in intermediate storage with entrySteven Rostedt
2025-09-04trace/fgraph: Fix the warning caused by missing unregister notifierYe Weihua
2025-08-28tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-08-28tracing: Remove unneeded goto out logicSteven Rostedt
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-08-28tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)
2025-08-20tracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)
2025-08-20rv: Add #undef TRACE_INCLUDE_FILENam Cao
2025-08-15kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann
2025-08-15tracing: Use queue_rcu_work() to free filtersSteven Rostedt
2025-08-15rv: Adjust monitor dependenciesGabriele Monaco
2025-08-15rv: Use strings in da monitors tracepointsGabriele Monaco
2025-08-15rv: Remove trailing whitespace from tracepoint stringGabriele Monaco
2025-08-15ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt
2025-08-15PM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt
2025-07-20Merge tag 'trace-v6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-19tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
2025-07-18tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor
2025-06-27tracing: Fix filter logic errorEdward Adam Davis
2025-06-18fgraph: Do not enable function_graph tracer when setting funcgraph-argsSteven Rostedt
2025-06-10tracing: Do not free "head" on error path of filter_free_subsystem_filters()Steven Rostedt
2025-06-08Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-06-07tracing: Add rcu annotation around file->filter accessesSteven Rostedt
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-06ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov
2025-06-06tracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu
2025-06-02ftrace: Don't allocate ftrace module map if ftrace is disabledYe Bin
2025-06-02ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin
2025-05-30Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-29Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2025-05-29ring-buffer: Simplify functions with __free(kfree) to free allocationsSteven Rostedt
2025-05-29ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex)Steven Rostedt
2025-05-29ring-buffer: Simplify ring_buffer_read_page() with guard()Steven Rostedt
2025-05-29ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()Steven Rostedt
2025-05-29ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()Steven Rostedt
2025-05-29ring-buffer: Removed unnecessary if() goto out where out is the next lineSteven Rostedt