summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/trace
AgeCommit message (Expand)Author
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLSNaveen N Rao
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPSNaveen N Rao
2024-10-31powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubsNaveen N Rao
2024-10-31powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao
2024-10-31powerpc/ftrace: Skip instruction patching if the instructions are the sameNaveen N Rao
2024-10-31powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftraceNaveen N Rao
2024-10-31powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry codeNaveen N Rao
2024-10-31powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.xNaveen N Rao
2024-10-31powerpc/trace: Account for -fpatchable-function-entry support by toolchainNaveen N Rao
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-02-14powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao
2024-01-08Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-12-13powerpc/ftrace: Remove nops after the call to ftrace_stubNaveen N Rao
2023-12-05powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao
2023-08-22powerpc/ftrace: Implement ftrace_replace_code()Naveen N Rao
2023-08-22powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_modify_call()Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_make_call()Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_make_nop()Naveen N Rao
2023-08-22powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao
2023-08-22powerpc/ftrace: Stop re-purposing linker generated long branches for ftraceNaveen N Rao
2023-08-22powerpc/ftrace: Refactor ftrace_modify_code()Naveen N Rao
2023-08-22powerpc/ftrace: Consolidate ftrace support into fewer filesNaveen N Rao
2023-08-22powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao
2023-08-22powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampolineNaveen N Rao
2023-08-22powerpc/ftrace: Simplify function_graph support in ftrace.cNaveen N Rao
2023-08-22powerpc64/ftrace: Move ELFv1 and -pg support code into a separate fileNaveen N Rao
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-16powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada
2023-07-28powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin
2023-04-20powerpc/64: Add support to build with prefixed instructionsNicholas Piggin
2023-02-10powerpc/kcsan: Add exclusions from instrumentationRohan McLure
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin
2022-08-10powerpc64/ftrace: Fix ftrace for clang buildsNaveen N. Rao
2022-07-25powerpc: Fix all occurences of duplicate wordsMichael Ellerman
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman
2022-05-22powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao
2022-05-22powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy
2022-05-22powerpc/ftrace: Simplify expected_nop_sequence()Christophe Leroy
2022-05-22powerpc/ftrace: Use size macro instead of opencodingChristophe Leroy
2022-05-19powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.Christophe Leroy
2022-05-19powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1Christophe Leroy