summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/ptrace/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song1-0/+2
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song1-0/+2
2021-04-14powerpc: remove partial register save logicNicholas Piggin1-2/+0
2021-03-24powerpc/ptrace: Remove duplicate check from pt_regs_check()Denis Efremov1-2/+0
2021-02-08powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin1-4/+0
2020-12-03powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()Christophe Leroy1-29/+11
2020-12-03powerpc/ptrace: Consolidate reg index calculationChristophe Leroy1-14/+4
2020-04-01powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy1-19/+0
2020-04-01powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy1-31/+1
2020-04-01powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy1-16/+2
2020-04-01powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy1-650/+0
2020-04-01powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy1-966/+0
2020-04-01powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy1-914/+2
2020-04-01powerpc/ptrace: split out SPE related functions.Christophe Leroy1-66/+0
2020-04-01powerpc/ptrace: split out ALTIVEC related functions.Christophe Leroy1-124/+0
2020-04-01powerpc/ptrace: split out VSX related functions.Christophe Leroy1-172/+3
2020-04-01powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETChristophe Leroy1-10/+0
2020-04-01powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy1-15/+3
2020-04-01powerpc/ptrace: remove unused header includesChristophe Leroy1-17/+2
2020-04-01powerpc: Move ptrace into a subdirectory.Christophe Leroy1-0/+3468