index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-09
rv: Add #undef TRACE_INCLUDE_FILE
Nam Cao
1
-1
/
+2
2025-07-08
kernel: trace: preemptirq_delay_test: use offstack cpu mask
Arnd Bergmann
1
-4
/
+9
2025-07-08
tracing: Use queue_rcu_work() to free filters
Steven Rostedt
1
-8
/
+20
2025-07-08
tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()
Yury Norov
1
-4
/
+1
2025-07-03
bpf: Add show_fdinfo for kprobe_multi
Tao Chen
1
-0
/
+27
2025-07-03
bpf: Add show_fdinfo for uprobe_multi
Tao Chen
1
-0
/
+44
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
1
-6
/
+4
2025-07-02
tracing: tprobe-events: Register tracepoint when enable tprobe event
Masami Hiramatsu (Google)
1
-164
/
+216
2025-07-02
tracing: fprobe-events: Register fprobe-events only when it is enabled
Masami Hiramatsu (Google)
2
-121
/
+121
2025-07-02
tracing: tprobe-events: Support multiple tprobes on the same tracepoint
Masami Hiramatsu (Google)
1
-50
/
+201
2025-07-02
tracing: tprobe-events: Remove mod field from tprobe-event
Masami Hiramatsu (Google)
1
-14
/
+9
2025-07-02
tracing: probe-events: Cleanup entry-arg storing code
Masami Hiramatsu (Google)
1
-59
/
+69
2025-06-27
tracing: Fix filter logic error
Edward Adam Davis
1
-7
/
+7
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
4
-54
/
+148
2025-06-18
fgraph: Do not enable function_graph tracer when setting funcgraph-args
Steven Rostedt
1
-0
/
+6
2025-06-17
bpf: Fix key serial argument of bpf_lookup_user_key()
James Bottomley
1
-1
/
+1
2025-06-10
tracing: Do not free "head" on error path of filter_free_subsystem_filters()
Steven Rostedt
1
-3
/
+1
2025-06-08
Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-53
/
+143
2025-06-07
tracing: Add rcu annotation around file->filter accesses
Steven Rostedt
1
-4
/
+6
2025-06-06
Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-1
/
+1
2025-06-06
ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()
Dmitry Antipov
1
-3
/
+1
2025-06-06
tracing: Fix regression of filter waiting a long time on RCU synchronization
Steven Rostedt
1
-48
/
+138
2025-06-05
Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-next
Palmer Dabbelt
3
-6
/
+9
2025-06-05
kernel: ftrace: export ftrace_sync_ipi
Andy Chiu
1
-1
/
+1
2025-06-02
ftrace: Don't allocate ftrace module map if ftrace is disabled
Ye Bin
1
-0
/
+3
2025-06-02
ftrace: Fix UAF when lookup kallsym after ftrace disabled
Ye Bin
1
-3
/
+7
2025-05-30
Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-105
/
+134
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-4
/
+15
2025-05-29
Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
20
-260
/
+574
2025-05-29
ring-buffer: Simplify functions with __free(kfree) to free allocations
Steven Rostedt
1
-18
/
+9
2025-05-29
ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex)
Steven Rostedt
1
-24
/
+11
2025-05-29
ring-buffer: Simplify ring_buffer_read_page() with guard()
Steven Rostedt
1
-17
/
+11
2025-05-29
ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()
Steven Rostedt
1
-7
/
+2
2025-05-29
ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()
Steven Rostedt
1
-14
/
+9
2025-05-29
ring-buffer: Removed unnecessary if() goto out where out is the next line
Steven Rostedt
1
-4
/
+1
2025-05-29
tracing: Reset last-boot buffers when reading out all cpu buffers
Masami Hiramatsu (Google)
1
-0
/
+22
2025-05-29
ring-buffer: Allow reserve_mem persistent ring buffers to be mmapped
Steven Rostedt
2
-8
/
+45
2025-05-29
ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
Steven Rostedt
1
-8
/
+18
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
2
-111
/
+212
2025-05-28
tracing: Fix compilation warning on arm32
Pan Taixi
1
-1
/
+1
2025-05-27
Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
2
-2
/
+56
2025-05-27
ring-buffer: Move cpus_read_lock() outside of buffer->mutex
Steven Rostedt
1
-5
/
+6
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-9
/
+2
2025-05-23
bpf: Fix error return value in bpf_copy_from_user_dynptr
Mykyta Yatsenko
1
-2
/
+6
2025-05-23
traceevent/block: Add REQ_ATOMIC flag to block trace events
Ritesh Harjani (IBM)
1
-0
/
+2
2025-05-22
bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic"
Di Shen
1
-0
/
+2
2025-05-14
Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
3
-9
/
+7
2025-05-14
ring-buffer: Fix persistent buffer when commit page is the reader page
Steven Rostedt
1
-3
/
+5
2025-05-14
ftrace: Fix preemption accounting for stacktrace filter command
pengdonglin
1
-5
/
+1
2025-05-14
ftrace: Fix preemption accounting for stacktrace trigger command
pengdonglin
1
-1
/
+1
[prev]
[next]