summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
5 daystracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui
8 daystracing/osnoise: Fix null-ptr-deref in bitmap_parselist()Wang Liang
8 daystrace/fgraph: Fix error handlingGuenter Roeck
12 daystracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun
12 daystrace: 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-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
2025-07-30Merge tag 'trace-ringbuffer-v6.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-07-30Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-07-30Merge tag 'probes-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-30tracing: Have eprobes have their own config optionSteven Rostedt
2025-07-29ring-buffer: Make the const read-only 'type' staticColin Ian King
2025-07-29tracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)
2025-07-29tracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-29tracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)
2025-07-28rv: Add opid per-cpu monitorGabriele Monaco
2025-07-28rv: Add nrp and sssw per-task monitorsGabriele Monaco
2025-07-28rv: Replace tss and sncid monitors with more complete stsGabriele Monaco
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco
2025-07-28rv: Retry when da monitor detects race conditionsGabriele Monaco
2025-07-28rv: Adjust monitor dependenciesGabriele Monaco
2025-07-28rv: Use strings in da monitors tracepointsGabriele Monaco
2025-07-28rv: Remove trailing whitespace from tracepoint stringGabriele Monaco
2025-07-28rv: Fix wrong type cast in reactors_show() and monitor_reactor_show()Nam Cao
2025-07-28rv: Fix wrong type cast in monitors_show()Nam Cao
2025-07-25rv: Remove struct rv_monitor::reactingNam Cao
2025-07-25rv: Remove rv_reactor's reference counterNam Cao
2025-07-25rv: Merge struct rv_reactor_def into struct rv_reactorNam Cao