summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2026-08-10ftrace: deprecate disabling via ftrace_enabled sysctlAndrey Grodzovsky
2026-08-10fprobe: Simplify fprobe_remove_ips() by reusing existing helpersMasami Hiramatsu (Google)
2026-08-08ring-buffer: Fix crash passing ERR_PTR to kthread_stop()Hui Su
2026-08-08ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()Vincent Donnefort
2026-08-08ring-buffer: Prevent subbuf order change when resizing is disabledVincent Donnefort
2026-08-08ring-buffer: Prevent resizing of persistent ring bufferVincent Donnefort
2026-08-08ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf
2026-08-08ring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu
2026-08-08eventfs: Define event fields before directory creationAnubhav Shelat
2026-08-08ftrace: Drop extra comma in trace_buffered_event_enableLeon Hwang
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_modLeon Hwang
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_delLeon Hwang
2026-08-08ftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang
2026-08-08tracing/boot: Add support for eprobe, fprobe, and tprobe eventsMasami Hiramatsu (Google)
2026-08-07tracing/mmiotrace: Use trace_assign_type() in mmio_print_mark()Masami Hiramatsu (Google)
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann
2026-08-05tracing: Make per-template BTF id lists file-localMykyta Yatsenko
2026-08-04mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/Lorenzo Stoakes
2026-08-04rv: Fix 32-bit build of nomiss KUnit testGabriele Monaco
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung
2026-07-31Merge tag 'trace-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-07-31ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error pathMasami Hiramatsu (Google)
2026-07-31rv: Add KUnit tests for some LTL monitorsGabriele Monaco
2026-07-31rv: Add KUnit mock for currentGabriele Monaco
2026-07-31rv: Add KUnit tests for some DA/HA monitorsGabriele Monaco
2026-07-31rv: Export task monitor slot and react symbolsGabriele Monaco
2026-07-31rv: Use generic rv_this for the rv_monitor variable in LTLGabriele Monaco
2026-07-29ring-buffer: Fix reader page read offset for remote buffersVincent Donnefort
2026-07-29tracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)
2026-07-29tracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)
2026-07-29tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functionsMasami Hiramatsu (Google)
2026-07-29tracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)
2026-07-29fprobe: Fix module reference count leak on error in register_fprobe()Masami Hiramatsu (Google)
2026-07-29tracing/fprobe: Roll back on enable_trace_fprobe() failureRaushan Patel
2026-07-28tracing/probes: Reject $arg0 in meta argument expansionRaushan Patel
2026-07-28tracing/probes: Treating longer symbol name on event comparationMasami Hiramatsu (Google)
2026-07-28tracing: Use seq_buf for string concatenationWoradorn Laodhanadhaworn
2026-07-28tracing: Use strscpy() instead of strcpy() in trace_sched_switchPo-Sheng Lin
2026-07-28tracing: Warn when an event dereferences a pointer in TP_printk()Steven Rostedt
2026-07-28tracing: Reject invalid preemptirq_delay_test CPU affinitySamuel Moelius
2026-07-28fgraph: Use trace_seq_putc() in print_graph_return()Markus Elfring
2026-07-28tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_sh...Markus Elfring
2026-07-28tracing/user_events: Use seq_putc() in two functionsMarkus Elfring
2026-07-28tracing: Bound histogram expression strings with seq_bufPengpeng Hou
2026-07-28tracing: Return ERR_PTR() from expr_str()Pengpeng Hou
2026-07-28tracing: Use __free() for expr_str() bufferPengpeng Hou
2026-07-28kernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy()David Laight
2026-07-28tracing: Point constant hist field type to string literalYu Peng
2026-07-28tracing: Expose tracepoint BTF ids via tracefsMykyta Yatsenko
2026-07-26Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds