index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
2024-11-23
Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
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-31
powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
Naveen N Rao
2024-10-31
powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
Naveen N Rao
2024-10-31
powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
Naveen N Rao
2024-10-31
powerpc64/ftrace: Move ftrace sequence out of line
Naveen N Rao
2024-10-31
powerpc/ftrace: Skip instruction patching if the instructions are the same
Naveen N Rao
2024-10-31
powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
Naveen N Rao
2024-10-31
powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
Naveen N Rao
2024-10-31
powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
Naveen N Rao
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2024-02-14
powerpc/ftrace: Ignore ftrace locations in exit text sections
Naveen N Rao
2023-08-22
powerpc/ftrace: Add support for -fpatchable-function-entry
Naveen N Rao
2023-08-22
powerpc/ftrace: Implement ftrace_replace_code()
Naveen N Rao
2023-08-22
powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...
Naveen N Rao
2023-08-22
powerpc/ftrace: Simplify ftrace_modify_call()
Naveen N Rao
2023-08-22
powerpc/ftrace: Simplify ftrace_make_call()
Naveen N Rao
2023-08-22
powerpc/ftrace: Simplify ftrace_make_nop()
Naveen N Rao
2023-08-22
powerpc/ftrace: Add separate ftrace_init_nop() with additional validation
Naveen N Rao
2023-08-22
powerpc/ftrace: Stop re-purposing linker generated long branches for ftrace
Naveen N Rao
2023-08-22
powerpc/ftrace: Refactor ftrace_modify_code()
Naveen N Rao
2023-08-22
powerpc/ftrace: Extend ftrace support for large kernels to ppc32
Naveen N Rao
2023-08-22
powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampoline
Naveen N Rao
2023-08-22
powerpc/ftrace: Simplify function_graph support in ftrace.c
Naveen N Rao
2023-08-22
powerpc64/ftrace: Move ELFv1 and -pg support code into a separate file
Naveen N Rao
2023-04-20
powerpc/64: vmlinux support building with PCREL addresing
Nicholas Piggin
2023-04-20
powerpc/64: Add support to build with prefixed instructions
Nicholas Piggin
2022-08-10
powerpc64/ftrace: Fix ftrace for clang builds
Naveen N. Rao
2022-07-25
powerpc: Fix all occurences of duplicate words
Michael Ellerman
2022-06-29
powerpc/64: Drop ppc_inst_as_str()
Michael Ellerman
2022-05-22
powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
Naveen N. Rao
2022-05-22
powerpc/ftrace: Minimise number of #ifdefs
Christophe Leroy
2022-05-22
powerpc/ftrace: Simplify expected_nop_sequence()
Christophe Leroy
2022-05-22
powerpc/ftrace: Use size macro instead of opencoding
Christophe Leroy
2022-05-19
powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.
Christophe Leroy
2022-05-19
powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1
Christophe Leroy
2022-05-19
powerpc/ftrace: Remove ftrace_plt_tramps[]
Christophe Leroy
2022-05-19
powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE
Christophe Leroy
2022-05-19
powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
Christophe Leroy
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-05-19
powerpc/ftrace: Use patch_instruction() return directly
Christophe Leroy
2022-05-19
powerpc/ftrace: Inline ftrace_modify_code()
Christophe Leroy
2022-05-19
powerpc/ftrace: Use is_offset_in_branch_range()
Christophe Leroy
2022-05-19
powerpc/ftrace: Remove redundant create_branch() calls
Christophe Leroy
2022-05-19
powerpc/ftrace: Refactor prepare_ftrace_return()
Christophe Leroy
2022-03-08
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
2022-02-16
powerpc/ftrace: Add recursion protection in prepare_ftrace_return()
Christophe Leroy
2022-02-07
powerpc/ftrace: directly call of function graph tracer by ftrace caller
Christophe Leroy
2022-02-07
powerpc/ftrace: Refactor ftrace_{en/dis}able_ftrace_graph_caller
Christophe Leroy
[next]