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
2017-11-05
ftrace: Fix kmemleak in unregister_ftrace_graph
Shu Wang
1
-14
/
+0
2017-11-04
tracing: Erase irqsoff trace with empty write
Bo Yan
1
-2
/
+8
2017-11-04
tracing: Fix trace_pipe behavior for instance traces
Tahsin Erdogan
1
-1
/
+1
2017-10-04
ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
Steven Rostedt (VMware)
1
-4
/
+6
2017-10-04
tracing: Apply trace_clock changes to instance max buffer
Baohong Liu
1
-1
/
+1
2017-10-04
ftrace: Fix selftest goto location on error
Steven Rostedt (VMware)
1
-1
/
+1
2017-10-03
tracing: Fix freeing of filter in create_filter() when set_str is false
Steven Rostedt (VMware)
1
-0
/
+4
2017-07-31
tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
Pavankumar Kondeti
1
-1
/
+1
2017-07-31
tracing/kprobes: Allow to create probe with a module name starting with a digit
Sabrina Dubroca
1
-13
/
+8
2017-06-08
tracing/kprobes: Enforce kprobes teardown after testing
Thomas Gleixner
1
-0
/
+5
2017-05-17
ring-buffer: Have ring_buffer_iter_empty() return true when empty
Steven Rostedt (VMware)
1
-2
/
+14
2017-05-17
tracing: Allocate the snapshot buffer before enabling probe
Steven Rostedt (VMware)
1
-3
/
+5
2017-05-17
ring-buffer: Fix return value check in test_ringbuffer()
Wei Yongjun
1
-4
/
+4
2017-01-12
fgraph: Handle a case where a tracer ignores set_graph_notrace
Steven Rostedt (Red Hat)
1
-3
/
+14
2016-10-03
fix memory leaks in tracing_buffers_splice_read()
Al Viro
1
-6
/
+8
2016-10-03
tracing: Move mutex to protect against resetting of seq data
Steven Rostedt (Red Hat)
1
-7
/
+8
2016-07-10
tracing: Handle NULL formats in hold_module_trace_bprintk_format()
Steven Rostedt (Red Hat)
1
-1
/
+6
2016-06-06
ring-buffer: Prevent overflow of size in ring_buffer_resize()
Steven Rostedt (Red Hat)
1
-5
/
+4
2016-06-06
ring-buffer: Use long for nr_pages to avoid overflow failures
Steven Rostedt (Red Hat)
1
-12
/
+14
2016-06-06
ring-buffer: Move recursive check to per_cpu descriptor
Steven Rostedt (Red Hat)
1
-18
/
+19
2016-06-06
ring-buffer: Add unlikelys to make fast path the default
Steven Rostedt (Red Hat)
1
-5
/
+5
2016-05-17
tracing: Don't display trigger file for events that can't be enabled
Chunyu Hu
1
-2
/
+7
2016-04-18
tracing: Fix trace_printk() to print when not using bprintk()
Steven Rostedt (Red Hat)
1
-0
/
+3
2016-04-18
tracing: Fix crash from reading trace_pipe with sendfile
Steven Rostedt (Red Hat)
1
-1
/
+4
2016-03-07
tracing: Fix showing function event in available_events
Steven Rostedt (Red Hat)
1
-1
/
+2
2015-08-10
ftrace: Fix breakage of set_ftrace_pid
Steven Rostedt (Red Hat)
1
-18
/
+34
2015-08-03
tracing: Have branch tracer use recursive field of task struct
Steven Rostedt (Red Hat)
2
-7
/
+11
2015-08-03
tracing: Fix typo from "static inlin" to "static inline"
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-08-03
tracing/filter: Do not allow infix to exceed end of string
Steven Rostedt (Red Hat)
1
-0
/
+6
2015-08-03
tracing/filter: Do not WARN on operand count going below zero
Steven Rostedt (Red Hat)
1
-1
/
+3
2015-06-17
tracing: Have filter check for balanced ops
Steven Rostedt
1
-2
/
+9
2015-06-11
ring-buffer-benchmark: Fix the wrong sched_priority of producer
Wang Long
1
-1
/
+1
2015-05-06
tracing: Make ftrace_print_array_seq compute buf_len
Alex Bennée
1
-1
/
+2
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-4
/
+4
2015-04-22
Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2
-3
/
+20
2015-04-17
tracing: Fix possible out of bounds memory access when parsing enums
Steven Rostedt (Red Hat)
1
-0
/
+6
2015-04-16
tracing: Fix incorrect enabling of trace events by boot cmdline
Joonsoo Kim
1
-1
/
+8
2015-04-16
tracing: Handle ftrace_dump() atomic context in graph_trace_open()
Rabin Vincent
1
-2
/
+6
2015-04-15
tracing: remove use of seq_printf return value
Joe Perches
1
-2
/
+2
2015-04-15
VFS: kernel/: d_inode() annotations
David Howells
3
-7
/
+7
2015-04-14
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-6
/
+245
2015-04-14
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
12
-45
/
+489
2015-04-14
Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-142
/
+130
2015-04-08
tracing: Add enum_map file to show enums that have been mapped
Steven Rostedt (Red Hat)
2
-4
/
+269
2015-04-08
tracing: Allow for modules to convert their enums to values
Steven Rostedt (Red Hat)
2
-5
/
+46
2015-04-08
tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values
Steven Rostedt (Red Hat)
3
-1
/
+146
2015-04-02
ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fops
Steven Rostedt (Red Hat)
1
-8
/
+14
2015-04-02
bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...
Ingo Molnar
2
-1
/
+9
2015-04-02
tracing: Allow BPF programs to call bpf_trace_printk()
Alexei Starovoitov
1
-0
/
+78
2015-04-02
tracing: Allow BPF programs to call bpf_ktime_get_ns()
Alexei Starovoitov
1
-0
/
+14
[next]