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
2022-09-05
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Yang Jihong
1
-0
/
+10
2022-08-25
tracing: Have filter accept "common_cpu" to be consistent
Steven Rostedt (Google)
1
-0
/
+1
2022-08-25
tracing/probes: Have kprobes and uprobes use $COMM too
Steven Rostedt (Google)
1
-2
/
+3
2022-08-25
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
1
-6
/
+64
2022-08-25
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
1
-0
/
+21
2022-08-25
tracing/eprobes: Do not hardcode $comm as a string
Steven Rostedt (Google)
1
-2
/
+3
2022-08-25
tracing/eprobes: Do not allow eprobes to use $stack, or % for regs
Steven Rostedt (Google)
1
-8
/
+13
2022-08-25
tracing/perf: Fix double put of trace event when init fails
Steven Rostedt (Google)
1
-3
/
+4
2022-08-17
blktrace: Trace remapped requests correctly
Bart Van Assche
1
-1
/
+1
2022-07-12
ftrace: Be more specific about arch impact when function tracer is enabled
Steven Rostedt (Google)
1
-1
/
+2
2022-07-12
tracing: Fix sleeping while atomic in kdb ftdump
Douglas Anderson
1
-5
/
+6
2022-07-12
tracing/histograms: Fix memory leak problem
Zheng Yejian
1
-0
/
+2
2022-06-24
Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+0
2022-06-23
Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-4
/
+10
2022-06-17
tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()
Gautam Menghani
1
-1
/
+0
2022-06-17
tracing: Simplify conditional compilation code in tracing_set_tracer()
sunliming
1
-2
/
+0
2022-06-17
tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...
Masami Hiramatsu (Google)
1
-1
/
+10
2022-06-17
rethook: Reject getting a rethook if RCU is not watching
Masami Hiramatsu (Google)
1
-0
/
+9
2022-06-17
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
1
-3
/
+0
2022-06-16
bpf: Force cookies array to follow symbols sorting
Jiri Olsa
1
-15
/
+45
2022-06-16
ftrace: Keep address offset in ftrace_lookup_symbols
Jiri Olsa
1
-2
/
+11
2022-06-09
Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-4
/
+4
2022-06-07
bpf: Use safer kvmalloc_array() where possible
Dan Carpenter
1
-4
/
+4
2022-06-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+2
2022-06-01
ftrace/fgraph: fix increased missing-prototypes warnings
Chengming Zhou
1
-0
/
+2
2022-05-29
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
20
-522
/
+606
2022-05-28
ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak function
Steven Rostedt (Google)
1
-2
/
+139
2022-05-26
tracing: Fix comments for event_trigger_separate_filter()
sunliming
1
-4
/
+4
2022-05-26
ftrace: Clean up hash direct_functions on register failures
Song Liu
1
-3
/
+2
2022-05-26
tracing: Fix comments of create_filter()
sunliming
1
-1
/
+1
2022-05-26
tracing: Disable kcov on trace_preemptirq.c
Congyu Liu
1
-0
/
+4
2022-05-26
tracing: Initialize integer variable to prevent garbage return value
Gautam Menghani
1
-1
/
+1
2022-05-26
ftrace: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-26
ftrace: Remove return value of ftrace_arch_modify_*()
Li kunyu
1
-12
/
+4
2022-05-26
tracing: Cleanup code by removing init "char *name"
liqiong
1
-3
/
+1
2022-05-26
tracing: Change "char *" string form to "char []"
liqiong
2
-2
/
+2
2022-05-26
tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQ
Daniel Bristot de Oliveira
1
-0
/
+2
2022-05-26
tracing/timerlat: Print stacktrace in the IRQ handler if needed
Daniel Bristot de Oliveira
1
-0
/
+13
2022-05-26
tracing/timerlat: Notify IRQ new max latency only if stop tracing is set
Daniel Bristot de Oliveira
1
-4
/
+5
2022-05-26
tracing: Fix return value of trace_pid_write()
Wonhyuk Yang
1
-2
/
+4
2022-05-26
tracing: Fix potential double free in create_var_ref()
Keita Suzuki
1
-0
/
+3
2022-05-26
tracing: Use strim() to remove whitespace instead of doing it manually
Yuntao Wang
1
-5
/
+3
2022-05-26
ftrace: Deal with error return code of the ftrace_process_locs() function
Yuntao Wang
1
-4
/
+13
2022-05-26
tracing: Use trace_create_file() to simplify creation of tracefs entries
Yuntao Wang
5
-48
/
+21
2022-05-26
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-94
/
+117
2022-05-25
tracing: Reset the function filter after completing trampoline/graph selftest
Li Huafei
1
-0
/
+3
2022-05-25
tracing: Have event format check not flag %p* on __get_dynamic_array()
Steven Rostedt (Google)
1
-6
/
+7
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-71
/
+167
2022-05-24
Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-10
/
+4
2022-05-24
Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
[next]