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
compress-2025-01-21
compress-2025-01-23
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-26
ftrace: Fix selftest goto location on error
Steven Rostedt (VMware)
1
-1
/
+1
2017-09-15
tracing/kprobes: Allow to create probe with a module name starting with a digit
Sabrina Dubroca
1
-8
/
+5
2017-09-15
tracing/kprobes: Enforce kprobes teardown after testing
Thomas Gleixner
1
-0
/
+5
2017-07-18
ring-buffer: Have ring_buffer_iter_empty() return true when empty
Steven Rostedt (VMware)
1
-2
/
+14
2017-06-05
tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
Amey Telawane
1
-1
/
+1
2016-11-20
tracing: Move mutex to protect against resetting of seq data
Steven Rostedt (Red Hat)
1
-7
/
+8
2016-05-01
tracing: Fix crash from reading trace_pipe with sendfile
Steven Rostedt (Red Hat)
1
-1
/
+4
2016-05-01
tracing: Have preempt(irqs)off trace preempt disabled functions
Steven Rostedt (Red Hat)
1
-2
/
+6
2015-12-30
ring-buffer: Update read stamp with first real commit on page
Steven Rostedt (Red Hat)
1
-7
/
+5
2015-08-12
tracing/filter: Do not allow infix to exceed end of string
Steven Rostedt (Red Hat)
1
-0
/
+6
2015-08-12
tracing/filter: Do not WARN on operand count going below zero
Steven Rostedt (Red Hat)
1
-1
/
+3
2015-08-07
tracing: Have filter check for balanced ops
Steven Rostedt
1
-2
/
+8
2015-08-07
ring-buffer-benchmark: Fix the wrong sched_priority of producer
Wang Long
1
-1
/
+1
2015-05-09
ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled
Steven Rostedt (Red Hat)
1
-3
/
+3
2015-05-09
ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl
Pratyush Anand
1
-5
/
+22
2014-12-14
tracing/syscalls: Ignore numbers outside NR_syscalls' range
Rabin Vincent
1
-4
/
+4
2014-12-14
tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1
Will Deacon
1
-0
/
+4
2014-11-05
ring-buffer: Fix infinite spin in reading buffer
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-09-13
ring-buffer: Always reset iterator to reader page
Steven Rostedt (Red Hat)
1
-11
/
+6
2014-09-13
ring-buffer: Up rb_iter_peek() loop count to 3
Steven Rostedt (Red Hat)
1
-5
/
+7
2014-08-06
ring-buffer: Fix polling on trace_pipe
Martin Lau
1
-2
/
+0
2014-06-09
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
1
-23
/
+4
2014-04-30
blktrace: fix accounting of partially completed requests
Roman Pen
1
-9
/
+11
2014-04-02
ftrace: Have function graph only trace based on global_ops filters
Steven Rostedt
1
-1
/
+44
2014-04-02
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
1
-0
/
+10
2014-04-02
ring-buffer: Fix first commit on sub-buffer having non-zero delta
Steven Rostedt (Red Hat)
1
-0
/
+7
2014-04-02
ftrace: Fix synchronization location disabling and freeing ftrace_ops
Steven Rostedt (Red Hat)
1
-11
/
+18
2014-04-02
ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()
Steven Rostedt
1
-1
/
+16
2014-02-15
ftrace: Initialize the ftrace profiler for each possible cpu
Miao Xie
1
-1
/
+1
2014-01-03
ftrace: Fix function graph with loading of modules
Steven Rostedt (Red Hat)
1
-34
/
+34
2014-01-03
ftrace: Check module functions being traced on reload
Steven Rostedt (Red Hat)
1
-9
/
+61
2014-01-03
ftrace: Create ftrace_hash_empty() helper routine
Steven Rostedt
1
-11
/
+17
2014-01-03
ftrace: Fix ftrace hash record update with notrace
Steven Rostedt
1
-1
/
+1
2013-11-28
tracing: Fix potential out-of-bounds in trace_get_user()
Steven Rostedt
1
-1
/
+4
2013-09-10
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
1
-0
/
+1
2013-08-02
tracing: Use current_uid() for critical time tracing
Steven Rostedt (Red Hat)
1
-1
/
+9
2013-07-27
tracing: Fix irqs-off tag display in syscall tracing
zhangwei(Jovi)
1
-4
/
+17
2013-06-19
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
Steven Rostedt (Red Hat)
1
-13
/
+13
2013-05-30
tracing: Fix leaks of filter preds
Steven Rostedt (Red Hat)
1
-0
/
+4
2013-05-13
tracing: Check return value of tracing_init_dentry()
Namhyung Kim
3
-0
/
+6
2013-05-13
tracing: Reset ftrace_graph_filter_enabled if count is zero
Namhyung Kim
1
-1
/
+2
2013-05-13
tracing: Fix off-by-one on allocating stat->pages
Namhyung Kim
1
-1
/
+1
2013-05-13
tracing: Fix ftrace_dump()
Steven Rostedt (Red Hat)
2
-40
/
+32
2013-05-13
tracing: Remove most or all of stack tracer stack size from stack_max_size
Steven Rostedt (Red Hat)
1
-21
/
+54
2013-05-13
tracing: Fix stack tracer with fentry use
Steven Rostedt (Red Hat)
1
-4
/
+29
2013-05-13
tracing: Use stack of calling function for stack tracer
Steven Rostedt (Red Hat)
1
-5
/
+7
2013-04-25
tracing: Fix possible NULL pointer dereferences
Namhyung Kim
1
-5
/
+5
2013-04-25
tracing: Fix double free when function profile init failed
Namhyung Kim
1
-1
/
+0
2013-04-25
ftrace: Consistently restore trace function on sysctl enabling
Jan Kiszka
1
-6
/
+2
2013-03-27
tracing: Prevent buffer overwrite disabled for latency tracers
Steven Rostedt (Red Hat)
4
-14
/
+61
[next]