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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-11
tracing: Fix to set write permission to per-cpu buffer_size_kb
Masami Hiramatsu (Google)
1
-1
/
+1
2026-02-10
Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
3
-56
/
+438
2026-02-10
tracing: Fix false sharing in hwlat get_sample()
Colin Lord
1
-8
/
+7
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2026-02-09
tracing: Move d_max_latency out of CONFIG_FSNOTIFY protection
Steven Rostedt
1
-1
/
+1
2026-02-08
tracing: Better separate SNAPSHOT and MAX_TRACE options
Steven Rostedt
3
-47
/
+53
2026-02-08
tracing: Add tracer_uses_snapshot() helper to remove #ifdefs
Steven Rostedt
2
-35
/
+28
2026-02-08
tracing: Rename trace_array field max_buffer to snapshot_buffer
Steven Rostedt
3
-47
/
+48
2026-02-08
tracing: Move pid filtering into trace_pid.c
Steven Rostedt
3
-242
/
+247
2026-02-08
tracing: Move trace_printk functions out of trace.c and into trace_printk.c
Steven Rostedt
3
-431
/
+432
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
2
-1
/
+3
2026-02-08
tracing: Move ftrace_trace_stack() out of trace.c and into trace.h
Steven Rostedt
2
-41
/
+35
2026-02-08
tracing: Move __trace_buffer_{un}lock_*() functions to trace.h
Steven Rostedt
2
-42
/
+41
2026-02-08
tracing: Make tracing_selftest_running global to the tracing subsystem
Steven Rostedt
2
-2
/
+3
2026-02-08
tracing: Make tracing_disabled global for tracing system
Steven Rostedt
4
-12
/
+8
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
3
-21
/
+20
2026-02-08
tracing: Have all triggers expect a file parameter
Steven Rostedt
1
-38
/
+24
2026-02-06
tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline event
Yaxiong Tian
1
-0
/
+4
2026-02-06
blktrace: Make init_blk_tracer() asynchronous
Yaxiong Tian
1
-1
/
+22
2026-02-06
tracing: Rename `eval_map_wq` and allow other parts of tracing use it
Yaxiong Tian
2
-9
/
+10
2026-02-05
tracing: Fix ftrace event field alignments
Steven Rostedt
3
-24
/
+36
2026-02-03
block: don't use strcpy to copy blockdev name
Johannes Thumshirn
1
-1
/
+1
2026-02-02
ftrace: Fix direct_functions leak in update_ftrace_direct_del
Jiri Olsa
1
-0
/
+1
2026-01-31
tracing: remove size parameter in __trace_puts()
Steven Rostedt
2
-5
/
+4
2026-01-30
tracing: Add kerneldoc to trace_event_buffer_reserve()
Steven Rostedt
1
-0
/
+16
2026-01-30
bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()
Steven Rostedt
1
-3
/
+2
2026-01-28
tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macros
Steven Rostedt
1
-5
/
+0
2026-01-28
tracing: Up the hist stacktrace size from 16 to 31
Steven Rostedt
2
-2
/
+2
2026-01-28
tracing: Remove notrace from trace_event_raw_event_synth()
Steven Rostedt
1
-3
/
+3
2026-01-28
tracing: Have hist_debug show what function a field uses
Steven Rostedt
1
-31
/
+44
2026-01-29
tracing: kprobe-event: Return directly when trace kprobes is empty
sunliming
1
-0
/
+4
2026-01-28
bpf,x86: Use single ftrace_ops for direct calls
Jiri Olsa
2
-1
/
+9
2026-01-28
ftrace: Factor ftrace_ops ops_func interface
Jiri Olsa
1
-3
/
+3
2026-01-28
ftrace: Add update_ftrace_direct_mod function
Jiri Olsa
1
-0
/
+94
2026-01-28
ftrace: Add update_ftrace_direct_del function
Jiri Olsa
1
-0
/
+127
2026-01-28
ftrace: Add update_ftrace_direct_add function
Jiri Olsa
1
-0
/
+140
2026-01-28
ftrace: Export some of hash related functions
Jiri Olsa
1
-7
/
+6
2026-01-28
ftrace: Make alloc_and_copy_ftrace_hash direct friendly
Jiri Olsa
1
-2
/
+9
2026-01-28
ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
Jiri Olsa
1
-14
/
+0
2026-01-26
tracing: Disable trace_printk buffer on warning too
Steven Rostedt
1
-0
/
+9
2026-01-26
ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macro
Guenter Roeck
1
-3
/
+4
2026-01-26
tracing: Have show_event_trigger/filter format a bit more in columns
Steven Rostedt
1
-4
/
+22
2026-01-26
ring-buffer: Use a housekeeping CPU to wake up waiters
Petr Tesarik
1
-3
/
+21
2026-01-26
tracing: Check the return value of tracing_update_buffers()
Steven Rostedt
1
-3
/
+4
2026-01-26
tracing: Add show_event_triggers to expose active event triggers
Aaron Tomlin
1
-0
/
+64
2026-01-26
tracing: Add show_event_filters to expose active event filters
Aaron Tomlin
1
-0
/
+58
[prev]
[next]