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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
-152
/
+1223
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
2024-09-05
bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
Oleg Nesterov
1
-3
/
+6
2024-09-05
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
1
-0
/
+2
2024-09-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
10
-42
/
+58
2024-08-26
tracing: Add option to set an instance to be the trace_printk destination
Steven Rostedt
2
-5
/
+36
2024-08-26
tracing: Have trace_printk not use binary prints if boot buffer
Steven Rostedt
3
-17
/
+35
2024-08-26
tracing: Allow trace_printk() to go to other instance buffers
Steven Rostedt
1
-11
/
+35
2024-08-26
tracing: Add "traceoff" flag to boot time tracing instances
Steven Rostedt
1
-1
/
+30
2024-08-26
ring-buffer: Align meta-page to sub-buffers for improved TLB usage
Vincent Donnefort
1
-13
/
+20
2024-08-26
ring-buffer: Add magic and struct size to boot up meta data
Steven Rostedt
1
-0
/
+14
2024-08-26
ring-buffer: Don't reset persistent ring-buffer meta saved addresses
Steven Rostedt
1
-8
/
+24
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
10
-42
/
+58
2024-08-21
tracing: Fix memory leak in fgraph storage selftest
Masami Hiramatsu (Google)
1
-5
/
+18
2024-08-21
tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subops()
Masami Hiramatsu (Google)
1
-13
/
+18
2024-08-19
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
1
-25
/
+2
2024-08-15
rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()
Valentin Schneider
1
-2
/
+2
2024-08-15
tracing/fgraph: Have fgraph handle previous boot function addresses
Steven Rostedt
1
-5
/
+18
2024-08-15
tracing: Allow boot instances to use reserve_mem boot memory
Steven Rostedt (Google)
1
-8
/
+15
2024-08-14
tracing: Fix ifdef of snapshots to not prevent last_boot_info file
Steven Rostedt
1
-2
/
+2
2024-08-14
Merge tag 'v6.11-rc3' into trace/ring-buffer/core
Steven Rostedt
24
-496
/
+2087
2024-08-09
tracing: Return from tracing_buffers_read() if the file has been closed
Steven Rostedt
1
-1
/
+1
2024-08-07
ring-buffer: Remove unused function ring_buffer_nr_pages()
Jianhui Zhou
1
-12
/
+0
2024-08-07
tracing: Fix overflow in get_free_elt()
Tze-nan Wu
1
-3
/
+3
2024-08-07
function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()
Petr Pavlu
1
-1
/
+1
2024-08-07
tracing: Use refcount for trace_event_file reference counter
Steven Rostedt
1
-4
/
+4
2024-08-07
tracing: Have format file honor EVENT_FILE_FL_FREED
Steven Rostedt
5
-19
/
+49
2024-08-07
bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
Song Liu
1
-68
/
+0
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
1
-1
/
+1
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
1
-1
/
+1
2024-08-02
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
2
-26
/
+25
[next]