aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-29powerpc/ptrace: Fix build with gcc 4.6Benjamin Herrenschmidt1-4/+14
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-05-26powerpc/ftrace: Implement raw syscall tracepoints on PowerPCIan Munsie1-0/+10
2011-05-06hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set_debugreg()Frederic Weisbecker1-4/+11
2011-04-25powerpc, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker1-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-21powerpc/ptrace: Remove BUG_ON when full register set not availableMike Wolf1-3/+12
2010-12-09powerpc: Fix PPC_PTRACE_SETHWDEBUG on PPC_BOOK3SAndreas Schwab1-6/+16
2010-10-27ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim1-25/+26
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-7/+8
2010-09-02powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov1-1/+1
2010-06-22powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad1-0/+64
2010-04-07powerpc: Add kprobe-based event tracerMahesh Salgaonkar1-0/+103
2010-03-09powerpc/booke: Fix breakpoint/watchpoint one-shot behaviorDave Kleikamp1-6/+6
2010-03-09powerpc/booke: Fix a couple typos in the advanced ptrace codeDave Kleikamp1-1/+1
2010-02-17powerpc/booke: Add support for advanced debug registersDave Kleikamp1-30/+404
2010-02-17powerpc: Extended ptrace interfaceDave Kleikamp1-0/+90
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp1-11/+7
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