summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/ptrace.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman2024-06-281-1/+1
* powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_APINaveen N Rao2023-10-201-0/+17
* powerpc: Mark [h]ssr_valid accesses in check_return_regs_validRohan McLure2023-06-211-2/+2
* powerpc: remove STACK_FRAME_OVERHEADNicholas Piggin2022-12-021-13/+11
* powerpc/64: ELFv2 use minimal stack frames in int and switch frame sizesNicholas Piggin2022-12-021-5/+15
* powerpc: add a define for the switch frame size and regs offsetNicholas Piggin2022-12-021-2/+4
* powerpc: add a define for the user interrupt frame sizeNicholas Piggin2022-12-021-3/+3
* powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin2022-12-021-2/+2
* powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin2022-12-021-0/+2
* powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-021-0/+2
* powerpc: Reverse stack frame marker on little endianMichael Ellerman2022-09-281-0/+5
* powerpc: Make stack frame marker upper caseMichael Ellerman2022-09-281-1/+1
* powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin2022-09-281-2/+2
* powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-191-1/+1
* powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy2021-12-091-1/+1
* Merge branch 'fixes' into nextMichael Ellerman2021-09-031-0/+16
|\
| * powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy2021-08-071-0/+16
* | powerpc: Refactor verification of MSR_RIChristophe Leroy2021-08-261-0/+23
* | powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song2021-08-261-1/+4
* | powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song2021-08-261-1/+4
* | powerpc/ptrace: Make user_mode() common to PPC32 and PPC64Christophe Leroy2021-08-251-4/+0
|/
* powerpc/ptrace: Refactor regs_set_return_{msr/ip}Christophe Leroy2021-06-251-8/+2
* powerpc/ptrace: Move set_return_regs_changed() before regs_set_return_{msr/ip}Christophe Leroy2021-06-251-5/+5
* powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin2021-06-241-0/+1
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-241-10/+42
* Merge branch 'fixes' into nextMichael Ellerman2021-06-151-19/+26
|\
| * powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2021-05-201-19/+26
* | powerpc: Only pad struct pt_regs when neededChristophe Leroy2021-05-171-1/+2
|/
* powerpc: move norestart trap flag to bit 0Nicholas Piggin2021-04-141-6/+11
* powerpc: remove partial register save logicNicholas Piggin2021-04-141-15/+2
* powerpc/64e/interrupt: always save nvgprs on interruptNicholas Piggin2021-04-141-8/+1
* powerpc/signal32: Convert restore_[tm]_user_regs() to user access blockChristophe Leroy2021-04-031-1/+1
* powerpc/32: Always save non volatile registers on exception entryChristophe Leroy2021-03-291-4/+2
* powerpc/ptrace: Convert gpr32_set_common() to user access blockChristophe Leroy2021-03-261-1/+1
* powerpc: Fix inverted SET_FULL_REGS bitopNicholas Piggin2021-03-091-2/+2
* powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2021-02-111-0/+3
* powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy2021-02-111-0/+5
* powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V2020-12-031-1/+4
* powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V2020-12-031-1/+6
* powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy2020-12-031-6/+0
* powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-081-4/+0
* powerpc/32s: Fix CONFIG_BOOK3S_601 usesMichael Ellerman2020-07-291-1/+1
* powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-1/+6
* powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin2020-05-151-6/+16
* powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2020-05-151-0/+5
* powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin2020-05-151-0/+8
* powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin2020-05-151-7/+16
* powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy2020-04-011-0/+2
* powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-011-0/+3
* powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy2019-08-281-1/+5