summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/ptrace.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/ptrace: Refactor regs_set_return_{msr/ip}Christophe Leroy2021-06-261-8/+2
* powerpc/ptrace: Move set_return_regs_changed() before regs_set_return_{msr/ip}Christophe Leroy2021-06-261-5/+5
* powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin2021-06-251-0/+1
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-10/+42
* Merge branch 'fixes' into nextMichael Ellerman2021-06-161-19/+26
|\
| * powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2021-05-211-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-101-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-041-1/+4
* powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V2020-12-041-1/+6
* powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy2020-12-041-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
* powerpc: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-7/+22
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-2/+9
* powerpc: Use task_stack_page() in current_pt_regs()Christophe Leroy2019-02-231-1/+1
* powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin2018-11-151-0/+1
* Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-0/+36
|\
| * powerpc: Add support for function error injectionNaveen N. Rao2018-10-201-0/+5
| * powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin2018-10-141-0/+4
| * powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman2018-10-141-0/+27
* | signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-191-1/+1
|/
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman2016-06-141-1/+1
* powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard2014-09-091-0/+7
* powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras2014-02-281-1/+15
* powerpc: fixing ptrace_get_reg to return an errorAlexey Kardashevskiy2013-04-181-1/+2
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-10-131-239/+3
|\
| * UAPI: (Scripted) Disintegrate arch/powerpc/include/asmDavid Howells2012-10-091-239/+3
* | powerpc: switch to generic sys_execve()/kernel_execve()Al Viro2012-09-301-0/+2
|/
* powerpc: Remove old powerpc specific ptrace getregs/setregs callsAnton Blanchard2012-04-301-6/+0
* powerpc: Implement GET_IP/SET_IPSrikar Dronamraju2012-02-141-8/+12
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-1/+12