index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
ftrace: Keep the resolved addr in kallsyms_callback
Jiri Olsa
2022-09-26
1
-2
/
+1
|
/
*
ftrace: Fix build warning for ops_references_rec() not used
Wang Jingjin
2022-08-22
1
-46
/
+33
*
Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-08-21
1
-0
/
+10
|
\
|
*
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Yang Jihong
2022-08-21
1
-0
/
+10
*
|
ftrace: Allow IPMODIFY and DIRECT ops on the same function
Song Liu
2022-07-22
1
-26
/
+216
*
|
ftrace: Add modify_ftrace_direct_multi_nolock
Song Liu
2022-07-22
1
-24
/
+62
|
/
*
ftrace: Keep address offset in ftrace_lookup_symbols
Jiri Olsa
2022-06-16
1
-2
/
+11
*
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-05-29
1
-36
/
+174
|
\
|
*
ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak function
Steven Rostedt (Google)
2022-05-28
1
-2
/
+139
|
*
ftrace: Clean up hash direct_functions on register failures
Song Liu
2022-05-26
1
-3
/
+2
|
*
ftrace: Fix typo in comment
Julia Lawall
2022-05-26
1
-1
/
+1
|
*
ftrace: Remove return value of ftrace_arch_modify_*()
Li kunyu
2022-05-26
1
-12
/
+4
|
*
ftrace: Deal with error return code of the ftrace_process_locs() function
Yuntao Wang
2022-05-26
1
-4
/
+13
|
*
tracing: Use trace_create_file() to simplify creation of tracefs entries
Yuntao Wang
2022-05-26
1
-6
/
+3
|
*
tracing: Remove check of list iterator against head past the loop body
Jakob Koschel
2022-04-27
1
-8
/
+12
*
|
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-26
1
-94
/
+117
|
\
\
|
*
|
ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=n
Luis Chamberlain
2022-04-21
1
-0
/
+6
|
*
|
ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=y
Luis Chamberlain
2022-04-21
1
-37
/
+34
|
*
|
ftrace: Fix build warning
YueHaibing
2022-04-15
1
-2
/
+2
|
*
|
ftrace: move sysctl_ftrace_enabled to ftrace.c
Wei Xiao
2022-04-06
1
-1
/
+21
|
|
/
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-05-23
1
-0
/
+62
|
\
\
|
*
|
ftrace: Add ftrace_lookup_symbols function
Jiri Olsa
2022-05-10
1
-0
/
+62
|
|
/
*
/
sched/tracing: Append prev_state to tp args instead
Delyan Kratunov
2022-05-12
1
-2
/
+2
|
/
*
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-27
1
-8
/
+40
|
\
|
*
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
2022-03-15
1
-8
/
+40
*
|
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-03-24
1
-9
/
+49
|
\
\
|
*
\
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-03-22
1
-9
/
+49
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
ftrace: Add ftrace_set_filter_ips function
Jiri Olsa
2022-03-17
1
-9
/
+49
*
|
|
Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-03-23
1
-0
/
+2
|
\
\
\
|
*
|
|
tracing: Add snapshot at end of kernel boot up
Steven Rostedt (Google)
2022-03-11
1
-0
/
+2
*
|
|
|
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
2022-03-15
1
-3
/
+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
ftrace: Fix some W=1 warnings in kernel doc comments
Jiapeng Chong
2022-03-09
1
-2
/
+2
|
|
|
/
|
|
/
|
|
*
|
ftrace: Remove unused ftrace_startup_enable() stub
Nathan Chancellor
2022-02-25
1
-1
/
+0
|
|
/
*
/
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
2022-03-01
1
-1
/
+3
|
/
*
Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2022-01-23
1
-2
/
+2
|
\
|
*
ftrace: Fix assuming build time sort works for s390
Steven Rostedt (Google)
2022-01-23
1
-2
/
+2
*
|
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
1
-2
/
+32
|
\
|
|
*
ftrace: Add test to make sure compiled time sorts work
Steven Rostedt (VMware)
2022-01-13
1
-0
/
+23
|
*
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
2022-01-13
1
-2
/
+9
*
|
ftrace: Add cleanup to unregister_ftrace_direct_multi
Jiri Olsa
2021-12-08
1
-0
/
+4
*
|
ftrace: Use direct_ops hash in unregister_ftrace_direct
Jiri Olsa
2021-12-08
1
-1
/
+3
|
/
*
Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-11
1
-1
/
+2
|
\
|
*
ftrace/direct: Fix lockup in modify_ftrace_direct_multi
Jiri Olsa
2021-11-10
1
-1
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
1
-1
/
+1
|
\
\
|
*
|
sections: move and rename core_kernel_data() to is_kernel_core_data()
Kefeng Wang
2021-11-09
1
-1
/
+1
*
|
|
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-11-01
1
-65
/
+283
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
ftrace: disable preemption when recursion locked
王贇
2021-10-27
1
-10
/
+5
|
*
ftrace: Make ftrace_profile_pages_init static
chongjiapeng
2021-10-25
1
-1
/
+1
|
*
ftrace/direct: Do not disable when switching direct callers
Steven Rostedt (VMware)
2021-10-21
1
-14
/
+20
|
*
ftrace: Add multi direct modify interface
Jiri Olsa
2021-10-21
1
-0
/
+62
[prev]
[next]