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