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-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
1
-1
/
+35
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
2025-04-02
tracing: fprobe: Fix to lock module while registering fprobe
Masami Hiramatsu (Google)
1
-19
/
+48
2025-04-02
rv: Fix missing unlock on double nested monitors return path
Gabriele Monaco
1
-1
/
+2
2025-04-02
tracing: Verify event formats that have "%*p.."
Steven Rostedt
1
-0
/
+7
2025-04-02
ftrace: Add cond_resched() to ftrace_graph_set_hash()
zhoumin
1
-0
/
+1
2025-04-02
tracing: Free module_delta on freeing of persistent ring buffer
Steven Rostedt
1
-0
/
+1
2025-04-02
ftrace: Have tracing function args depend on PROBE_EVENTS_BTF_ARGS
Steven Rostedt
1
-2
/
+1
2025-03-31
Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-143
/
+561
2025-03-30
Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-17
/
+16
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-4
/
+10
2025-03-28
tracing: Use _text and the kernel offset in last_boot_info
Steven Rostedt
1
-12
/
+6
2025-03-28
tracing: Show last module text symbols in the stacktrace
Masami Hiramatsu (Google)
3
-7
/
+138
2025-03-28
ring-buffer: Remove the unused variable bmeta
Jiapeng Chong
1
-3
/
+0
2025-03-28
tracing: Skip update_last_data() if cleared and remove active check for save_...
Masami Hiramatsu (Google)
1
-18
/
+8
2025-03-28
tracing: Initialize scratch_size to zero to prevent UB
Steven Rostedt
1
-1
/
+1
2025-03-28
tracing: Fix a compilation error without CONFIG_MODULES
Masami Hiramatsu (Google)
1
-0
/
+7
2025-03-28
tracing: Freeable reserved ring buffer
Masami Hiramatsu (Google)
2
-1
/
+13
2025-03-28
tracing: Update modules to persistent instances when loaded
Steven Rostedt
3
-12
/
+57
2025-03-28
tracing: Show module names and addresses of last boot
Steven Rostedt
1
-13
/
+89
2025-03-28
tracing: Have persistent trace instances save module addresses
Steven Rostedt
1
-9
/
+89
2025-03-28
tracing: Have persistent trace instances save KASLR offset
Steven Rostedt
3
-56
/
+46
2025-03-28
ring-buffer: Add ring_buffer_meta_scratch()
Steven Rostedt
2
-7
/
+30
2025-03-28
ring-buffer: Add buffer meta data for persistent ring buffer
Steven Rostedt
1
-52
/
+119
2025-03-28
ring-buffer: Use kaslr address instead of text delta
Steven Rostedt
3
-32
/
+38
2025-03-28
ring-buffer: Fix bytes_dropped calculation issue
Feng Yang
1
-2
/
+2
2025-03-28
tracing: Mark binary printing functions with __printf() attribute
Andy Shevchenko
2
-15
/
+12
2025-03-27
Merge tag 'probes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
6
-4
/
+46
2025-03-27
Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
10
-46
/
+87
2025-03-27
Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
40
-67
/
+1273
2025-03-27
Merge tag 'ftrace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
12
-74
/
+346
2025-03-27
Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+50
2025-03-27
tracing: probe-events: Add comments about entry data storing code
Masami Hiramatsu (Google)
1
-0
/
+28
2025-03-27
tracing: probe-events: Log error for exceeding the number of arguments
Masami Hiramatsu (Google)
5
-4
/
+18
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2025-03-25
tracing: Replace strncpy with memcpy for fixed-length substring copy
Siddarth G
1
-1
/
+1
2025-03-25
tracing: Fix synth event printk format for str fields
Douglas Raillard
1
-1
/
+1
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+2
2025-03-24
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-17
/
+4
2025-03-24
Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+1
[prev]
[next]