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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-27
tracing: Do not free "head" on error path of filter_free_subsystem_filters()
Steven Rostedt
1
-3
/
+1
2025-06-27
fgraph: Do not enable function_graph tracer when setting funcgraph-args
Steven Rostedt
1
-0
/
+6
2025-06-27
tracing: Fix regression of filter waiting a long time on RCU synchronization
Steven Rostedt
1
-48
/
+138
2025-06-27
tracing: Only return an adjusted address if it matches the kernel address
Steven Rostedt
1
-1
/
+4
2025-06-27
ftrace: Fix UAF when lookup kallsym after ftrace disabled
Ye Bin
1
-3
/
+7
2025-06-19
ring-buffer: Move cpus_read_lock() outside of buffer->mutex
Steven Rostedt
1
-5
/
+6
2025-06-19
ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()
Dmitry Antipov
1
-3
/
+1
2025-06-19
ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
Steven Rostedt
1
-8
/
+18
2025-06-19
bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...
Di Shen
1
-0
/
+2
2025-06-19
bpf: Fix WARN() in get_bpf_raw_tp_regs
Tao Chen
1
-1
/
+1
2025-06-19
tracing: Fix error handling in event_trigger_parse()
Miaoqian Lin
1
-2
/
+2
2025-06-19
tracing: Rename event_trigger_alloc() to trigger_data_alloc()
Steven Rostedt
3
-14
/
+12
2025-06-19
tracing: Move histogram trigger variables from stack to per CPU structure
Steven Rostedt
1
-15
/
+105
2025-06-19
bpf: Check link_create.flags parameter for multi_uprobe
Tao Chen
1
-0
/
+3
2025-06-19
bpf: Check link_create.flags parameter for multi_kprobe
Tao Chen
1
-0
/
+3
2025-06-10
tracing: Fix compilation warning on arm32
Pan Taixi
1
-1
/
+1
2025-05-14
Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-9
/
+7
2025-05-14
ring-buffer: Fix persistent buffer when commit page is the reader page
Steven Rostedt
1
-3
/
+5
2025-05-14
ftrace: Fix preemption accounting for stacktrace filter command
pengdonglin
1
-5
/
+1
2025-05-14
ftrace: Fix preemption accounting for stacktrace trigger command
pengdonglin
1
-1
/
+1
2025-05-13
tracing: probes: Fix a possible race in trace_probe_log APIs
Masami Hiramatsu (Google)
5
-3
/
+27
2025-05-10
tracing: add missing trace_probe_log_clear for eprobes
Paul Cacheux
1
-0
/
+3
2025-05-10
tracing: fprobe: Fix RCU warning message in list traversal
Breno Leitao
1
-1
/
+2
2025-05-01
tracing: Do not take trace_event_sem in print_event_fields()
Steven Rostedt
1
-2
/
+2
2025-05-01
tracing: Fix trace_adjust_address() when there is no modules in scratch area
Steven Rostedt
1
-1
/
+3
2025-05-01
ftrace: Fix NULL memory allocation check
Colin Ian King
1
-1
/
+1
2025-05-01
tracing: Fix oob write in trace_seq_to_buffer()
Jeongjun Park
1
-2
/
+3
2025-04-17
tracing: Fix filter string testing
Steven Rostedt
1
-2
/
+2
2025-04-17
ftrace: Fix type of ftrace_graph_ent_entry.depth
Ilya Leoshkevich
1
-2
/
+2
2025-04-17
ftrace: fix incorrect hash size in register_ftrace_direct()
Menglong Dong
1
-3
/
+4
2025-04-17
ftrace: Free ftrace hashes after they are replaced in the subops code
Steven Rostedt
1
-1
/
+7
2025-04-17
ftrace: Reinitialize hash to EMPTY_HASH after freeing
Steven Rostedt
1
-0
/
+4
2025-04-17
ftrace: Initialize variables for ftrace_startup/shutdown_subops()
Steven Rostedt
1
-4
/
+4
2025-04-12
Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-145
/
+195
2025-04-12
rv: Fix out-of-bound memory access in rv_is_container_monitor()
Nam Cao
1
-1
/
+6
2025-04-12
ftrace: Do not have print_graph_retval() add a newline
Steven Rostedt
1
-6
/
+5
2025-04-11
ftrace: Fix accounting of subop hashes
Steven Rostedt
1
-137
/
+177
2025-04-11
ftrace: Properly merge notrace hashes
Andy Chiu
1
-4
/
+4
2025-04-09
tracing: Do not add length to print format in synthetic events
Steven Rostedt
1
-1
/
+0
2025-04-08
Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-30
/
+166
2025-04-08
tracing: fprobe: Cleanup fprobe hash when module unloading
Masami Hiramatsu (Google)
1
-2
/
+101
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
3
-26
/
+46
2025-04-03
Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
5
-3
/
+12
2025-04-02
Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-15
/
+12
2025-04-02
ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()
Steven Rostedt
1
-2
/
+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
2
-7
/
+17
2025-04-02
tracing: Enforce the persistent ring buffer to be page aligned
Steven Rostedt
1
-0
/
+10
2025-04-02
tracing: fprobe events: Fix possible UAF on modules
Masami Hiramatsu (Google)
1
-9
/
+17
[next]