aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/ptrace.c
AgeCommit message (Expand)Author
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker
2011-09-29powerpc/ptrace: Fix build with gcc 4.6Benjamin Herrenschmidt
2011-07-01perf: Add context field to perf_eventAvi Kivity
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-05-26powerpc/ftrace: Implement raw syscall tracepoints on PowerPCIan Munsie
2011-05-06hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set...Frederic Weisbecker
2011-04-25powerpc, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-21powerpc/ptrace: Remove BUG_ON when full register set not availableMike Wolf
2010-12-09powerpc: Fix PPC_PTRACE_SETHWDEBUG on PPC_BOOK3SAndreas Schwab
2010-10-27ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-09-02powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov
2010-06-22powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad
2010-04-07powerpc: Add kprobe-based event tracerMahesh Salgaonkar
2010-03-09powerpc/booke: Fix breakpoint/watchpoint one-shot behaviorDave Kleikamp
2010-03-09powerpc/booke: Fix a couple typos in the advanced ptrace codeDave Kleikamp
2010-02-17powerpc/booke: Add support for advanced debug registersDave Kleikamp
2010-02-17powerpc: Extended ptrace interfaceDave Kleikamp
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp
2009-07-15powerpc: Fix booke user_disable_single_step()Dave Kleikamp
2009-06-09powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath
2008-07-30powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regsMichael Neuling
2008-07-30powerpc: Fix ptrace buffer size for VSXMichael Neuling
2008-07-28powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath
2008-07-28powerpc/booke: Clean up the hardware watchpoint supportKumar Gala
2008-07-25powerpc: BookE hardware watchpoint supportLuis Machado
2008-07-01powerpc: Update for VSX core file and ptraceMichael Neuling
2008-07-01powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling
2008-07-01powerpc: Introduce VSX thread_struct and CONFIG_VSXMichael Neuling
2008-07-01powerpc: Add macros to access floating point registers in thread_struct.Michael Neuling
2008-03-20[POWERPC] user_regset PTRACE_SETREGS regression fixRoland McGrath
2008-02-07[POWERPC] Add SPE registers to core dumpsRoland McGrath
2008-02-07[POWERPC] Use generic ptrace peekdata/pokedataRoland McGrath
2008-02-07[POWERPC] Use regset code for PTRACE_*REGS* requestsRoland McGrath
2008-02-07[POWERPC] Add user_regset compat supportRoland McGrath
2008-02-07[POWERPC] Add user_regset_view definitionsRoland McGrath
2008-02-07[POWERPC] Use user_regset accessors for GPRsRoland McGrath
2008-02-07[POWERPC] ptrace accessors for special regs MSR and TRAPRoland McGrath
2008-02-07[POWERPC] Use user_regset accessors for SPE regsRoland McGrath
2008-02-07[POWERPC] Use user_regset accessors for altivec regsRoland McGrath
2008-02-07[POWERPC] Use user_regset accessors for FP regsRoland McGrath
2008-01-30powerpc: ptrace generic resumeRoland McGrath
2008-01-30powerpc: arch_has_single_stepRoland McGrath
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan
2007-10-03[POWERPC] Add CHECK_FULL_REGS in several places in ptrace codeRoland McGrath
2007-09-14[POWERPC] Add cpu feature for SPE handlingKumar Gala
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan