aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/ptrace.h
AgeCommit message (Expand)Author
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
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy
2019-02-23powerpc: Use task_stack_page() in current_pt_regs()Christophe Leroy
2018-11-15powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-10-20powerpc: Add support for function error injectionNaveen N. Rao
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin
2018-10-14powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman
2014-09-09powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard