aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-3/+0
|\
| * powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-311-3/+0
* | powerpc/ptrace: Fix build with gcc 4.6Benjamin Herrenschmidt2011-09-291-4/+14
|/
* perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+1
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-1/+1
* powerpc/ftrace: Implement raw syscall tracepoints on PowerPCIan Munsie2011-05-261-0/+10
* hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set...Frederic Weisbecker2011-05-061-4/+11
* powerpc, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker2011-04-251-0/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* powerpc/ptrace: Remove BUG_ON when full register set not availableMike Wolf2011-03-211-3/+12
* powerpc: Fix PPC_PTRACE_SETHWDEBUG on PPC_BOOK3SAndreas Schwab2010-12-091-6/+16
* ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim2010-10-271-25/+26
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-7/+8
* powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov2010-09-021-1/+1
* powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad2010-06-221-0/+64
* powerpc: Add kprobe-based event tracerMahesh Salgaonkar2010-04-071-0/+103
* powerpc/booke: Fix breakpoint/watchpoint one-shot behaviorDave Kleikamp2010-03-091-6/+6
* powerpc/booke: Fix a couple typos in the advanced ptrace codeDave Kleikamp2010-03-091-1/+1
* powerpc/booke: Add support for advanced debug registersDave Kleikamp2010-02-171-30/+404
* powerpc: Extended ptrace interfaceDave Kleikamp2010-02-171-0/+90
* powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp2010-02-171-11/+7
* powerpc: Fix booke user_disable_single_step()Dave Kleikamp2009-07-151-8/+9
* powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath2009-06-091-2/+21
* powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regsMichael Neuling2008-07-301-2/+2
* powerpc: Fix ptrace buffer size for VSXMichael Neuling2008-07-301-4/+2
* powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath2008-07-281-25/+22
* powerpc/booke: Clean up the hardware watchpoint supportKumar Gala2008-07-281-3/+4
* powerpc: BookE hardware watchpoint supportLuis Machado2008-07-251-6/+66
* powerpc: Update for VSX core file and ptraceMichael Neuling2008-07-011-8/+13
* powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling2008-07-011-0/+70
* powerpc: Introduce VSX thread_struct and CONFIG_VSXMichael Neuling2008-07-011-1/+28
* powerpc: Add macros to access floating point registers in thread_struct.Michael Neuling2008-07-011-4/+6
* [POWERPC] user_regset PTRACE_SETREGS regression fixRoland McGrath2008-03-201-2/+8
* [POWERPC] Add SPE registers to core dumpsRoland McGrath2008-02-071-1/+1
* [POWERPC] Use generic ptrace peekdata/pokedataRoland McGrath2008-02-071-12/+0
* [POWERPC] Use regset code for PTRACE_*REGS* requestsRoland McGrath2008-02-071-175/+59
* [POWERPC] Add user_regset compat supportRoland McGrath2008-02-071-0/+162
* [POWERPC] Add user_regset_view definitionsRoland McGrath2008-02-071-0/+52
* [POWERPC] Use user_regset accessors for GPRsRoland McGrath2008-02-071-0/+91
* [POWERPC] ptrace accessors for special regs MSR and TRAPRoland McGrath2008-02-071-15/+30
* [POWERPC] Use user_regset accessors for SPE regsRoland McGrath2008-02-071-33/+57
* [POWERPC] Use user_regset accessors for altivec regsRoland McGrath2008-02-071-34/+78
* [POWERPC] Use user_regset accessors for FP regsRoland McGrath2008-02-071-6/+31
* powerpc: ptrace generic resumeRoland McGrath2008-01-301-46/+0
* powerpc: arch_has_single_stepRoland McGrath2008-01-301-6/+6
* Consolidate PTRACE_DETACHAlexey Dobriyan2007-10-161-4/+0
* [POWERPC] Add CHECK_FULL_REGS in several places in ptrace codeRoland McGrath2007-10-031-0/+4
* [POWERPC] Add cpu feature for SPE handlingKumar Gala2007-09-141-4/+2
* PTRACE_POKEDATA consolidationAlexey Dobriyan2007-07-171-5/+1
* PTRACE_PEEKDATA consolidationAlexey Dobriyan2007-07-171-10/+2