index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2023-10-30
1
-1
/
+1
|
\
|
*
fs: create helper file_user_path() for user displayed mapped file path
Amir Goldstein
2023-10-19
1
-1
/
+1
*
|
tracing/kprobes: Fix symbol counting logic by looking at modules as well
Andrii Nakryiko
2023-10-28
1
-4
/
+20
*
|
tracing/kprobes: Fix the description of variable length arguments
Yujie Liu
2023-10-27
1
-2
/
+2
*
|
tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
Francis Laniel
2023-10-20
2
-0
/
+64
*
|
fprobe: Fix to ensure the number of active retprobes is not zero
Masami Hiramatsu (Google)
2023-10-17
1
-3
/
+3
*
|
tracing/user_events: Align set_bit() address for all archs
Beau Belgrave
2023-09-30
1
-7
/
+51
*
|
tracing: relax trace_event_eval_update() execution with cond_resched()
Clément Léger
2023-09-30
1
-0
/
+1
*
|
ring-buffer: Update "shortest_full" in polling
Steven Rostedt (Google)
2023-09-30
1
-0
/
+3
*
|
Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-09-24
1
-13
/
+15
|
\
\
|
*
|
ring-buffer: Fix bytes info in per_cpu buffer stats
Zheng Yejian
2023-09-22
1
-13
/
+15
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2023-09-16
1
-1
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bpf: Fix uprobe_multi get_pid_task error path
Jiri Olsa
2023-09-15
1
-1
/
+3
|
*
|
bpf: Add override check to kprobe multi link attach
Jiri Olsa
2023-09-09
1
-0
/
+16
|
|
/
*
|
Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-09-13
6
-30
/
+88
|
\
\
|
|
/
|
/
|
|
*
eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()
Jinjie Ruan
2023-09-12
1
-4
/
+9
|
*
tracing/synthetic: Print out u64 values properly
Tero Kristo
2023-09-12
1
-1
/
+1
|
*
tracing: Remove unused trace_event_file dir field
Steven Rostedt (Google)
2023-09-09
1
-13
/
+0
|
*
tracing: Use the new eventfs descriptor for print trigger
Steven Rostedt (Google)
2023-09-09
1
-2
/
+2
|
*
ring-buffer: Do not attempt to read past "commit"
Steven Rostedt (Google)
2023-09-09
1
-0
/
+5
|
*
ring-buffer: Avoid softlockup in ring_buffer_resize()
Zheng Yejian
2023-09-07
1
-0
/
+2
|
*
tracing: Have event inject files inc the trace array ref count
Steven Rostedt (Google)
2023-09-07
1
-1
/
+2
|
*
tracing: Have option files inc the trace array ref count
Steven Rostedt (Google)
2023-09-07
1
-1
/
+22
|
*
tracing: Have current_trace inc the trace array ref count
Steven Rostedt (Google)
2023-09-07
1
-1
/
+2
|
*
tracing: Have tracing_max_latency inc the trace array ref count
Steven Rostedt (Google)
2023-09-07
1
-5
/
+10
|
*
tracing: Increase trace array ref count on enable and filter files
Steven Rostedt (Google)
2023-09-07
3
-2
/
+33
*
|
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2023-09-02
10
-164
/
+582
|
\
\
|
|
/
|
/
|
|
*
tracing/fprobe-event: Assume fprobe is a return event by $retval
Masami Hiramatsu (Google)
2023-08-23
1
-14
/
+44
|
*
tracing/probes: Add string type check with BTF
Masami Hiramatsu (Google)
2023-08-23
2
-3
/
+89
|
*
tracing/probes: Support BTF field access from $retval
Masami Hiramatsu (Google)
2023-08-23
2
-102
/
+86
|
*
tracing/probes: Support BTF based data structure field access
Masami Hiramatsu (Google)
2023-08-23
3
-28
/
+216
|
*
tracing/probes: Add a function to search a member of a struct/union
Masami Hiramatsu (Google)
2023-08-23
2
-0
/
+73
|
*
tracing/probes: Move finding func-proto API and getting func-param API to tra...
Masami Hiramatsu (Google)
2023-08-23
4
-40
/
+72
|
*
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
2023-08-23
6
-48
/
+73
|
*
tracing/eprobe: Iterate trace_eprobe directly
Chuang Wang
2023-08-23
1
-9
/
+9
*
|
tracing/filters: Fix coding style issues
Valentin Schneider
2023-09-02
1
-2
/
+4
*
|
tracing/filters: Change parse_pred() cpulist ternary into an if block
Valentin Schneider
2023-09-02
1
-2
/
+6
*
|
tracing/filters: Fix double-free of struct filter_pred.mask
Valentin Schneider
2023-09-02
1
-0
/
+1
*
|
tracing/filters: Fix error-handling of cpulist parsing buffer
Valentin Schneider
2023-09-02
1
-2
/
+8
*
|
tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY
Brian Foster
2023-09-02
1
-2
/
+2
*
|
ftrace: Use LIST_HEAD to initialize clear_hash
Ruan Jinjie
2023-09-02
1
-3
/
+1
*
|
ftrace: Use within_module to check rec->ip within specified module.
Levi Yun
2023-09-02
1
-4
/
+2
*
|
tracing: Fix race issue between cpu buffer write and swap
Zheng Yejian
2023-09-02
1
-5
/
+12
*
|
tracing: Remove extra space at the end of hwlat_detector/mode
Mikhail Kobuk
2023-09-02
1
-1
/
+1
*
|
Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-09-02
8
-148
/
+389
|
\
\
|
*
|
tracing/user_events: Optimize safe list traversals
Eric Vaughn
2023-08-22
1
-7
/
+8
|
*
|
tracing: Remove unused function declarations
Yue Haibing
2023-08-22
1
-2
/
+0
|
*
|
tracing/filters: Further optimise scalar vs cpumask comparison
Valentin Schneider
2023-08-22
1
-6
/
+20
|
*
|
tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...
Valentin Schneider
2023-08-22
1
-2
/
+7
|
*
|
tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...
Valentin Schneider
2023-08-22
1
-1
/
+6
[next]