aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-2/+2
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-2/+3
2013-10-18powerpc: move debug registers in a structureBharat Bhushan1-1/+1
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras1-7/+4
2013-04-18powerpc: fixing ptrace_get_reg to return an errorAlexey Kardashevskiy1-3/+12
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling1-1/+7
2012-04-30powerpc: Remove old powerpc specific ptrace getregs/setregs callsAnton Blanchard1-32/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+1
2010-12-09powerpc: Update compat_arch_ptraceAndreas Schwab1-0/+7
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-04-07powerpc: Fix ptrace compat wrapper for FPU register accessMichael Neuling1-4/+11
2008-07-30powerpc: Correctly hookup PTRACE_GET/SETVSRREGS for 32 bit processesMichael Neuling1-0/+2
2008-07-01powerpc: Add macros to access floating point registers in thread_struct.Michael Neuling1-3/+11
2008-04-24Revert "[POWERPC] Add compat handler for PTRACE_GETSIGINFO"Paul Mackerras1-27/+0
2008-04-20[POWERPC] Add compat handler for PTRACE_GETSIGINFOAndreas Schwab1-0/+27
2008-02-07[POWERPC] Use regset code for compat PTRACE_*REGS* callsRoland McGrath1-71/+25
2008-02-07[POWERPC] Use generic compat_sys_ptraceRoland McGrath1-28/+5
2008-02-07[POWERPC] Use generic compat_ptrace_requestRoland McGrath1-32/+2
2007-10-03[POWERPC] Add CHECK_FULL_REGS in several places in ptrace codeRoland McGrath1-0/+8
2007-06-14[POWERPC] ptrace shouldn't touch FP exec modeBenjamin Herrenschmidt1-2/+0
2007-06-14[POWERPC] Allow ptrace write to pt_regs trap and orig_r3Benjamin Herrenschmidt1-13/+14
2007-06-14[POWERPC] Uninline common ptrace bitsBenjamin Herrenschmidt1-6/+5
2007-06-14[POWERPC] ptrace updates & new, better requestsBenjamin Herrenschmidt1-117/+87
2007-06-14[POWERPC] ptrace cleanupsBenjamin Herrenschmidt1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-21/+7
2005-11-19powerpc: move include/asm-ppc64/ptrace-common.h to arch/powerpc/kernelPaul Mackerras1-1/+2
2005-10-31powerpc: apply recent changes to merged codePaul Mackerras1-2/+2
2005-10-20powerpc: Move ptrace32.c from arch/ppc64 to arch/powerpcPaul Mackerras1-0/+450