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
2024-10-17
tracing: Have saved_cmdlines arrays all in one allocation
Steven Rostedt (Google)
1
-10
/
+8
2024-10-17
tracing: Remove precision vsnprintf() check from print event
Steven Rostedt (Google)
1
-4
/
+2
2024-10-17
tracing/timerlat: Fix a race during cpuhp processing
Wei Li
1
-0
/
+2
2024-10-17
tracing/hwlat: Fix a race during cpuhp processing
Wei Li
1
-0
/
+2
2024-09-12
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
1
-0
/
+2
2024-08-19
tracing: Fix overflow in get_free_elt()
Tze-nan Wu
1
-3
/
+3
2024-07-05
tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test
Jeff Johnson
1
-0
/
+1
2024-07-05
tracing: Build event generation tests only as modules
Masami Hiramatsu (Google)
1
-2
/
+2
2024-07-05
ftrace: Fix possible use-after-free issue in ftrace_location()
Zheng Yejian
1
-16
/
+23
2024-07-05
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
1
-8
/
+40
2024-06-16
ring-buffer: Fix a race between readers and resize checks
Petr Pavlu
1
-0
/
+9
2024-05-02
tracing: Show size of requested perf buffer
Robin H. Johnson
1
-1
/
+2
2024-04-27
Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"
Siddh Raman Pant
1
-4
/
+2
2024-04-17
tracing: hide unused ftrace_event_id_fops
Arnd Bergmann
1
-0
/
+4
2024-04-17
ring-buffer: Only update pages_touched when a new page is touched
Steven Rostedt (Google)
1
-3
/
+3
2024-04-13
ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...
linke li
1
-1
/
+1
2024-04-10
tracing: Use .flush() call to wake up readers
Steven Rostedt (Google)
1
-6
/
+15
2024-04-10
ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
Steven Rostedt (Google)
1
-48
/
+68
2024-04-10
ring-buffer: Fix full_waiters_pending in poll
Steven Rostedt (Google)
1
-7
/
+20
2024-04-10
ring-buffer: Fix resetting of shortest_full
Steven Rostedt (Google)
1
-7
/
+23
2024-04-10
ring-buffer: Do not set shortest_full when full target is hit
Steven Rostedt (Google)
1
-3
/
+4
2024-04-10
ring-buffer: Fix waking up ring buffer readers
Steven Rostedt (Google)
1
-71
/
+68
2024-03-01
bpf: Remove trace_printk_lock
Jiri Olsa
1
-8
/
+3
2024-03-01
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
1
-2
/
+2
2024-03-01
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
1
-9
/
+13
2024-03-01
bpf: Merge printk and seq_printf VARARG max macros
Dave Marchevsky
1
-3
/
+1
2024-02-23
tracing: Inform kmemleak of saved_cmdlines allocation
Steven Rostedt (Google)
1
-0
/
+3
2024-02-23
ring-buffer: Clean ring_buffer_poll_wait() error return
Vincent Donnefort
1
-1
/
+1
2024-02-23
tracing: Fix wasted memory in saved_cmdlines logic
Steven Rostedt (Google)
1
-38
/
+37
2024-02-23
tracing/trigger: Fix to return error if failed to alloc snapshot
Masami Hiramatsu (Google)
1
-2
/
+4
2024-02-23
tracing: Ensure visibility when inserting an element into tracing_map
Petr Pavlu
1
-1
/
+6
2024-01-25
ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
Steven Rostedt (Google)
1
-0
/
+6
2024-01-25
tracing: Fix uaf issue when open the hist or hist_debug file
Zheng Yejian
3
-4
/
+15
2024-01-25
tracing: Add size check when printing trace_marker output
Steven Rostedt (Google)
1
-2
/
+4
2024-01-25
tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
Steven Rostedt (Google)
1
-1
/
+5
2024-01-15
tracing/kprobes: Fix symbol counting logic by looking at modules as well
Andrii Nakryiko
1
-0
/
+2
2024-01-05
ring-buffer: Fix slowpath of interrupted event
Steven Rostedt (Google)
1
-53
/
+24
2024-01-05
ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
Steven Rostedt (Google)
1
-36
/
+11
2024-01-05
tracing: Fix blocked reader of snapshot buffer
Steven Rostedt (Google)
2
-4
/
+19
2024-01-05
ring-buffer: Fix wake ups when buffer_percent is set to 100
Steven Rostedt (Google)
1
-2
/
+7
2024-01-05
tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
Steven Rostedt (Google)
1
-0
/
+11
2023-12-23
tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
Francis Laniel
2
-0
/
+75
2023-12-20
ring-buffer: Do not try to put back write_stamp
Steven Rostedt (Google)
1
-23
/
+6
2023-12-20
ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
Steven Rostedt (Google)
1
-1
/
+3
2023-12-20
ring-buffer: Fix writing to the buffer with max_data_size
Steven Rostedt (Google)
1
-1
/
+6
2023-12-20
ring-buffer: Have saved event hold the entire event
Steven Rostedt (Google)
1
-2
/
+3
2023-12-20
ring-buffer: Do not update before stamp when switching sub-buffers
Steven Rostedt (Google)
1
-8
/
+1
2023-12-20
tracing: Update snapshot buffer on resize if it is allocated
Steven Rostedt (Google)
1
-2
/
+2
2023-12-20
ring-buffer: Fix memory leak of free page
Steven Rostedt (Google)
1
-0
/
+2
2023-12-13
tracing: Stop current tracer when resizing buffer
Steven Rostedt (Google)
1
-3
/
+7
[next]