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
nocache-cleanup
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
2026-04-17
Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-1178
/
+52
2026-04-02
tracing: Allow backup to save persistent ring buffer before it starts
Steven Rostedt
1
-0
/
+22
2026-04-02
tracing: Remove the backup instance automatically after read
Masami Hiramatsu (Google)
1
-6
/
+73
2026-04-02
tracing: Make the backup instance non-reusable
Masami Hiramatsu (Google)
1
-31
/
+50
2026-03-31
tracing: Append repeated boot-time tracing parameters
Wesley Atwell
1
-1
/
+30
2026-03-28
tracing: Remove tracing_alloc_snapshot() when snapshot isn't defined
Steven Rostedt
1
-7
/
+0
2026-03-26
tracing: Move snapshot code out of trace.c and into trace_snapshot.c
Steven Rostedt
1
-1169
/
+23
2026-03-24
Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...
Steven Rostedt
1
-9
/
+27
2026-03-23
tracing: Free up file->private_data for use by individual events
Petr Pavlu
1
-2
/
+0
2026-03-21
tracing: Fix trace_marker copy link list updates
Steven Rostedt
1
-9
/
+10
2026-03-21
tracing: Fix failure to read user space from system call trace events
Steven Rostedt
1
-0
/
+17
2026-03-09
tracing: Add non-consuming read to trace remotes
Vincent Donnefort
1
-1
/
+1
2026-03-09
tracing: Introduce trace remotes
Vincent Donnefort
1
-1
/
+1
2026-03-06
tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2G
Calvin Owens
1
-3
/
+3
2026-03-03
tracing: Fix WARN_ON in tracing_buffers_mmap_close
Qing Wang
1
-0
/
+13
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-6
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-14
/
+14
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-19
/
+20
2026-02-11
tracing: Fix indentation of return statement in print_trace_fmt()
Haoyang LIU
1
-1
/
+1
2026-02-11
tracing: Reset last_boot_info if ring buffer is reset
Masami Hiramatsu (Google)
1
-0
/
+6
2026-02-11
tracing: Fix to set write permission to per-cpu buffer_size_kb
Masami Hiramatsu (Google)
1
-1
/
+1
2026-02-08
tracing: Better separate SNAPSHOT and MAX_TRACE options
Steven Rostedt
1
-35
/
+38
2026-02-08
tracing: Add tracer_uses_snapshot() helper to remove #ifdefs
Steven Rostedt
1
-35
/
+16
2026-02-08
tracing: Rename trace_array field max_buffer to snapshot_buffer
Steven Rostedt
1
-36
/
+36
2026-02-08
tracing: Move pid filtering into trace_pid.c
Steven Rostedt
1
-242
/
+0
2026-02-08
tracing: Move trace_printk functions out of trace.c and into trace_printk.c
Steven Rostedt
1
-431
/
+0
2026-02-08
tracing: Use system_state in trace_printk_init_buffers()
Steven Rostedt
1
-3
/
+2
2026-02-08
tracing: Have trace_printk functions use flags instead of using global_trace
Steven Rostedt
1
-4
/
+5
2026-02-08
tracing: Make tracing_update_buffers() take NULL for global_trace
Steven Rostedt
1
-1
/
+4
2026-02-08
tracing: Make printk_trace global for tracing system
Steven Rostedt
1
-1
/
+1
2026-02-08
tracing: Move ftrace_trace_stack() out of trace.c and into trace.h
Steven Rostedt
1
-41
/
+4
2026-02-08
tracing: Move __trace_buffer_{un}lock_*() functions to trace.h
Steven Rostedt
1
-42
/
+0
2026-02-08
tracing: Make tracing_selftest_running global to the tracing subsystem
Steven Rostedt
1
-2
/
+1
2026-02-08
tracing: Make tracing_disabled global for tracing system
Steven Rostedt
1
-9
/
+4
2026-02-08
tracing: Clean up use of trace_create_maxlat_file()
Steven Rostedt
1
-22
/
+16
2026-02-08
tracing: Move tracing_set_filter_buffering() into trace_events_hist.c
Steven Rostedt
1
-20
/
+0
2026-02-06
tracing: Rename `eval_map_wq` and allow other parts of tracing use it
Yaxiong Tian
1
-9
/
+9
2026-01-26
tracing: Disable trace_printk buffer on warning too
Steven Rostedt
1
-0
/
+9
2026-01-26
tracing: Check the return value of tracing_update_buffers()
Steven Rostedt
1
-3
/
+4
2026-01-23
tracing: Avoid possible signed 64-bit truncation
Ian Rogers
1
-4
/
+4
2026-01-07
trace: ftrace_dump_on_oops[] is not exported, make it static
Ben Dooks
1
-1
/
+1
2026-01-07
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
[next]