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
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
1
-1
/
+1
2024-10-10
bpf: Fix unpopulated path_size when uprobe_multi fields unset
Tyrone Wu
1
-19
/
+17
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
1
-1
/
+1
2024-10-10
fgragh: No need to invoke the function call_filter_check_discard()
Steven Rostedt
1
-3
/
+1
2024-10-10
fgraph: Simplify return address printing in function graph tracer
Masami Hiramatsu (Google)
7
-38
/
+45
2024-10-09
tracing: Use atomic64_inc_return() in trace_clock_counter()
Uros Bizjak
1
-1
/
+1
2024-10-09
trace/trace_event_perf: remove duplicate samples on the first tracepoint event
Levi Yun
1
-0
/
+6
2024-10-09
tracing/perf: Add might_fault check to syscall probes
Mathieu Desnoyers
1
-0
/
+2
2024-10-09
tracing/ftrace: Add might_fault check to syscall probes
Mathieu Desnoyers
1
-0
/
+2
2024-10-09
tracing/perf: disable preemption in syscall probe
Mathieu Desnoyers
1
-0
/
+12
2024-10-09
tracing/ftrace: disable preemption in syscall probe
Mathieu Desnoyers
1
-0
/
+12
2024-10-09
ring-buffer: Do not have boot mapped buffers hook to CPU hotplug
Steven Rostedt
1
-3
/
+6
2024-10-08
tracing: Remove definition of trace_*_rcuidle()
Steven Rostedt
1
-20
/
+6
2024-10-08
tracepoints: Use new static branch API
Josh Poimboeuf
2
-3
/
+3
2024-10-08
tracing: Remove TRACE_EVENT_FL_FILTERED logic
Zheng Yejian
9
-74
/
+20
2024-10-08
tracing/branch-profiler: Replace deprecated strncpy with strscpy
Justin Stitt
1
-4
/
+2
2024-10-08
ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
Li Chen
1
-7
/
+3
2024-10-05
function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr()
Oleg Nesterov
1
-1
/
+1
2024-10-05
function_graph: Support recording and printing the function return address
Donglin Peng
9
-58
/
+248
2024-10-04
rv: Fix a typo
Andrew Kreimer
1
-1
/
+1
2024-10-03
tracing/hwlat: Fix a race during cpuhp processing
Wei Li
1
-0
/
+2
2024-10-03
tracing/timerlat: Fix a race during cpuhp processing
Wei Li
1
-0
/
+2
2024-10-03
tracing/timerlat: Drop interface_lock in stop_kthread()
Wei Li
1
-7
/
+6
2024-10-03
tracing/timerlat: Fix duplicated kthread creation due to CPU online/offline
Wei Li
1
-2
/
+5
2024-10-03
tracing: Fix trace_check_vprintf() when tp_printk is used
Steven Rostedt
1
-2
/
+13
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
3
-33
/
+51
2024-09-30
ftrace: Use a running sleeptime instead of saving on shadow stack
Steven Rostedt
4
-25
/
+59
2024-09-30
fgraph: Use fgraph data to store subtime for profiler
Steven Rostedt
2
-26
/
+61
2024-09-30
tracing: Fix function timing profiler to initialize hashtable
Masami Hiramatsu (Google)
1
-0
/
+4
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
3
-7
/
+0
2024-09-26
Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-52
/
+151
2024-09-25
tracing/fprobe: Support raw tracepoints on future loaded modules
Masami Hiramatsu (Google)
1
-50
/
+101
2024-09-25
tracing/fprobe: Support raw tracepoint events on modules
Masami Hiramatsu (Google)
1
-8
/
+38
2024-09-25
uprobes: turn trace_uprobe's nhit counter to be per-CPU one
Andrii Nakryiko
1
-3
/
+21
2024-09-22
Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
5
-151
/
+1222
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
2
-102
/
+18
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-09-18
Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-41
/
+41
2024-09-18
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
1
-2
/
+2
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-2
/
+4
2024-09-11
bpf: Use fake pt_regs when doing bpf syscall tracepoint tracing
Yonghong Song
1
-4
/
+8
2024-09-11
bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
Andrii Nakryiko
1
-2
/
+3
2024-09-09
tracing: Drop unused helper function to fix the build
Andy Shevchenko
1
-4
/
+0
2024-09-09
tracing/osnoise: Fix build when timerlat is not enabled
Steven Rostedt
1
-5
/
+5
2024-09-05
bpf: Fix uprobe multi pid filter check
Jiri Olsa
1
-1
/
+1
2024-09-05
tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthread()
Steven Rostedt
1
-7
/
+6
2024-09-05
tracing/timerlat: Only clear timer if a kthread exists
Steven Rostedt
1
-6
/
+13
2024-09-05
tracing/osnoise: Use a cpumask to know what threads are kthreads
Steven Rostedt
1
-3
/
+15
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
2
-2
/
+9
2024-09-05
uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
Andrii Nakryiko
2
-8
/
+4
[prev]
[next]