index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Lines
2023-07-12
Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-10
/
+36
2023-07-12
ring-buffer: Fix deadloop issue on reading trace_pipe
Zheng Yejian
-9
/
+15
2023-07-12
tracing: arm64: Avoid missing-prototype warnings
Arnd Bergmann
-2
/
+7
2023-07-11
bpf: Support ->fill_link_info for perf_event
Yafang Shao
-3
/
+7
2023-07-11
bpf: Expose symbol's respective address
Yafang Shao
-12
/
+4
2023-07-11
bpf: Clear the probe_addr for uprobe
Yafang Shao
-2
/
+3
2023-07-11
bpf: Protect probed address based on kptr_restrict setting
Yafang Shao
-1
/
+4
2023-07-11
bpf: Support ->fill_link_info for kprobe_multi
Yafang Shao
-0
/
+37
2023-07-10
tracing/user_events: Fix struct arg size match check
Beau Belgrave
-0
/
+3
2023-07-11
fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...
Masami Hiramatsu (Google)
-0
/
+16
2023-07-11
fprobe: add unlock to match a succeeded ftrace_test_recursion_trylock
Ze Gao
-1
/
+3
2023-07-11
kernel/trace: Fix cleanup logic of enable_trace_eprobe
Tzvetomir Stoyanov (VMware)
-2
/
+16
2023-07-06
Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
-5
/
+5
2023-07-05
tracing/boot: Test strscpy() against less than zero for error
Steven Rostedt (Google)
-4
/
+4
2023-07-05
tracing: Fix null pointer dereference in tracing_err_log_open()
Mateusz Stachyra
-1
/
+1
2023-06-30
Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
-155
/
+1916
2023-06-30
Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
-23
/
+665
2023-06-29
Merge tag 'trace-v6.4-rc7-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+2
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-2
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2023-06-28
tracing/user_events: Fix incorrect return value for writing operation when ev...
sunliming
-1
/
+2
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-19
/
+19
2023-06-27
fprobe: Release rethook after the ftrace_ops is unregistered
Jiri Olsa
-9
/
+3
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+1
2023-06-23
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
-60
/
+149
2023-06-23
tracing/probes: Fix tracepoint event with $arg* to fetch correct argument
Masami Hiramatsu (Google)
-2
/
+8
2023-06-23
tracing/probes: Fix to return NULL and keep using current argc
Masami Hiramatsu (Google)
-1
/
+2
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-84
/
+208
2023-06-22
tracing/boot: Replace strlcpy with strscpy
Azeem Shaikh
-4
/
+4
2023-06-22
tracing/timerlat: Add user-space interface
Daniel Bristot de Oliveira
-5
/
+377
2023-06-22
tracing/osnoise: Skip running osnoise if all instances are off
Daniel Bristot de Oliveira
-3
/
+28
2023-06-22
tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disable
Daniel Bristot de Oliveira
-0
/
+68
2023-06-22
ftrace: Show all functions with addresses in available_filter_functions_addrs
Jiri Olsa
-0
/
+37
2023-06-20
function_graph: Support recording and printing the return value of function
Donglin Peng
-11
/
+148
2023-06-20
fgraph: Add declaration of "struct fgraph_ret_regs"
Steven Rostedt (Google)
-0
/
+3
2023-06-20
Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-84
/
+208
2023-06-14
tracing/user_events: Add auto cleanup and future persist flag
Beau Belgrave
-13
/
+126
2023-06-14
tracing/user_events: Track refcount consistently via put/get
Beau Belgrave
-28
/
+41
2023-06-14
tracing/user_events: Store register flags on events
Beau Belgrave
-6
/
+10
2023-06-14
tracing/user_events: Remove user_ns walk for groups
Beau Belgrave
-37
/
+5
2023-06-14
tracing/user_events: Fix the incorrect trace record for empty arguments events
sunliming
-2
/
+2
2023-06-14
tracing: Modify print_fields() for fields output order
sunliming
-1
/
+1
2023-06-14
tracing/user_events: Handle matching arguments that is null from dyn_events
sunliming
-0
/
+2
2023-06-14
tracing/user_events: Prevent same name but different args event
sunliming
-6
/
+30
2023-06-09
mm/gup: remove unused vmas parameter from pin_user_pages_remote()
Lorenzo Stoakes
-1
/
+1
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+12
2023-06-08
Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-1
/
+11
2023-06-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-1
/
+11
2023-06-07
bpf: Add extra path pointer check to d_path helper
Jiri Olsa
-1
/
+11
2023-06-06
tracing/probes: Add BTF retval type support
Masami Hiramatsu (Google)
-7
/
+63
[prev]
[next]