aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-15powerpc: Fix booke user_disable_single_step()Dave Kleikamp1-8/+9
2009-06-09powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath1-2/+21
2008-07-30powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regsMichael Neuling1-2/+2
2008-07-30powerpc: Fix ptrace buffer size for VSXMichael Neuling1-4/+2
2008-07-28powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath1-25/+22
2008-07-28powerpc/booke: Clean up the hardware watchpoint supportKumar Gala1-3/+4
2008-07-25powerpc: BookE hardware watchpoint supportLuis Machado1-6/+66
2008-07-01powerpc: Update for VSX core file and ptraceMichael Neuling1-8/+13
2008-07-01powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling1-0/+70
2008-07-01powerpc: Introduce VSX thread_struct and CONFIG_VSXMichael Neuling1-1/+28
2008-07-01powerpc: Add macros to access floating point registers in thread_struct.Michael Neuling1-4/+6
2008-03-20[POWERPC] user_regset PTRACE_SETREGS regression fixRoland McGrath1-2/+8
2008-02-07[POWERPC] Add SPE registers to core dumpsRoland McGrath1-1/+1
2008-02-07[POWERPC] Use generic ptrace peekdata/pokedataRoland McGrath1-12/+0
2008-02-07[POWERPC] Use regset code for PTRACE_*REGS* requestsRoland McGrath1-175/+59
2008-02-07[POWERPC] Add user_regset compat supportRoland McGrath1-0/+162
2008-02-07[POWERPC] Add user_regset_view definitionsRoland McGrath1-0/+52
2008-02-07[POWERPC] Use user_regset accessors for GPRsRoland McGrath1-0/+91
2008-02-07[POWERPC] ptrace accessors for special regs MSR and TRAPRoland McGrath1-15/+30
2008-02-07[POWERPC] Use user_regset accessors for SPE regsRoland McGrath1-33/+57
2008-02-07[POWERPC] Use user_regset accessors for altivec regsRoland McGrath1-34/+78
2008-02-07[POWERPC] Use user_regset accessors for FP regsRoland McGrath1-6/+31
2008-01-30powerpc: ptrace generic resumeRoland McGrath1-46/+0
2008-01-30powerpc: arch_has_single_stepRoland McGrath1-6/+6
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-10-03[POWERPC] Add CHECK_FULL_REGS in several places in ptrace codeRoland McGrath1-0/+4
2007-09-14[POWERPC] Add cpu feature for SPE handlingKumar Gala1-4/+2
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-5/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-10/+2
2007-06-14[POWERPC] powerpc: ptrace can set DABR on both 32 and 64 bitsBenjamin Herrenschmidt1-4/+0
2007-06-14[POWERPC] ptrace shouldn't touch FP exec modeBenjamin Herrenschmidt1-6/+39
2007-06-14[POWERPC] Allow ptrace write to pt_regs trap and orig_r3Benjamin Herrenschmidt1-3/+6
2007-06-14[POWERPC] Remove some useless ifdef's in ptraceBenjamin Herrenschmidt1-4/+0
2007-06-14[POWERPC] Uninline common ptrace bitsBenjamin Herrenschmidt1-6/+227
2007-06-14[POWERPC] ptrace updates & new, better requestsBenjamin Herrenschmidt1-49/+99
2007-06-14[POWERPC] ptrace cleanupsBenjamin Herrenschmidt1-194/+4
2007-06-14[POWERPC] Disable broken PPC_PTRACE_GETFPREGS on 32 bitsBenjamin Herrenschmidt1-0/+2
2007-06-02[POWERPC] Fix ppc32 single-stepping out of syscallsBenjamin Herrenschmidt1-0/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-01-24[POWERPC] Mask 32-bit system call arguments to 32 bits on PPC64 in audit codeDavid Woodhouse1-9/+15
2006-09-26[POWERPC] Fix PPC32 SECCOMP, unexport do_syscall_trace_{enter,leave}David Woodhouse1-11/+0
2006-09-26[POWERPC] Fix audit syscall success/failure reporting on PowerPCDavid Woodhouse1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-09[PATCH] powerpc: enable PPC_PTRACE_[GS]ETREGS on ppc32Renzo Davoli1-2/+0
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-3/+2
2006-03-08powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras1-4/+1
2005-11-19powerpc: move include/asm-ppc64/ptrace-common.h to arch/powerpc/kernelPaul Mackerras1-1/+2
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-41/+2
2005-10-31powerpc: apply recent changes to merged codePaul Mackerras1-1/+1
2005-10-20powerpc: Move ptrace32.c from arch/ppc64 to arch/powerpcPaul Mackerras1-1/+1