index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-05
Merge tag 'probes-fixes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-14
/
+28
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2025-10-03
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2025-10-03
tracing: Fix lock imbalance in s_start() memory allocation failure path
Sasha Levin
1
-2
/
+1
2025-10-02
tracing: Fix race condition in kprobe initialization causing NULL pointer der...
Yuan Chen
4
-14
/
+28
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-187
/
+14
2025-09-30
tracing: Ensure optimized hashing works
Michal Koutný
1
-0
/
+2
2025-09-30
ftrace: Fix softlockup in ftrace_module_enable
Vladimir Riabchun
1
-0
/
+2
2025-09-28
Merge tag 'trace-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-1
/
+14
2025-09-27
tracing: fgraph: Protect return handler from recursion loop
Masami Hiramatsu (Google)
1
-0
/
+12
2025-09-24
Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-3
/
+8
2025-09-25
tracing: dynevent: Add a missing lockdown check on dynevent
Masami Hiramatsu (Google)
1
-0
/
+4
2025-09-24
tracing: fprobe: Fix to remove recorded module addresses from filter
Masami Hiramatsu (Google)
1
-3
/
+4
2025-09-24
bpf: Allow uprobe program to change context registers
Jiri Olsa
1
-2
/
+7
2025-09-23
tracing: dynevent: Add a missing lockdown check on dynevent
Masami Hiramatsu (Google)
1
-0
/
+4
2025-09-23
tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()
Wang Liang
1
-1
/
+2
2025-09-23
tracing: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-23
tracing: Remove redundant 0 value initialization
Liao Yuanhong
1
-1
/
+0
2025-09-23
tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()
Fushuai Wang
1
-2
/
+2
2025-09-23
tracing: Use vmalloc_array() to improve code
Qianfeng Rong
1
-1
/
+1
2025-09-23
tracing: Have syscall trace events show "0x" for values greater than 10
Steven Rostedt
1
-3
/
+9
2025-09-23
tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()
Steven Rostedt
2
-10
/
+8
2025-09-18
bpf: Move the signature kfuncs to helpers.c
KP Singh
1
-183
/
+0
2025-09-18
Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+6
2025-09-18
tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()
Wang Liang
1
-0
/
+2
2025-09-15
bpf...d_path(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
rv: Fix missing mutex unlock in rv_register_monitor()
Zhen Ni
1
-1
/
+1
2025-09-15
rv: Fix wrong type cast in enabled_monitors_next()
Nam Cao
1
-1
/
+1
2025-09-15
rv: Support systems with time64-only syscalls
Palmer Dabbelt
1
-0
/
+4
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
8
-30
/
+62
2025-09-08
tracing: Silence warning when chunk allocation fails in trace_pid_write
Pu Lehui
1
-1
/
+5
2025-09-06
tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()
Wang Liang
1
-0
/
+3
2025-09-06
trace/fgraph: Fix error handling
Guenter Roeck
1
-1
/
+2
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
1
-2
/
+1
2025-09-02
tracing: Fix tracing_marker may trigger page fault during preempt_disable
Luo Gengkun
1
-2
/
+2
2025-09-02
trace: Remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-08-23
Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-25
/
+49
2025-08-22
ftrace: Also allocate and copy hash for reading of filter files
Steven Rostedt
1
-9
/
+10
2025-08-22
ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
Tengda Wu
1
-2
/
+2
2025-08-22
fgraph: Copy args in intermediate storage with entry
Steven Rostedt
1
-6
/
+16
2025-08-20
tracing: fprobe-event: Sanitize wildcard for fprobe event name
Masami Hiramatsu (Google)
1
-1
/
+1
2025-08-20
trace/fgraph: Fix the warning caused by missing unregister notifier
Ye Weihua
1
-0
/
+1
2025-08-20
ring-buffer: Remove redundant semicolons
Liao Yuanhong
1
-1
/
+1
2025-08-20
tracing: Limit access to parser->buffer when trace_get_user failed
Pu Lehui
2
-7
/
+19
2025-08-15
bpf: Remove migrate_disable in kprobe_multi_link_prog_run
Tao Chen
1
-2
/
+7
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-20
/
+2
2025-08-03
Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
4
-200
/
+117
2025-08-03
Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2025-08-01
tracing: Have unsigned int function args displayed as hexadecimal
Steven Rostedt
1
-1
/
+7
2025-08-01
ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)
Steven Rostedt
1
-10
/
+6
[prev]
[next]