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
2024-06-06
ftrace: Assign RCU list variable with rcu_assign_ptr()
Steven Rostedt (Google)
1
-1
/
+1
2024-06-06
ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCU
Steven Rostedt (Google)
1
-1
/
+1
2024-06-06
ftrace: Add comments to ftrace_hash_move() and friends
Steven Rostedt (Google)
1
-1
/
+23
2024-06-06
ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()
Steven Rostedt (Google)
1
-3
/
+20
2024-06-06
ftrace: Add comments to ftrace_hash_rec_disable/enable()
Steven Rostedt (Google)
1
-2
/
+12
2024-06-06
ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()
Steven Rostedt (Google)
1
-64
/
+38
2024-06-06
ftrace: Rename dup_hash() and comment it
Steven Rostedt (Google)
1
-2
/
+6
2024-06-06
tracing: Fix trace_pid_list_free() kernel-doc
Jeff Johnson
1
-0
/
+1
2024-06-05
ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()
Steven Rostedt (Google)
1
-0
/
+1
2024-06-04
function_graph: Use static_call and branch to optimize return function
Steven Rostedt (Google)
1
-5
/
+18
2024-06-04
function_graph: Use static_call and branch to optimize entry function
Steven Rostedt (Google)
1
-11
/
+66
2024-06-04
function_graph: Use bitmask to loop on fgraph entry
Steven Rostedt (Google)
1
-1
/
+7
2024-06-04
function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
Steven Rostedt (Google)
1
-3
/
+2
2024-06-04
ftrace: Add multiple fgraph storage selftest
Masami Hiramatsu (Google)
1
-44
/
+125
2024-06-04
function_graph: Add selftest for passing local variables
Steven Rostedt (VMware)
1
-0
/
+169
2024-06-04
function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
Steven Rostedt (VMware)
1
-8
/
+183
2024-06-04
function_graph: Move graph notrace bit to shadow stack global var
Steven Rostedt (VMware)
2
-4
/
+15
2024-06-04
function_graph: Move graph depth stored data to shadow stack global var
Steven Rostedt (VMware)
1
-2
/
+32
2024-06-04
function_graph: Move set_graph_function tests to shadow stack global var
Steven Rostedt (VMware)
4
-18
/
+28
2024-06-04
function_graph: Add "task variables" per task for fgraph_ops
Steven Rostedt (VMware)
1
-1
/
+73
2024-06-04
function_graph: Use a simple LRU for fgraph_array index number
Masami Hiramatsu (Google)
1
-21
/
+50
2024-06-04
function_graph: Add pid tracing back to function graph tracer
Steven Rostedt (Google)
3
-2
/
+45
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
5
-41
/
+67
2024-06-04
ftrace: Allow subops filtering to be modified
Steven Rostedt (Google)
1
-28
/
+113
2024-06-04
ftrace: Add subops logic to allow one ops to manage many
Steven Rostedt (Google)
4
-2
/
+404
2024-06-04
ftrace: Allow function_graph tracer to be enabled in instances
Steven Rostedt (VMware)
5
-28
/
+63
2024-06-04
ftrace/function_graph: Pass fgraph_ops to function graph callbacks
Steven Rostedt (VMware)
7
-21
/
+33
2024-06-04
function_graph: Remove logic around ftrace_graph_entry and return
Steven Rostedt (VMware)
3
-56
/
+15
2024-06-04
function_graph: Handle tail calls for stack unwinding
Masami Hiramatsu (Google)
1
-3
/
+16
2024-06-04
function_graph: Allow multiple users to attach to function graph
Steven Rostedt (VMware)
1
-77
/
+302
2024-06-04
function_graph: Add an array structure that will allow multiple callbacks
Steven Rostedt (VMware)
1
-33
/
+81
2024-06-04
fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
Steven Rostedt (VMware)
1
-1
/
+5
2024-06-04
function_graph: Convert ret_stack to a series of longs
Steven Rostedt (VMware)
1
-54
/
+82
2024-05-31
bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list
Jiri Olsa
1
-2
/
+0
2024-05-30
Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-6
/
+4
2024-05-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-6
/
+4
2024-05-27
tracing/probes: fix error check in parse_btf_field()
Carlos López
1
-0
/
+4
2024-05-25
bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic
Andrii Nakryiko
1
-2
/
+0
2024-05-25
bpf: fix multi-uprobe PID filtering logic
Andrii Nakryiko
1
-4
/
+4
2024-05-24
uprobes: prevent mutex_lock() under rcu_read_lock()
Andrii Nakryiko
1
-5
/
+9
2024-05-23
Merge tag 'trace-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
3
-13
/
+15
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-1
/
+1
2024-05-21
rv: Update rv_en(dis)able_monitor doc to match kernel-doc
Yang Li
1
-0
/
+2
2024-05-21
tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test
Jeff Johnson
1
-0
/
+1
2024-05-21
ring-buffer: Fix a race between readers and resize checks
Petr Pavlu
1
-0
/
+9
2024-05-21
ring-buffer: Correct stale comments related to non-consuming readers
Petr Pavlu
1
-13
/
+3
2024-05-19
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+1
2024-05-17
Merge tag 'trace-user-events-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-1
/
+75
2024-05-17
Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
3
-16
/
+560
2024-05-17
Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
3
-45
/
+36
[prev]
[next]