index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
2025-08-22
ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
Tengda Wu
2025-08-20
tracing: Limit access to parser->buffer when trace_get_user failed
Pu Lehui
2025-08-03
Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
2025-08-03
Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-08-01
tracing: Use __free(kfree) in trace.c to remove gotos
Steven Rostedt
2025-08-01
tracing: Add guard() around locks and mutexes in trace.c
Steven Rostedt
2025-08-01
tracing: Add guard(ring_buffer_nest)
Steven Rostedt
2025-08-01
tracing: Remove unneeded goto out logic
Steven Rostedt
2025-08-01
Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2025-07-31
tracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LEN
Petr Pavlu
2025-07-29
tracing: Remove "__attribute__()" from the type field of event format
Masami Hiramatsu (Google)
2025-07-23
tracing: Deprecate auto-mounting tracefs in debugfs
Steven Rostedt
2025-07-22
tracing: Remove pointless memory barriers
Nam Cao
2025-07-22
ring-buffer: Remove ring_buffer_read_prepare_sync()
Steven Rostedt
2025-05-30
Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2025-05-29
Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2025-05-29
tracing: Reset last-boot buffers when reading out all cpu buffers
Masami Hiramatsu (Google)
2025-05-29
ring-buffer: Allow reserve_mem persistent ring buffers to be mmapped
Steven Rostedt
2025-05-28
tracing: Fix compilation warning on arm32
Pan Taixi
2025-05-27
Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-05-14
tracing: Record trace_clock and recover when reboot
Masami Hiramatsu (Google)
2025-05-09
tracing: Allow the top level trace_marker to write into another instances
Steven Rostedt
2025-05-09
tracing: Do not use per CPU array_buffer.data->disabled for cpumask
Steven Rostedt
2025-05-09
tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...
Steven Rostedt
2025-05-09
tracing: Add tracer_tracing_disable/enable() functions
Steven Rostedt
2025-05-06
kill vfs_submount()
Al Viro
2025-05-06
tracing: Only return an adjusted address if it matches the kernel address
Steven Rostedt
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
2025-05-01
tracing: Fix trace_adjust_address() when there is no modules in scratch area
Steven Rostedt
2025-05-01
tracing: Fix oob write in trace_seq_to_buffer()
Jeongjun Park
2025-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
2025-04-07
tracing: Hide get_vm_area() from MMUless builds
Steven Rostedt
2025-04-03
Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-04-03
Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
2025-04-02
Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-04-02
tracing: Use vmap_page_range() to map memmap ring buffer
Steven Rostedt
2025-04-02
tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
Steven Rostedt
2025-04-02
tracing: Enforce the persistent ring buffer to be page aligned
Steven Rostedt
2025-04-02
tracing: Free module_delta on freeing of persistent ring buffer
Steven Rostedt
2025-03-31
Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-03-28
tracing: Use _text and the kernel offset in last_boot_info
Steven Rostedt
2025-03-28
tracing: Show last module text symbols in the stacktrace
Masami Hiramatsu (Google)
2025-03-28
tracing: Skip update_last_data() if cleared and remove active check for save_...
Masami Hiramatsu (Google)
2025-03-28
tracing: Initialize scratch_size to zero to prevent UB
Steven Rostedt
2025-03-28
tracing: Fix a compilation error without CONFIG_MODULES
Masami Hiramatsu (Google)
2025-03-28
tracing: Freeable reserved ring buffer
Masami Hiramatsu (Google)
2025-03-28
tracing: Update modules to persistent instances when loaded
Steven Rostedt
2025-03-28
tracing: Show module names and addresses of last boot
Steven Rostedt
2025-03-28
tracing: Have persistent trace instances save module addresses
Steven Rostedt
[next]