index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
3 days
tracing: Fix comment in tracing_buffers_splice_read()
Steven Rostedt
3 days
tracing: Fix subbuf resize races with trace_pipe_raw readers
Vincent Donnefort
3 days
tracing: Fix to avoid creating trace instances with duplicate names
Masami Hiramatsu (Google)
5 days
tracing: Take trace_array reference when opening options file
Steven Rostedt
8 days
Merge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2026-08-22
tracing: Fix use-after-free in trace_pipe read on sub-buffer order change
Deepanshu Kartikey
2026-08-22
tracing: Fix logged instance name on creation failure
Vincent Donnefort
2026-08-20
Merge tag 'probes-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2026-08-19
Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2026-08-14
tracing: Have trace_event_update_all() only handle module that is loading
Steven Rostedt
2026-08-08
ftrace: Drop extra comma in trace_buffered_event_enable
Leon Hwang
2026-07-24
tracing: Fix context switch counter truncation
Usama Arif
2026-07-14
tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to ...
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Add $current variable support
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Support field specifier option for typecast
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Support nested typecast
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Support typecast for various probe events
Masami Hiramatsu (Google)
2026-07-07
tracing: Make tracepoint_printk static as not exported
Ben Dooks
2026-07-06
tracing: Remove unused ret assignment in tracing_set_tracer()
Wayen.Yan
2026-06-18
Merge tag 'trace-ring-buffer-v7.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-05-28
ring-buffer: Add persistent ring buffer invalid-page inject test
Masami Hiramatsu (Google)
2026-05-21
tracing: Move trace_iterator_increment() into trace_find_next_entry_inc()
Steven Rostedt
2026-05-21
tracing: Fix README path for synthetic_events
Ao Sun
2026-05-21
tracing: Use krealloc_array() for trace option array growth
Yu Peng
2026-04-17
Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2026-04-02
tracing: Allow backup to save persistent ring buffer before it starts
Steven Rostedt
2026-04-02
tracing: Remove the backup instance automatically after read
Masami Hiramatsu (Google)
2026-04-02
tracing: Make the backup instance non-reusable
Masami Hiramatsu (Google)
2026-03-31
tracing: Append repeated boot-time tracing parameters
Wesley Atwell
2026-03-28
tracing: Remove tracing_alloc_snapshot() when snapshot isn't defined
Steven Rostedt
2026-03-26
tracing: Move snapshot code out of trace.c and into trace_snapshot.c
Steven Rostedt
2026-03-24
Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...
Steven Rostedt
2026-03-23
tracing: Free up file->private_data for use by individual events
Petr Pavlu
2026-03-21
tracing: Fix trace_marker copy link list updates
Steven Rostedt
2026-03-21
tracing: Fix failure to read user space from system call trace events
Steven Rostedt
2026-03-09
tracing: Add non-consuming read to trace remotes
Vincent Donnefort
2026-03-09
tracing: Introduce trace remotes
Vincent Donnefort
2026-03-06
tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2G
Calvin Owens
2026-03-03
tracing: Fix WARN_ON in tracing_buffers_mmap_close
Qing Wang
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
tracing: Fix indentation of return statement in print_trace_fmt()
Haoyang LIU
2026-02-11
tracing: Reset last_boot_info if ring buffer is reset
Masami Hiramatsu (Google)
2026-02-11
tracing: Fix to set write permission to per-cpu buffer_size_kb
Masami Hiramatsu (Google)
2026-02-08
tracing: Better separate SNAPSHOT and MAX_TRACE options
Steven Rostedt
2026-02-08
tracing: Add tracer_uses_snapshot() helper to remove #ifdefs
Steven Rostedt
2026-02-08
tracing: Rename trace_array field max_buffer to snapshot_buffer
Steven Rostedt
2026-02-08
tracing: Move pid filtering into trace_pid.c
Steven Rostedt
2026-02-08
tracing: Move trace_printk functions out of trace.c and into trace_printk.c
Steven Rostedt
[next]