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
/
include
/
asm
/
ftrace.h
Age
Commit message (
Expand
)
Author
2025-06-05
riscv: ftrace: support direct call using call_ops
Andy Chiu
2025-06-05
riscv: ftrace: prepare ftrace for atomic code patching
Andy Chiu
2025-06-05
riscv: ftrace: support fastcc in Clang for WITH_ARGS
Andy Chiu
2025-03-20
Merge patch series "riscv: Add runtime constant support"
Alexandre Ghiti
2025-03-20
riscv: Move nop definition to insn-def.h
Charlie Jenkins
2025-03-18
riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...
Juhan Jin
2025-03-18
riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()
Charlie Jenkins
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
2024-12-26
tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
Masami Hiramatsu (Google)
2024-12-26
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
2024-10-15
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
Steven Rostedt
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
2024-05-22
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-02-22
riscv: remove MCOUNT_NAME workaround
Nathan Chancellor
2024-02-22
arch and include: update LLVM Phabricator links
Nathan Chancellor
2024-02-22
riscv: add CALLER_ADDRx support
Zong Li
2024-01-17
riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
2024-01-17
riscv: ftrace: Make function graph use ftrace directly
Song Shuai
2023-10-12
riscv: Fix ftrace syscall handling which are now prefixed with __riscv_
Alexandre Ghiti
2023-06-22
riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
Donglin Peng
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
2021-04-26
riscv: Workaround mcount name prior to clang-13
Nathan Chancellor
2020-09-11
RISC-V: Take text_mutex in ftrace_init_nop()
Palmer Dabbelt
2019-11-12
riscv: clean up the macro format in each header file
Zong Li
2018-04-02
riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support
Alan Kao
2018-04-02
riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS 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