index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
ftrace.c
Age
Commit message (
Expand
)
Author
2025-07-16
riscv: ftrace: Properly acquire text_mutex to fix a race condition
Alexandre Ghiti
2025-06-05
riscv: ftrace: support direct call using call_ops
Andy Chiu
2025-06-05
riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
Puranjay Mohan
2025-06-05
riscv: ftrace: do not use stop_machine to update code
Andy Chiu
2025-06-05
riscv: ftrace: prepare ftrace for atomic code patching
Andy Chiu
2025-06-05
riscv: ftrace factor out code defined by !WITH_ARG
Andy Chiu
2025-03-20
riscv: Move nop definition to insn-def.h
Charlie Jenkins
2024-12-26
fgraph: Pass ftrace_regs to entryfunc
Masami Hiramatsu (Google)
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-07
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2024-06-26
riscv: patch: Flush the icache right after patching to avoid illegal insns
Alexandre Ghiti
2024-05-23
riscv: Fix early ftrace nop patching
Alexandre Ghiti
2024-05-22
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
2024-04-16
riscv: Fix text patching when IPI are used
Alexandre Ghiti
2024-01-17
riscv: ftrace: Make function graph use ftrace directly
Song Shuai
2023-03-09
RISC-V: Don't check text_mutex during stop_machine
Conor Dooley
2023-02-15
riscv: ftrace: Reduce the detour code size to half
Guo Ren
2022-05-26
ftrace: Remove return value of ftrace_arch_modify_*()
Li kunyu
2021-10-08
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
2021-01-14
riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNT
Guo Ren
2020-11-04
risc-v: kernel: ftrace: Fixes improper SPDX comment style
Ryan Kosta
2020-09-11
RISC-V: Take text_mutex in ftrace_init_nop()
Palmer Dabbelt
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-05-18
riscv: Use text_mutex instead of patch_lock
Zong Li
2020-05-18
riscv: Remove the 'riscv_' prefix of function name
Zong Li
2020-03-26
riscv: patch code by fixmap mapping
Zong Li
2020-01-03
riscv: ftrace: correct the condition logic in function graph tracer
Zong Li
2019-02-11
riscv: add missing newlines to printk messages
Johan Hovold
2018-12-21
riscv: remove unused variable in ftrace
David Abdurachmanov
2018-11-27
riscv/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
2018-04-02
riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support
Alan Kao
2018-04-02
riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support
Alan Kao
2018-04-02
riscv/ftrace: Add dynamic function graph tracer support
Alan Kao
2018-04-02
riscv/ftrace: Add dynamic function tracer support
Alan Kao
2018-01-30
riscv/ftrace: Add basic support
Alan Kao