aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/kernel/ptrace/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-19powerpc: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven1-4/+1
2022-06-09powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman1-0/+3
2022-05-19powerpc: Finalise cleanup around ABI useChristophe Leroy1-6/+0
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy1-1/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+4
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-4/+4
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy1-1/+0
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy1-0/+6
2021-12-01powerpc: Snapshot thread flagsMark Rutland1-2/+1
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-09powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin1-4/+0
2020-12-04powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()Christophe Leroy1-29/+11
2020-12-04powerpc/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