index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
ptrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-3
/
+0
|
\
|
*
powerpc: remove non-required uses of include <linux/module.h>
Paul Gortmaker
2011-10-31
1
-3
/
+0
*
|
powerpc/ptrace: Fix build with gcc 4.6
Benjamin Herrenschmidt
2011-09-29
1
-4
/
+14
|
/
*
perf: Add context field to perf_event
Avi Kivity
2011-07-01
1
-1
/
+1
*
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
2011-07-01
1
-1
/
+1
*
powerpc/ftrace: Implement raw syscall tracepoints on PowerPC
Ian Munsie
2011-05-26
1
-0
/
+10
*
hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set...
Frederic Weisbecker
2011-05-06
1
-4
/
+11
*
powerpc, hw_breakpoints: Fix racy access to ptrace breakpoints
Frederic Weisbecker
2011-04-25
1
-0
/
+3
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
powerpc/ptrace: Remove BUG_ON when full register set not available
Mike Wolf
2011-03-21
1
-3
/
+12
*
powerpc: Fix PPC_PTRACE_SETHWDEBUG on PPC_BOOK3S
Andreas Schwab
2010-12-09
1
-6
/
+16
*
ptrace: cleanup arch_ptrace() on powerpc
Namhyung Kim
2010-10-27
1
-25
/
+26
*
ptrace: change signature of arch_ptrace()
Namhyung Kim
2010-10-27
1
-7
/
+8
*
powerpc: Use is_32bit_task() helper to test 32-bit binary
Denis Kirjanov
2010-09-02
1
-1
/
+1
*
powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors
K.Prasad
2010-06-22
1
-0
/
+64
*
powerpc: Add kprobe-based event tracer
Mahesh Salgaonkar
2010-04-07
1
-0
/
+103
*
powerpc/booke: Fix breakpoint/watchpoint one-shot behavior
Dave Kleikamp
2010-03-09
1
-6
/
+6
*
powerpc/booke: Fix a couple typos in the advanced ptrace code
Dave Kleikamp
2010-03-09
1
-1
/
+1
*
powerpc/booke: Add support for advanced debug registers
Dave Kleikamp
2010-02-17
1
-30
/
+404
*
powerpc: Extended ptrace interface
Dave Kleikamp
2010-02-17
1
-0
/
+90
*
powerpc/booke: Introduce new CONFIG options for advanced debug registers
Dave Kleikamp
2010-02-17
1
-11
/
+7
*
powerpc: Fix booke user_disable_single_step()
Dave Kleikamp
2009-07-15
1
-8
/
+9
*
powerpc: Add PTRACE_SINGLEBLOCK support
Roland McGrath
2009-06-09
1
-2
/
+21
*
powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regs
Michael Neuling
2008-07-30
1
-2
/
+2
*
powerpc: Fix ptrace buffer size for VSX
Michael Neuling
2008-07-30
1
-4
/
+2
*
powerpc: Make syscall tracing use tracehook.h helpers
Roland McGrath
2008-07-28
1
-25
/
+22
*
powerpc/booke: Clean up the hardware watchpoint support
Kumar Gala
2008-07-28
1
-3
/
+4
*
powerpc: BookE hardware watchpoint support
Luis Machado
2008-07-25
1
-6
/
+66
*
powerpc: Update for VSX core file and ptrace
Michael Neuling
2008-07-01
1
-8
/
+13
*
powerpc: Add VSX context save/restore, ptrace and signal support
Michael Neuling
2008-07-01
1
-0
/
+70
*
powerpc: Introduce VSX thread_struct and CONFIG_VSX
Michael Neuling
2008-07-01
1
-1
/
+28
*
powerpc: Add macros to access floating point registers in thread_struct.
Michael Neuling
2008-07-01
1
-4
/
+6
*
[POWERPC] user_regset PTRACE_SETREGS regression fix
Roland McGrath
2008-03-20
1
-2
/
+8
*
[POWERPC] Add SPE registers to core dumps
Roland McGrath
2008-02-07
1
-1
/
+1
*
[POWERPC] Use generic ptrace peekdata/pokedata
Roland McGrath
2008-02-07
1
-12
/
+0
*
[POWERPC] Use regset code for PTRACE_*REGS* requests
Roland McGrath
2008-02-07
1
-175
/
+59
*
[POWERPC] Add user_regset compat support
Roland McGrath
2008-02-07
1
-0
/
+162
*
[POWERPC] Add user_regset_view definitions
Roland McGrath
2008-02-07
1
-0
/
+52
*
[POWERPC] Use user_regset accessors for GPRs
Roland McGrath
2008-02-07
1
-0
/
+91
*
[POWERPC] ptrace accessors for special regs MSR and TRAP
Roland McGrath
2008-02-07
1
-15
/
+30
*
[POWERPC] Use user_regset accessors for SPE regs
Roland McGrath
2008-02-07
1
-33
/
+57
*
[POWERPC] Use user_regset accessors for altivec regs
Roland McGrath
2008-02-07
1
-34
/
+78
*
[POWERPC] Use user_regset accessors for FP regs
Roland McGrath
2008-02-07
1
-6
/
+31
*
powerpc: ptrace generic resume
Roland McGrath
2008-01-30
1
-46
/
+0
*
powerpc: arch_has_single_step
Roland McGrath
2008-01-30
1
-6
/
+6
*
Consolidate PTRACE_DETACH
Alexey Dobriyan
2007-10-16
1
-4
/
+0
*
[POWERPC] Add CHECK_FULL_REGS in several places in ptrace code
Roland McGrath
2007-10-03
1
-0
/
+4
*
[POWERPC] Add cpu feature for SPE handling
Kumar Gala
2007-09-14
1
-4
/
+2
*
PTRACE_POKEDATA consolidation
Alexey Dobriyan
2007-07-17
1
-5
/
+1
*
PTRACE_PEEKDATA consolidation
Alexey Dobriyan
2007-07-17
1
-10
/
+2
[next]