summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao2024-02-142-0/+17
* Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-01-081-2/+0
|\
| * powerpc/ftrace: Remove nops after the call to ftrace_stubNaveen N Rao2023-12-131-2/+0
* | powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao2023-12-051-2/+2
|/
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-316-729/+1189
|\
| * powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao2023-08-222-2/+14
| * powerpc/ftrace: Implement ftrace_replace_code()Naveen N Rao2023-08-221-73/+92
| * powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...Naveen N Rao2023-08-221-15/+2
| * powerpc/ftrace: Simplify ftrace_modify_call()Naveen N Rao2023-08-221-140/+21
| * powerpc/ftrace: Simplify ftrace_make_call()Naveen N Rao2023-08-221-156/+31
| * powerpc/ftrace: Simplify ftrace_make_nop()Naveen N Rao2023-08-221-188/+32
| * powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao2023-08-221-0/+71
| * powerpc/ftrace: Stop re-purposing linker generated long branches for ftraceNaveen N Rao2023-08-221-93/+17
| * powerpc/ftrace: Refactor ftrace_modify_code()Naveen N Rao2023-08-221-20/+27
| * powerpc/ftrace: Consolidate ftrace support into fewer filesNaveen N Rao2023-08-225-76/+131
| * powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao2023-08-222-22/+23
| * powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampolineNaveen N Rao2023-08-221-6/+1
| * powerpc/ftrace: Simplify function_graph support in ftrace.cNaveen N Rao2023-08-221-57/+7
| * powerpc64/ftrace: Move ELFv1 and -pg support code into a separate fileNaveen N Rao2023-08-223-14/+855
| * powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
| * powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-162-2/+0
* | powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao2023-07-281-2/+7
|/
* powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin2023-04-201-10/+38
* powerpc/64: Add support to build with prefixed instructionsNicholas Piggin2023-04-201-0/+2
* powerpc/kcsan: Add exclusions from instrumentationRohan McLure2023-02-101-0/+1
* powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-021-1/+1
* powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-282-3/+2
* powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin2022-09-281-2/+1
* powerpc64/ftrace: Fix ftrace for clang buildsNaveen N. Rao2022-08-101-4/+4
* powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-251-3/+3
* powerpc/64: Drop ppc_inst_as_str()Michael Ellerman2022-06-291-11/+13
* powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao2022-05-221-3/+12
* powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy2022-05-221-90/+85
* powerpc/ftrace: Simplify expected_nop_sequence()Christophe Leroy2022-05-221-16/+6
* powerpc/ftrace: Use size macro instead of opencodingChristophe Leroy2022-05-221-1/+1
* powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.Christophe Leroy2022-05-191-21/+11
* powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1Christophe Leroy2022-05-191-1/+1
* powerpc/ftrace: Remove ftrace_plt_tramps[]Christophe Leroy2022-05-191-8/+0
* powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACEChristophe Leroy2022-05-192-7/+1
* powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLSChristophe Leroy2022-05-191-1/+0
* powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64Christophe Leroy2022-05-191-100/+8
* powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-191-2/+2
* powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy2022-05-191-4/+1
* powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy2022-05-191-1/+1
* powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy2022-05-191-6/+2
* powerpc/ftrace: Remove redundant create_branch() callsChristophe Leroy2022-05-191-20/+0
* powerpc/ftrace: Refactor prepare_ftrace_return()Christophe Leroy2022-05-191-3/+9
* powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
* powerpc/ftrace: Use STK_GOT in ftrace_mprofile.SChristophe Leroy2022-03-081-2/+2
* powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.SChristophe Leroy2022-03-081-5/+2