index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-11
ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
Song Liu
1
-9
/
+31
2025-12-01
ftrace: Fix BPF fexit with livepatch
Song Liu
1
-6
/
+14
2025-11-24
ftrace: Fix softlockup in ftrace_module_enable
Vladimir Riabchun
1
-0
/
+2
2025-08-28
ftrace: Also allocate and copy hash for reading of filter files
Steven Rostedt
1
-9
/
+10
2025-06-27
ftrace: Fix UAF when lookup kallsym after ftrace disabled
Ye Bin
1
-3
/
+7
2025-04-25
ftrace: fix incorrect hash size in register_ftrace_direct()
Menglong Dong
1
-3
/
+4
2025-04-25
ftrace: Add cond_resched() to ftrace_graph_set_hash()
zhoumin
1
-0
/
+1
2025-03-07
ftrace: Avoid potential division by zero in function_stat_show()
Nikolay Kuratov
1
-15
/
+12
2025-02-27
ftrace: Do not add duplicate entries in subops manager ops
Steven Rostedt
1
-0
/
+3
2024-12-09
ftrace: Fix regression with module command in stack_trace_filter
guoweikang
1
-0
/
+3
2024-06-27
kprobe/ftrace: bail out if ftrace was killed
Stephen Brennan
1
-0
/
+1
2024-06-12
ftrace: Fix possible use-after-free issue in ftrace_location()
Zheng Yejian
1
-16
/
+23
2024-02-23
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
Petr Pavlu
1
-1
/
+1
2024-02-23
ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
Masami Hiramatsu (Google)
1
-0
/
+10
2024-01-05
ftrace: Fix modification of direct_function hash while in use
Steven Rostedt (Google)
1
-53
/
+47
2023-09-01
ftrace: Use LIST_HEAD to initialize clear_hash
Ruan Jinjie
1
-3
/
+1
2023-09-01
ftrace: Use within_module to check rec->ip within specified module.
Levi Yun
1
-4
/
+2
2023-07-12
ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
Zheng Yejian
1
-14
/
+31
2023-06-30
Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-0
/
+37
2023-06-22
ftrace: Show all functions with addresses in available_filter_functions_addrs
Jiri Olsa
1
-0
/
+37
2023-05-30
ftrace: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-9
/
+9
2023-05-05
Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+9
2023-05-05
ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attached
Steven Rostedt (Google)
1
-3
/
+9
2023-04-28
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-5
/
+46
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2023-03-21
ftrace: Show a list of all functions that have ever been enabled
Steven Rostedt (Google)
1
-5
/
+46
2023-03-21
ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
Florent Revest
1
-1
/
+1
2023-03-21
ftrace: Store direct called addresses in their ops
Florent Revest
1
-2
/
+5
2023-03-21
ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
Florent Revest
1
-17
/
+17
2023-03-21
ftrace: Remove the legacy _ftrace_direct API
Florent Revest
1
-393
/
+0
2023-03-21
ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
Florent Revest
1
-1
/
+5
2023-03-19
kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...
Zhen Lei
1
-2
/
+1
2023-03-19
Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2023-03-19
ftrace: Set direct_ops storage-class-specifier to static
Tom Rix
1
-1
/
+1
2023-03-14
Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+2
2023-03-09
ftrace: Fix invalid address access in lookup_rec() when index is 0
Chen Zhongjin
1
-1
/
+2
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2023-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+104
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+22
2023-01-24
ftrace: Export ftrace_free_filter() to modules
Mark Rutland
1
-1
/
+22
2023-01-24
ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS
Mark Rutland
1
-5
/
+104
2023-01-19
livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
Zhen Lei
1
-1
/
+1
2022-12-15
Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-9
/
+19
2022-12-14
ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernels
Guilherme G. Piccoli
1
-0
/
+1
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-5
/
+11
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+1
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2022-11-23
ftrace: Avoid needless updates of the ftrace function call
Steven Rostedt (Google)
1
-2
/
+15
2022-11-23
ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPU
Zheng Yejian
1
-7
/
+3
2022-11-18
ftrace: pass fregs to arch_ftrace_set_direct_caller()
Mark Rutland
1
-2
/
+1
[next]