index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs
Deepanshu Kartikey
1
-0
/
+10
2025-09-19
tracing: Silence warning when chunk allocation fails in trace_pid_write
Pu Lehui
1
-1
/
+5
2025-09-19
tracing: Fix tracing_marker may trigger page fault during preempt_disable
Luo Gengkun
1
-2
/
+2
2025-09-04
ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
Tengda Wu
1
-2
/
+2
2025-08-28
tracing: Limit access to parser->buffer when trace_get_user failed
Pu Lehui
1
-6
/
+12
2025-08-28
tracing: Remove unneeded goto out logic
Steven Rostedt
1
-23
/
+15
2025-08-15
ring-buffer: Remove ring_buffer_read_prepare_sync()
Steven Rostedt
1
-10
/
+4
2025-06-10
tracing: Fix compilation warning on arm32
Pan Taixi
1
-1
/
+1
2025-05-29
tracing: Mark binary printing functions with __printf() attribute
Andy Shevchenko
1
-8
/
+3
2025-05-09
tracing: Fix oob write in trace_seq_to_buffer()
Jeongjun Park
1
-2
/
+3
2025-02-27
tracing: Fix using ret variable in tracing_set_tracer()
Steven Rostedt
1
-2
/
+1
2025-02-27
tracing: Have the error of __tracing_resize_ring_buffer() passed to user
Steven Rostedt
1
-7
/
+1
2025-02-27
tracing: Switch trace.c code over to use guard()
Steven Rostedt
1
-172
/
+94
2025-02-21
tracing: Do not allow mmap() of persistent ring buffer
Steven Rostedt
1
-0
/
+4
2025-01-02
tracing: Prevent bad count for tracing_cpumask_write
Lizhi Xu
1
-0
/
+3
2024-12-27
tracing: Check "%s" dereference via the field and not the TP_printk format
Steven Rostedt
1
-202
/
+53
2024-12-27
trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
Steven Rostedt
1
-0
/
+9
2024-12-14
tracing: Fix function name for trampoline
Tatsuya S
1
-8
/
+25
2024-11-16
Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-2
/
+26
2024-11-14
tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recording
Steven Rostedt
1
-2
/
+26
2024-11-01
tracing: Document tracefs gid mount option
Kalesh Singh
1
-0
/
+4
2024-10-14
ring-buffer: Fix refcount setting of boot mapped buffers
Steven Rostedt
1
-3
/
+3
2024-10-03
tracing: Fix trace_check_vprintf() when tp_printk is used
Steven Rostedt
1
-2
/
+13
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-3
/
+0
2024-09-22
Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-34
/
+338
2024-09-09
tracing: Drop unused helper function to fix the build
Andy Shevchenko
1
-4
/
+0
2024-09-05
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
1
-0
/
+2
2024-08-26
tracing: Add option to set an instance to be the trace_printk destination
Steven Rostedt
1
-5
/
+35
2024-08-26
tracing: Have trace_printk not use binary prints if boot buffer
Steven Rostedt
1
-15
/
+29
2024-08-26
tracing: Allow trace_printk() to go to other instance buffers
Steven Rostedt
1
-11
/
+35
2024-08-26
tracing: Add "traceoff" flag to boot time tracing instances
Steven Rostedt
1
-1
/
+30
2024-08-15
tracing: Allow boot instances to use reserve_mem boot memory
Steven Rostedt (Google)
1
-8
/
+15
2024-08-14
tracing: Fix ifdef of snapshots to not prevent last_boot_info file
Steven Rostedt
1
-2
/
+2
2024-08-14
Merge tag 'v6.11-rc3' into trace/ring-buffer/core
Steven Rostedt
1
-1
/
+1
2024-08-09
tracing: Return from tracing_buffers_read() if the file has been closed
Steven Rostedt
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-15
tracing: Fix NULL vs IS_ERR() check in enable_instances()
Dan Carpenter
1
-1
/
+1
2024-06-14
tracing: Handle old buffer mappings for event strings and functions
Steven Rostedt (Google)
1
-3
/
+39
2024-06-14
tracing/ring-buffer: Add last_boot_info file to boot instance
Steven Rostedt (Google)
1
-1
/
+46
2024-06-14
tracing: Add option to use memmapped memory for trace boot instance
Steven Rostedt (Google)
1
-6
/
+69
2024-06-14
ring-buffer: Add output of ring buffer meta page
Steven Rostedt (Google)
1
-2
/
+28
2024-06-14
tracing: Implement creating an instance based on a given memory region
Steven Rostedt (Google)
1
-10
/
+40
2024-05-17
Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+99
2024-05-13
tracing: Allow user-space mapping of the ring-buffer
Vincent Donnefort
1
-5
/
+99
2024-05-01
tracing/probes: support '%pD' type for print struct file's name
Ye Bin
1
-1
/
+1
2024-05-01
tracing/probes: support '%pd' type for print struct dentry's name
Ye Bin
1
-1
/
+1
2024-03-18
tracing: Support to dump instance traces by ftrace_dump_on_oops
Huang Yiwei
1
-40
/
+116
2024-03-18
tracing: Fix snapshot counter going between two tracers that use it
Steven Rostedt (Google)
1
-1
/
+1
2024-03-18
tracing: Use init_utsname()->release
John Garry
1
-2
/
+2
2024-03-18
tracing: Add snapshot refcount
Vincent Donnefort
1
-17
/
+82
[next]