index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-01
tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Menglong Dong
1
-0
/
+1
2025-11-01
tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probe
Masami Hiramatsu (Google)
2
-26
/
+18
2025-11-01
tracing: uprobes: Cleanup __trace_uprobe_create() with __free()
Masami Hiramatsu (Google)
1
-42
/
+26
2025-11-01
tracing: eprobe: Cleanup eprobe event using __free()
Masami Hiramatsu (Google)
1
-41
/
+30
2025-11-01
tracing: probes: Use __free() for trace_probe_log
Masami Hiramatsu (Google)
4
-9
/
+9
2025-11-01
tracing: fprobe: use rhltable for fprobe_ip_table
Menglong Dong
1
-66
/
+91
2025-10-28
tracing: Have persistent ring buffer print syscalls normally
Steven Rostedt
1
-4
/
+23
2025-10-28
tracing: Check for printable characters when printing field dyn strings
Steven Rostedt
1
-2
/
+25
2025-10-28
tracing: Add parsing of flags to the sys_enter_openat trace event
Steven Rostedt
1
-10
/
+182
2025-10-28
tracing: Show printable characters in syscall arrays
Steven Rostedt
1
-0
/
+21
2025-10-28
tracing: Add a config and syscall_user_buf_size file to limit amount written
Steven Rostedt
4
-22
/
+97
2025-10-28
tracing: Allow syscall trace events to read more than one user parameter
Steven Rostedt
1
-108
/
+229
2025-10-28
tracing: Display some syscall arrays as strings
Steven Rostedt
1
-3
/
+19
2025-10-28
tracing: Have system call events record user array data
Steven Rostedt
1
-34
/
+87
2025-10-28
perf: tracing: Have perf system calls read user space
Steven Rostedt
1
-46
/
+90
2025-10-28
perf: tracing: Simplify perf_sysenter_enable/disable() with guards
Steven Rostedt
1
-26
/
+22
2025-10-28
tracing: Have syscall trace events read user space string
Steven Rostedt
1
-19
/
+417
2025-10-28
tracing: Make trace_user_fault_read() exposed to rest of tracing
Steven Rostedt
2
-62
/
+205
2025-10-28
blktrace: for ftrace use correct trace format ver
Chaitanya Kulkarni
1
-5
/
+54
2025-10-28
blktrace: use debug print to report dropped events
Chaitanya Kulkarni
1
-2
/
+5
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
1
-23
/
+23
2025-10-22
blktrace: handle BLKTRACESETUP2 ioctl
Johannes Thumshirn
1
-0
/
+36
2025-10-22
blktrace: trace zone write plugging operations
Johannes Thumshirn
1
-0
/
+39
2025-10-22
blktrace: expose ZONE APPEND completions to blktrace
Johannes Thumshirn
1
-0
/
+21
2025-10-22
blktrace: add block trace commands for zone operations
Johannes Thumshirn
1
-4
/
+25
2025-10-22
blktrace: move ftrace blk_io_tracer to blk_io_trace2
Johannes Thumshirn
1
-8
/
+8
2025-10-22
blktrace: move trace_note to blk_io_trace2
Johannes Thumshirn
1
-7
/
+7
2025-10-22
blktrace: differentiate between blk_io_trace versions
Johannes Thumshirn
1
-1
/
+57
2025-10-22
blktrace: add definitions for struct blk_io_trace2
Johannes Thumshirn
1
-0
/
+1
2025-10-22
blktrace: pass blk_user_trace2 to setup functions
Johannes Thumshirn
1
-9
/
+22
2025-10-22
blktrace: add definitions for blk_user_trace_setup2
Johannes Thumshirn
1
-0
/
+3
2025-10-22
blktrace: split do_blk_trace_setup into two functions
Johannes Thumshirn
1
-38
/
+56
2025-10-22
blktrace: change the internal action to 64bit
Johannes Thumshirn
1
-19
/
+19
2025-10-22
blktrace: untangle if/else sequence in __blk_add_trace
Johannes Thumshirn
1
-2
/
+11
2025-10-22
blktrace: split out relaying a blktrace event
Johannes Thumshirn
1
-28
/
+32
2025-10-22
blktrace: factor out recording a blktrace event
Johannes Thumshirn
1
-38
/
+47
2025-10-22
blktrace: only calculate trace length once
Johannes Thumshirn
1
-6
/
+8
2025-10-20
rv: Make rtapp/pagefault monitor depends on CONFIG_MMU
Nam Cao
1
-0
/
+1
2025-10-20
rv: Fully convert enabled_monitors to use list_head as iterator
Nam Cao
1
-6
/
+6
2025-10-11
Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-4
/
+8
2025-10-11
tracing: Stop fortify-string from warning in tracing_mark_raw_write()
Steven Rostedt
1
-2
/
+6
2025-10-10
tracing: Fix tracing_mark_raw_write() to use buf and not ubuf
Steven Rostedt
1
-2
/
+2
2025-10-09
Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
5
-79
/
+241
2025-10-08
tracing: Have trace_marker use per-cpu data to read user space
Steven Rostedt
1
-48
/
+220
2025-10-08
ring buffer: Propagate __rb_map_vma return value to caller
Ankit Khushwaha
1
-1
/
+1
2025-10-08
tracing: Fix irqoff tracers on failure of acquiring calltime
Steven Rostedt
1
-13
/
+10
2025-10-08
tracing: Fix wakeup tracers on failure of acquiring calltime
Steven Rostedt
1
-10
/
+6
2025-10-08
tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user_nul
Thorsten Blum
1
-7
/
+4
2025-10-05
Merge tag 'trace-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
8
-20
/
+26
2025-10-05
Merge tag 'probes-fixes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
4
-14
/
+28
[prev]
[next]