aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/include/asm/ptrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-20powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_APINaveen N Rao1-0/+17
2023-06-21powerpc: Mark [h]ssr_valid accesses in check_return_regs_validRohan McLure1-2/+2
2022-12-02powerpc: remove STACK_FRAME_OVERHEADNicholas Piggin1-13/+11
2022-12-02powerpc/64: ELFv2 use minimal stack frames in int and switch frame sizesNicholas Piggin1-5/+15
2022-12-02powerpc: add a define for the switch frame size and regs offsetNicholas Piggin1-2/+4
2022-12-02powerpc: add a define for the user interrupt frame sizeNicholas Piggin1-3/+3
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin1-2/+2
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin1-0/+2
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin1-0/+2
2022-09-28powerpc: Reverse stack frame marker on little endianMichael Ellerman1-0/+5
2022-09-28powerpc: Make stack frame marker upper caseMichael Ellerman1-1/+1
2022-09-28powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin1-2/+2
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy1-1/+1
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy1-1/+1
2021-09-03Merge branch 'fixes' into nextMichael Ellerman1-0/+16
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy1-0/+23
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song1-1/+4
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song1-1/+4
2021-08-25powerpc/ptrace: Make user_mode() common to PPC32 and PPC64Christophe Leroy1-4/+0
2021-08-07powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy1-0/+16
2021-06-26powerpc/ptrace: Refactor regs_set_return_{msr/ip}Christophe Leroy1-8/+2
2021-06-26powerpc/ptrace: Move set_return_regs_changed() before regs_set_return_{msr/ip}Christophe Leroy1-5/+5
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin1-0/+1
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-10/+42
2021-06-16Merge branch 'fixes' into nextMichael Ellerman1-19/+26
2021-05-21powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin1-19/+26
2021-05-17powerpc: Only pad struct pt_regs when neededChristophe Leroy1-1/+2
2021-04-14powerpc: move norestart trap flag to bit 0Nicholas Piggin1-6/+11
2021-04-14powerpc: remove partial register save logicNicholas Piggin1-15/+2
2021-04-14powerpc/64e/interrupt: always save nvgprs on interruptNicholas Piggin1-8/+1
2021-04-03powerpc/signal32: Convert restore_[tm]_user_regs() to user access blockChristophe Leroy1-1/+1
2021-03-29powerpc/32: Always save non volatile registers on exception entryChristophe Leroy1-4/+2
2021-03-26powerpc/ptrace: Convert gpr32_set_common() to user access blockChristophe Leroy1-1/+1
2021-03-10powerpc: Fix inverted SET_FULL_REGS bitopNicholas Piggin1-2/+2
2021-02-11powerpc/64: Fix stack trace not displaying final frameMichael Ellerman1-0/+3
2021-02-11powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy1-0/+5
2020-12-04powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry and exit from kernelAneesh Kumar K.V1-1/+4
2020-12-04powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V1-1/+6
2020-12-04powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy1-6/+0
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy1-4/+0
2020-07-29powerpc/32s: Fix CONFIG_BOOK3S_601 usesMichael Ellerman1-1/+1
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin1-1/+6
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin1-6/+16
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin1-0/+5
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin1-0/+8
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin1-7/+16
2020-04-01powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy1-0/+2
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin1-0/+3
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy1-1/+5
2019-07-01powerpc: don't use asm-generic/ptrace.hChristoph Hellwig1-7/+22