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
2023-12-20
ring-buffer: Have rb_time_cmpxchg() set the msb counter too
Steven Rostedt (Google)
1
-0
/
+2
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: Fix a possible race when disabling buffered events
Petr Pavlu
1
-4
/
+8
2023-12-13
tracing: Fix incomplete locking when disabling buffered events
Petr Pavlu
1
-8
/
+4
2023-12-13
tracing: Disable snapshot buffer when stopping instance tracers
Steven Rostedt (Google)
1
-76
/
+34
2023-12-13
tracing: Stop current tracer when resizing buffer
Steven Rostedt (Google)
1
-3
/
+7
2023-12-13
tracing: Always update snapshot buffer size
Steven Rostedt (Google)
1
-2
/
+1
2023-12-13
ring-buffer: Force absolute timestamp on discard of event
Steven Rostedt (Google)
1
-11
/
+8
2023-12-13
ring-buffer: Test last update in 32bit version of __rb_time_read()
Steven Rostedt (Google)
1
-2
/
+2
2023-12-13
rethook: Use __rcu pointer for rethook::handler
Masami Hiramatsu (Google)
1
-9
/
+14
2023-12-13
tracing: Fix a warning when allocating buffered events fails
Petr Pavlu
1
-6
/
+5
2023-11-28
tracing: fprobe-event: Fix to check tracepoint event and return
Masami Hiramatsu (Google)
1
-4
/
+5
2023-11-28
tracing: Have the user copy of synthetic event address use correct context
Steven Rostedt (Google)
1
-1
/
+1
2023-11-20
tracing/kprobes: Fix the order of argument descriptions
Yujie Liu
1
-1
/
+1
2023-11-08
tracing: Have trace_event_file have ref counters
Steven Rostedt (Google)
4
-4
/
+48
2023-10-28
tracing/kprobes: Fix symbol counting logic by looking at modules as well
Andrii Nakryiko
1
-4
/
+20
2023-10-27
tracing/kprobes: Fix the description of variable length arguments
Yujie Liu
1
-2
/
+2
2023-10-20
tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
Francis Laniel
2
-0
/
+64
2023-10-17
fprobe: Fix to ensure the number of active retprobes is not zero
Masami Hiramatsu (Google)
1
-3
/
+3
2023-09-30
tracing/user_events: Align set_bit() address for all archs
Beau Belgrave
1
-7
/
+51
2023-09-30
tracing: relax trace_event_eval_update() execution with cond_resched()
Clément Léger
1
-0
/
+1
2023-09-30
ring-buffer: Update "shortest_full" in polling
Steven Rostedt (Google)
1
-0
/
+3
2023-09-24
Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-13
/
+15
2023-09-22
ring-buffer: Fix bytes info in per_cpu buffer stats
Zheng Yejian
1
-13
/
+15
2023-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+19
2023-09-15
bpf: Fix uprobe_multi get_pid_task error path
Jiri Olsa
1
-1
/
+3
2023-09-13
Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
6
-30
/
+88
2023-09-12
eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()
Jinjie Ruan
1
-4
/
+9
2023-09-11
tracing/synthetic: Print out u64 values properly
Tero Kristo
1
-1
/
+1
2023-09-08
tracing: Remove unused trace_event_file dir field
Steven Rostedt (Google)
1
-13
/
+0
2023-09-08
tracing: Use the new eventfs descriptor for print trigger
Steven Rostedt (Google)
1
-2
/
+2
2023-09-08
ring-buffer: Do not attempt to read past "commit"
Steven Rostedt (Google)
1
-0
/
+5
2023-09-08
bpf: Add override check to kprobe multi link attach
Jiri Olsa
1
-0
/
+16
2023-09-07
ring-buffer: Avoid softlockup in ring_buffer_resize()
Zheng Yejian
1
-0
/
+2
2023-09-07
tracing: Have event inject files inc the trace array ref count
Steven Rostedt (Google)
1
-1
/
+2
2023-09-07
tracing: Have option files inc the trace array ref count
Steven Rostedt (Google)
1
-1
/
+22
2023-09-07
tracing: Have current_trace inc the trace array ref count
Steven Rostedt (Google)
1
-1
/
+2
2023-09-07
tracing: Have tracing_max_latency inc the trace array ref count
Steven Rostedt (Google)
1
-5
/
+10
2023-09-07
tracing: Increase trace array ref count on enable and filter files
Steven Rostedt (Google)
3
-2
/
+33
2023-09-02
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
10
-164
/
+582
2023-09-01
tracing/filters: Fix coding style issues
Valentin Schneider
1
-2
/
+4
2023-09-01
tracing/filters: Change parse_pred() cpulist ternary into an if block
Valentin Schneider
1
-2
/
+6
2023-09-01
tracing/filters: Fix double-free of struct filter_pred.mask
Valentin Schneider
1
-0
/
+1
2023-09-01
tracing/filters: Fix error-handling of cpulist parsing buffer
Valentin Schneider
1
-2
/
+8
[next]