aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/ptrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy1-2/+9
2019-02-23powerpc: Use task_stack_page() in current_pt_regs()Christophe Leroy1-1/+1
2018-11-15powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin1-0/+1
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+36
2018-10-20powerpc: Add support for function error injectionNaveen N. Rao1-0/+5
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin1-0/+4
2018-10-14powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman1-0/+27
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman1-1/+1