index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-11
Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
1
-4
/
+8
2025-10-11
tracing: Stop fortify-string from warning in tracing_mark_raw_write()
Steven Rostedt
1
-2
/
+6
2025-10-10
tracing: Fix tracing_mark_raw_write() to use buf and not ubuf
Steven Rostedt
1
-2
/
+2
2025-10-09
Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
1
-48
/
+220
2025-10-08
tracing: Have trace_marker use per-cpu data to read user space
Steven Rostedt
1
-48
/
+220
2025-10-03
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2025-09-08
tracing: Silence warning when chunk allocation fails in trace_pid_write
Pu Lehui
1
-1
/
+5
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
1
-2
/
+1
2025-09-02
tracing: Fix tracing_marker may trigger page fault during preempt_disable
Luo Gengkun
1
-2
/
+2
2025-08-22
ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
Tengda Wu
1
-2
/
+2
2025-08-20
tracing: Limit access to parser->buffer when trace_get_user failed
Pu Lehui
1
-6
/
+12
2025-08-03
Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
1
-185
/
+102
2025-08-03
Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2025-08-01
tracing: Use __free(kfree) in trace.c to remove gotos
Steven Rostedt
1
-24
/
+12
2025-08-01
tracing: Add guard() around locks and mutexes in trace.c
Steven Rostedt
1
-98
/
+46
2025-08-01
tracing: Add guard(ring_buffer_nest)
Steven Rostedt
1
-40
/
+29
2025-08-01
tracing: Remove unneeded goto out logic
Steven Rostedt
1
-23
/
+15
2025-08-01
Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-21
/
+28
2025-07-31
tracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LEN
Petr Pavlu
1
-1
/
+1
2025-07-29
tracing: Remove "__attribute__()" from the type field of event format
Masami Hiramatsu (Google)
1
-10
/
+18
2025-07-23
tracing: Deprecate auto-mounting tracefs in debugfs
Steven Rostedt
1
-4
/
+10
2025-07-22
tracing: Remove pointless memory barriers
Nam Cao
1
-7
/
+0
2025-07-22
ring-buffer: Remove ring_buffer_read_prepare_sync()
Steven Rostedt
1
-10
/
+4
2025-05-30
Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+22
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+15
2025-05-29
Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-42
/
+172
2025-05-29
tracing: Reset last-boot buffers when reading out all cpu buffers
Masami Hiramatsu (Google)
1
-0
/
+22
2025-05-29
ring-buffer: Allow reserve_mem persistent ring buffers to be mmapped
Steven Rostedt
1
-4
/
+0
2025-05-28
tracing: Fix compilation warning on arm32
Pan Taixi
1
-1
/
+1
2025-05-27
Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+35
2025-05-14
tracing: Record trace_clock and recover when reboot
Masami Hiramatsu (Google)
1
-0
/
+17
2025-05-09
tracing: Allow the top level trace_marker to write into another instances
Steven Rostedt
1
-31
/
+113
2025-05-09
tracing: Do not use per CPU array_buffer.data->disabled for cpumask
Steven Rostedt
1
-2
/
+0
2025-05-09
tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...
Steven Rostedt
1
-7
/
+4
2025-05-09
tracing: Add tracer_tracing_disable/enable() functions
Steven Rostedt
1
-0
/
+33
2025-05-06
kill vfs_submount()
Al Viro
1
-3
/
+16
2025-05-06
tracing: Only return an adjusted address if it matches the kernel address
Steven Rostedt
1
-1
/
+4
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
1
-2
/
+0
2025-05-01
tracing: Fix trace_adjust_address() when there is no modules in scratch area
Steven Rostedt
1
-1
/
+3
2025-05-01
tracing: Fix oob write in trace_seq_to_buffer()
Jeongjun Park
1
-2
/
+3
2025-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
1
-1
/
+35
2025-04-07
tracing: Hide get_vm_area() from MMUless builds
Steven Rostedt
1
-0
/
+7
2025-04-03
Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-24
/
+42
2025-04-03
Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
1
-0
/
+1
2025-04-02
Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+3
2025-04-02
tracing: Use vmap_page_range() to map memmap ring buffer
Steven Rostedt
1
-17
/
+16
2025-04-02
tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
Steven Rostedt
1
-7
/
+16
2025-04-02
tracing: Enforce the persistent ring buffer to be page aligned
Steven Rostedt
1
-0
/
+10
2025-04-02
tracing: Free module_delta on freeing of persistent ring buffer
Steven Rostedt
1
-0
/
+1
2025-03-31
Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-21
/
+368
[next]