summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace.c
AgeCommit message (Expand)AuthorLines
2008-03-20[POWERPC] user_regset PTRACE_SETREGS regression fixRoland McGrath-2/+8
2008-02-07[POWERPC] Add SPE registers to core dumpsRoland McGrath-1/+1
2008-02-07[POWERPC] Use generic ptrace peekdata/pokedataRoland McGrath-12/+0
2008-02-07[POWERPC] Use regset code for PTRACE_*REGS* requestsRoland McGrath-175/+59
2008-02-07[POWERPC] Add user_regset compat supportRoland McGrath-0/+162
2008-02-07[POWERPC] Add user_regset_view definitionsRoland McGrath-0/+52
2008-02-07[POWERPC] Use user_regset accessors for GPRsRoland McGrath-0/+91
2008-02-07[POWERPC] ptrace accessors for special regs MSR and TRAPRoland McGrath-15/+30
2008-02-07[POWERPC] Use user_regset accessors for SPE regsRoland McGrath-33/+57
2008-02-07[POWERPC] Use user_regset accessors for altivec regsRoland McGrath-34/+78
2008-02-07[POWERPC] Use user_regset accessors for FP regsRoland McGrath-6/+31
2008-01-30powerpc: ptrace generic resumeRoland McGrath-46/+0
2008-01-30powerpc: arch_has_single_stepRoland McGrath-6/+6
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan-4/+0
2007-10-03[POWERPC] Add CHECK_FULL_REGS in several places in ptrace codeRoland McGrath-0/+4
2007-09-14[POWERPC] Add cpu feature for SPE handlingKumar Gala-4/+2
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan-5/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan-10/+2
2007-06-14[POWERPC] powerpc: ptrace can set DABR on both 32 and 64 bitsBenjamin Herrenschmidt-4/+0
2007-06-14[POWERPC] ptrace shouldn't touch FP exec modeBenjamin Herrenschmidt-6/+39
2007-06-14[POWERPC] Allow ptrace write to pt_regs trap and orig_r3Benjamin Herrenschmidt-3/+6
2007-06-14[POWERPC] Remove some useless ifdef's in ptraceBenjamin Herrenschmidt-4/+0
2007-06-14[POWERPC] Uninline common ptrace bitsBenjamin Herrenschmidt-6/+227
2007-06-14[POWERPC] ptrace updates & new, better requestsBenjamin Herrenschmidt-49/+99
2007-06-14[POWERPC] ptrace cleanupsBenjamin Herrenschmidt-194/+4
2007-06-14[POWERPC] Disable broken PPC_PTRACE_GETFPREGS on 32 bitsBenjamin Herrenschmidt-0/+2
2007-06-02[POWERPC] Fix ppc32 single-stepping out of syscallsBenjamin Herrenschmidt-0/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-01-24[POWERPC] Mask 32-bit system call arguments to 32 bits on PPC64 in audit codeDavid Woodhouse-9/+15
2006-09-26[POWERPC] Fix PPC32 SECCOMP, unexport do_syscall_trace_{enter,leave}David Woodhouse-11/+0
2006-09-26[POWERPC] Fix audit syscall success/failure reporting on PowerPCDavid Woodhouse-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-09[PATCH] powerpc: enable PPC_PTRACE_[GS]ETREGS on ppc32Renzo Davoli-2/+0
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro-3/+2
2006-03-08powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras-4/+1
2005-11-19powerpc: move include/asm-ppc64/ptrace-common.h to arch/powerpc/kernelPaul Mackerras-1/+2
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig-41/+2
2005-10-31powerpc: apply recent changes to merged codePaul Mackerras-1/+1
2005-10-20powerpc: Move ptrace32.c from arch/ppc64 to arch/powerpcPaul Mackerras-1/+1
2005-10-13powerpc: merge ptrace.cStephen Rothwell-0/+613