index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-09-18
2
-41
/
+41
|
\
|
*
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
2024-09-05
2
-2
/
+9
|
*
uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
Andrii Nakryiko
2024-09-05
2
-8
/
+4
|
*
bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
Oleg Nesterov
2024-09-05
1
-3
/
+6
|
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2024-09-05
10
-42
/
+58
|
|
\
|
*
|
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
2024-08-02
2
-26
/
+25
|
*
|
uprobes: kill uprobe_register_refctr()
Oleg Nesterov
2024-08-02
2
-10
/
+5
*
|
|
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-18
1
-2
/
+2
|
\
\
\
|
*
|
|
rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()
Valentin Schneider
2024-08-15
1
-2
/
+2
|
|
/
/
*
|
|
tracing: Drop unused helper function to fix the build
Andy Shevchenko
2024-09-09
1
-4
/
+0
*
|
|
tracing/osnoise: Fix build when timerlat is not enabled
Steven Rostedt
2024-09-09
1
-5
/
+5
*
|
|
tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...
Steven Rostedt
2024-09-05
1
-7
/
+6
*
|
|
tracing/timerlat: Only clear timer if a kthread exists
Steven Rostedt
2024-09-05
1
-6
/
+13
*
|
|
tracing/osnoise: Use a cpumask to know what threads are kthreads
Steven Rostedt
2024-09-05
1
-3
/
+15
*
|
|
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
2024-09-05
1
-0
/
+2
*
|
|
tracing: Fix memory leak in fgraph storage selftest
Masami Hiramatsu (Google)
2024-08-21
1
-5
/
+18
*
|
|
tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...
Masami Hiramatsu (Google)
2024-08-21
1
-13
/
+18
|
|
/
|
/
|
*
|
tracing: Return from tracing_buffers_read() if the file has been closed
Steven Rostedt
2024-08-09
1
-1
/
+1
*
|
ring-buffer: Remove unused function ring_buffer_nr_pages()
Jianhui Zhou
2024-08-08
1
-12
/
+0
*
|
tracing: Fix overflow in get_free_elt()
Tze-nan Wu
2024-08-08
1
-3
/
+3
*
|
function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()
Petr Pavlu
2024-08-08
1
-1
/
+1
*
|
tracing: Use refcount for trace_event_file reference counter
Steven Rostedt
2024-08-08
1
-4
/
+4
*
|
tracing: Have format file honor EVENT_FILE_FL_FREED
Steven Rostedt
2024-08-08
5
-19
/
+49
*
|
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
2024-07-29
1
-2
/
+0
|
/
*
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
4
-4
/
+4
*
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-22
1
-0
/
+1
|
\
|
*
ftrace: unpoison ftrace_regs in ftrace_ops_list_func()
Ilya Leoshkevich
2024-07-04
1
-0
/
+1
*
|
Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2024-07-18
9
-349
/
+1894
|
\
\
|
*
|
fgraph: Use str_plural() in test_graph_storage_single()
Jiapeng Chong
2024-07-02
1
-1
/
+1
|
*
|
function_graph: Add READ_ONCE() when accessing fgraph_array[]
Steven Rostedt (Google)
2024-06-14
1
-1
/
+1
|
*
|
ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()
Marilene A Garcia
2024-06-11
1
-0
/
+2
|
*
|
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
2024-06-11
1
-34
/
+1
|
*
|
function_graph: Fix up ftrace_graph_ret_addr()
Steven Rostedt (Google)
2024-06-11
1
-8
/
+20
|
*
|
function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACE
Steven Rostedt (Google)
2024-06-11
2
-2
/
+6
|
*
|
function_graph: Rename BYTE_NUMBER to CHAR_NUMBER in selftests
Steven Rostedt (Google)
2024-06-06
1
-3
/
+3
|
*
|
fgraph: Remove some unused functions
Jiapeng Chong
2024-06-06
1
-13
/
+0
|
*
|
ftrace: Hide one more entry in stack trace when ftrace_pid is enabled
Tatsuya S
2024-06-06
1
-1
/
+6
|
*
|
function_graph: Do not update pid func if CONFIG_DYNAMIC_FTRACE not enabled
Steven Rostedt (Google)
2024-06-06
1
-0
/
+2
|
*
|
function_graph: Make fgraph_do_direct static key static
Steven Rostedt (Google)
2024-06-06
1
-1
/
+1
|
*
|
ftrace: Fix prototypes for ftrace_startup/shutdown_subops()
Steven Rostedt (Google)
2024-06-06
2
-1
/
+9
|
*
|
ftrace: Assign RCU list variable with rcu_assign_ptr()
Steven Rostedt (Google)
2024-06-06
1
-1
/
+1
|
*
|
ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCU
Steven Rostedt (Google)
2024-06-06
1
-1
/
+1
|
*
|
ftrace: Add comments to ftrace_hash_move() and friends
Steven Rostedt (Google)
2024-06-06
1
-1
/
+23
|
*
|
ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()
Steven Rostedt (Google)
2024-06-06
1
-3
/
+20
|
*
|
ftrace: Add comments to ftrace_hash_rec_disable/enable()
Steven Rostedt (Google)
2024-06-06
1
-2
/
+12
|
*
|
ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()
Steven Rostedt (Google)
2024-06-06
1
-64
/
+38
|
*
|
ftrace: Rename dup_hash() and comment it
Steven Rostedt (Google)
2024-06-06
1
-2
/
+6
|
*
|
ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()
Steven Rostedt (Google)
2024-06-06
1
-0
/
+1
|
*
|
function_graph: Use static_call and branch to optimize return function
Steven Rostedt (Google)
2024-06-04
1
-5
/
+18
|
*
|
function_graph: Use static_call and branch to optimize entry function
Steven Rostedt (Google)
2024-06-04
1
-11
/
+66
[next]