index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-06
hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set...
Frederic Weisbecker
1
-4
/
+11
2011-04-25
powerpc, hw_breakpoints: Fix racy access to ptrace breakpoints
Frederic Weisbecker
1
-0
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-21
powerpc/ptrace: Remove BUG_ON when full register set not available
Mike Wolf
1
-3
/
+12
2010-12-09
powerpc: Fix PPC_PTRACE_SETHWDEBUG on PPC_BOOK3S
Andreas Schwab
1
-6
/
+16
2010-10-27
ptrace: cleanup arch_ptrace() on powerpc
Namhyung Kim
1
-25
/
+26
2010-10-27
ptrace: change signature of arch_ptrace()
Namhyung Kim
1
-7
/
+8
2010-09-02
powerpc: Use is_32bit_task() helper to test 32-bit binary
Denis Kirjanov
1
-1
/
+1
2010-06-22
powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors
K.Prasad
1
-0
/
+64
2010-04-07
powerpc: Add kprobe-based event tracer
Mahesh Salgaonkar
1
-0
/
+103
2010-03-09
powerpc/booke: Fix breakpoint/watchpoint one-shot behavior
Dave Kleikamp
1
-6
/
+6
2010-03-09
powerpc/booke: Fix a couple typos in the advanced ptrace code
Dave Kleikamp
1
-1
/
+1
2010-02-17
powerpc/booke: Add support for advanced debug registers
Dave Kleikamp
1
-30
/
+404
2010-02-17
powerpc: Extended ptrace interface
Dave Kleikamp
1
-0
/
+90
2010-02-17
powerpc/booke: Introduce new CONFIG options for advanced debug registers
Dave Kleikamp
1
-11
/
+7
2009-07-15
powerpc: Fix booke user_disable_single_step()
Dave Kleikamp
1
-8
/
+9
2009-06-09
powerpc: Add PTRACE_SINGLEBLOCK support
Roland McGrath
1
-2
/
+21
2008-07-30
powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regs
Michael Neuling
1
-2
/
+2
2008-07-30
powerpc: Fix ptrace buffer size for VSX
Michael Neuling
1
-4
/
+2
2008-07-28
powerpc: Make syscall tracing use tracehook.h helpers
Roland McGrath
1
-25
/
+22
2008-07-28
powerpc/booke: Clean up the hardware watchpoint support
Kumar Gala
1
-3
/
+4
2008-07-25
powerpc: BookE hardware watchpoint support
Luis Machado
1
-6
/
+66
2008-07-01
powerpc: Update for VSX core file and ptrace
Michael Neuling
1
-8
/
+13
2008-07-01
powerpc: Add VSX context save/restore, ptrace and signal support
Michael Neuling
1
-0
/
+70
2008-07-01
powerpc: Introduce VSX thread_struct and CONFIG_VSX
Michael Neuling
1
-1
/
+28
2008-07-01
powerpc: Add macros to access floating point registers in thread_struct.
Michael Neuling
1
-4
/
+6
2008-03-20
[POWERPC] user_regset PTRACE_SETREGS regression fix
Roland McGrath
1
-2
/
+8
2008-02-07
[POWERPC] Add SPE registers to core dumps
Roland McGrath
1
-1
/
+1
2008-02-07
[POWERPC] Use generic ptrace peekdata/pokedata
Roland McGrath
1
-12
/
+0
2008-02-07
[POWERPC] Use regset code for PTRACE_*REGS* requests
Roland McGrath
1
-175
/
+59
2008-02-07
[POWERPC] Add user_regset compat support
Roland McGrath
1
-0
/
+162
2008-02-07
[POWERPC] Add user_regset_view definitions
Roland McGrath
1
-0
/
+52
2008-02-07
[POWERPC] Use user_regset accessors for GPRs
Roland McGrath
1
-0
/
+91
2008-02-07
[POWERPC] ptrace accessors for special regs MSR and TRAP
Roland McGrath
1
-15
/
+30
2008-02-07
[POWERPC] Use user_regset accessors for SPE regs
Roland McGrath
1
-33
/
+57
2008-02-07
[POWERPC] Use user_regset accessors for altivec regs
Roland McGrath
1
-34
/
+78
2008-02-07
[POWERPC] Use user_regset accessors for FP regs
Roland McGrath
1
-6
/
+31
2008-01-30
powerpc: ptrace generic resume
Roland McGrath
1
-46
/
+0
2008-01-30
powerpc: arch_has_single_step
Roland McGrath
1
-6
/
+6
2007-10-16
Consolidate PTRACE_DETACH
Alexey Dobriyan
1
-4
/
+0
2007-10-03
[POWERPC] Add CHECK_FULL_REGS in several places in ptrace code
Roland McGrath
1
-0
/
+4
2007-09-14
[POWERPC] Add cpu feature for SPE handling
Kumar Gala
1
-4
/
+2
2007-07-17
PTRACE_POKEDATA consolidation
Alexey Dobriyan
1
-5
/
+1
2007-07-17
PTRACE_PEEKDATA consolidation
Alexey Dobriyan
1
-10
/
+2
2007-06-14
[POWERPC] powerpc: ptrace can set DABR on both 32 and 64 bits
Benjamin Herrenschmidt
1
-4
/
+0
2007-06-14
[POWERPC] ptrace shouldn't touch FP exec mode
Benjamin Herrenschmidt
1
-6
/
+39
2007-06-14
[POWERPC] Allow ptrace write to pt_regs trap and orig_r3
Benjamin Herrenschmidt
1
-3
/
+6
2007-06-14
[POWERPC] Remove some useless ifdef's in ptrace
Benjamin Herrenschmidt
1
-4
/
+0
2007-06-14
[POWERPC] Uninline common ptrace bits
Benjamin Herrenschmidt
1
-6
/
+227
2007-06-14
[POWERPC] ptrace updates & new, better requests
Benjamin Herrenschmidt
1
-49
/
+99
[next]