index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
trace: ftrace_dump_on_oops[] is not exported, make it static
Ben Dooks
1
-1
/
+1
7 days
tracing: Add recursion protection in kernel stack trace recording
Steven Rostedt
1
-0
/
+6
2025-12-17
tracing: Fix UBSAN warning in __remove_instance()
Darrick J. Wong
1
-1
/
+1
2025-12-05
tracing: Fix multiple typos in trace.c
Maurice Hieronymus
1
-5
/
+5
2025-12-05
tracing: Fix enabling of tracing on file release
Steven Rostedt
1
-2
/
+4
2025-12-05
Merge tag 'trace-rv-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
1
-1
/
+2
2025-12-05
Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-260
/
+633
2025-12-02
rv: Convert to use __free
Nam Cao
1
-1
/
+2
2025-11-27
overflow: Introduce struct_offset() to get offset of member
Steven Rostedt
1
-1
/
+1
2025-11-26
tracing: Add boot-time backup of persistent ring buffer
Masami Hiramatsu (Google)
1
-6
/
+57
2025-11-26
tracing: Show the tracer options in boot-time created instance
Masami Hiramatsu (Google)
1
-3
/
+6
2025-11-26
tracing: Remove unused variable in tracing_trace_options_show()
Steven Rostedt
1
-3
/
+0
2025-11-25
tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs
Deepanshu Kartikey
1
-0
/
+10
2025-11-14
tracing: Move graph-time out of function graph options
Steven Rostedt
1
-4
/
+10
2025-11-12
tracing: Have tracer option be instance specific
Steven Rostedt
1
-74
/
+183
2025-11-10
tracing: Use switch statement instead of ifs in set_tracer_flag()
Steven Rostedt
1
-15
/
+23
2025-11-10
tracing: Exit out immediately after update_marker_trace()
Steven Rostedt
1
-1
/
+4
2025-11-10
tracing: Have add_tracer_options() error pass up to callers
Steven Rostedt
1
-21
/
+34
2025-11-10
tracing: Remove dummy options and flags
Steven Rostedt
1
-32
/
+16
2025-11-04
Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/lin...
Steven Rostedt
1
-76
/
+78
2025-11-04
tracing: Add an option to show symbols in _text+offset for function profiler
Masami Hiramatsu (Google)
1
-2
/
+3
2025-11-04
tracing: Allow tracer to add more than 32 options
Masami Hiramatsu (Google)
1
-75
/
+76
2025-10-28
tracing: Have persistent ring buffer print syscalls normally
Steven Rostedt
1
-4
/
+23
2025-10-28
tracing: Add a config and syscall_user_buf_size file to limit amount written
Steven Rostedt
1
-0
/
+52
2025-10-28
tracing: Make trace_user_fault_read() exposed to rest of tracing
Steven Rostedt
1
-62
/
+188
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
[next]