1. cab175f powerpc: Use is_32bit_task() helper to test 32-bit binary by Denis Kirjanov · 15 years ago
  2. 5aae8a5 powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors by K.Prasad · 15 years ago
  3. 359e428 powerpc: Add kprobe-based event tracer by Mahesh Salgaonkar · 15 years ago
  4. 30124d1 powerpc/booke: Fix breakpoint/watchpoint one-shot behavior by Dave Kleikamp · 15 years ago
  5. 856f70a powerpc/booke: Fix a couple typos in the advanced ptrace code by Dave Kleikamp · 15 years ago
  6. 3bffb65 powerpc/booke: Add support for advanced debug registers by Dave Kleikamp · 15 years ago
  7. 3162d92 powerpc: Extended ptrace interface by Dave Kleikamp · 15 years ago
  8. 172ae2e powerpc/booke: Introduce new CONFIG options for advanced debug registers by Dave Kleikamp · 15 years ago
  9. 28477fb powerpc: Fix booke user_disable_single_step() by Dave Kleikamp · 16 years ago
  10. ec097c8 powerpc: Add PTRACE_SINGLEBLOCK support by Roland McGrath · 16 years ago
  11. 7d2a175 powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regs by Michael Neuling · 17 years ago
  12. 1ac42ef8 powerpc: Fix ptrace buffer size for VSX by Michael Neuling · 17 years ago
  13. 4f72c42 powerpc: Make syscall tracing use tracehook.h helpers by Roland McGrath · 17 years ago
  14. 2325f0a powerpc/booke: Clean up the hardware watchpoint support by Kumar Gala · 17 years ago
  15. d6a61bf powerpc: BookE hardware watchpoint support by Luis Machado · 17 years ago
  16. f3e909c powerpc: Update for VSX core file and ptrace by Michael Neuling · 17 years ago
  17. ce48b21 powerpc: Add VSX context save/restore, ptrace and signal support by Michael Neuling · 17 years ago
  18. c6e6771 powerpc: Introduce VSX thread_struct and CONFIG_VSX by Michael Neuling · 17 years ago
  19. 9c75a31 powerpc: Add macros to access floating point registers in thread_struct. by Michael Neuling · 17 years ago
  20. c2372eb [POWERPC] user_regset PTRACE_SETREGS regression fix by Roland McGrath · 17 years ago
  21. 24f1a84 [POWERPC] Add SPE registers to core dumps by Roland McGrath · 17 years ago
  22. c034243 [POWERPC] Use generic ptrace peekdata/pokedata by Roland McGrath · 17 years ago
  23. c391cd0 [POWERPC] Use regset code for PTRACE_*REGS* requests by Roland McGrath · 17 years ago
  24. fa8f5cb [POWERPC] Add user_regset compat support by Roland McGrath · 17 years ago
  25. 80fdf47 [POWERPC] Add user_regset_view definitions by Roland McGrath · 17 years ago
  26. 44dd3f5 [POWERPC] Use user_regset accessors for GPRs by Roland McGrath · 17 years ago
  27. 26f7713 [POWERPC] ptrace accessors for special regs MSR and TRAP by Roland McGrath · 17 years ago
  28. a4e4b17 [POWERPC] Use user_regset accessors for SPE regs by Roland McGrath · 17 years ago
  29. 3caf06c [POWERPC] Use user_regset accessors for altivec regs by Roland McGrath · 17 years ago
  30. f65255e [POWERPC] Use user_regset accessors for FP regs by Roland McGrath · 17 years ago
  31. d6f4fb7 powerpc: ptrace generic resume by Roland McGrath · 17 years ago
  32. 2a84b0d powerpc: arch_has_single_step by Roland McGrath · 17 years ago
  33. 1bcf548 Consolidate PTRACE_DETACH by Alexey Dobriyan · 17 years ago
  34. fabca2c [POWERPC] Add CHECK_FULL_REGS in several places in ptrace code by Roland McGrath · 17 years ago
  35. 5e14d21 [POWERPC] Add cpu feature for SPE handling by Kumar Gala · 17 years ago
  36. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 18 years ago
  37. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 18 years ago
  38. 6d110da [POWERPC] powerpc: ptrace can set DABR on both 32 and 64 bits by Benjamin Herrenschmidt · 18 years ago
  39. abd0650 [POWERPC] ptrace shouldn't touch FP exec mode by Benjamin Herrenschmidt · 18 years ago
  40. 912000e [POWERPC] Allow ptrace write to pt_regs trap and orig_r3 by Benjamin Herrenschmidt · 18 years ago
  41. 1b6610d [POWERPC] Remove some useless ifdef's in ptrace by Benjamin Herrenschmidt · 18 years ago
  42. 865418d [POWERPC] Uninline common ptrace bits by Benjamin Herrenschmidt · 18 years ago
  43. e17666b [POWERPC] ptrace updates & new, better requests by Benjamin Herrenschmidt · 18 years ago
  44. acd8982 [POWERPC] ptrace cleanups by Benjamin Herrenschmidt · 18 years ago
  45. 0b3d5c4 [POWERPC] Disable broken PPC_PTRACE_GETFPREGS on 32 bits by Benjamin Herrenschmidt · 18 years ago
  46. 7d43e57 [POWERPC] Fix ppc32 single-stepping out of syscalls by Benjamin Herrenschmidt · 18 years ago
  47. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  48. cfcd170 [POWERPC] Mask 32-bit system call arguments to 32 bits on PPC64 in audit code by David Woodhouse · 18 years ago
  49. 94983cb7 [POWERPC] Fix PPC32 SECCOMP, unexport do_syscall_trace_{enter,leave} by David Woodhouse · 18 years ago
  50. 4b9c876a [POWERPC] Fix audit syscall success/failure reporting on PowerPC by David Woodhouse · 18 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  52. 98a90c0 [PATCH] powerpc: enable PPC_PTRACE_[GS]ETREGS on ppc32 by Renzo Davoli · 19 years ago
  53. 5411be5 [PATCH] drop task argument of audit_syscall_{entry,exit} by Al Viro · 19 years ago
  54. 1bd7933 powerpc: Fix various syscall/signal/swapcontext bugs by Paul Mackerras · 19 years ago
  55. 21a6290 powerpc: move include/asm-ppc64/ptrace-common.h to arch/powerpc/kernel by Paul Mackerras · 19 years ago
  56. 481bed4 [PATCH] consolidate sys_ptrace() by Christoph Hellwig · 19 years ago
  57. 734d652 powerpc: apply recent changes to merged code by Paul Mackerras · 19 years ago
  58. b123923 powerpc: Move ptrace32.c from arch/ppc64 to arch/powerpc by Paul Mackerras · 19 years ago
  59. e8a3030 powerpc: merge ptrace.c by Stephen Rothwell · 19 years ago[Renamed (79%) from arch/ppc/kernel/ptrace.c]
  60. ea9c102 Add CONFIG_AUDITSC and CONFIG_SECCOMP support for ppc32 by David Woodhouse · 20 years ago
  61. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 20 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2