1. 7c8df28 ptrace: revert "Prepare to fix racy accesses on task breakpoints" by Oleg Nesterov · 11 years ago
  2. edea0d0 ia64: kill thread_matches(), unexport ptrace_check_attach() by Oleg Nesterov · 12 years ago
  3. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  4. 1ca97bb new helper: current_user_stack_pointer() by Al Viro · 12 years ago
  5. 992fb6e ptrace: introduce PTRACE_O_EXITKILL by Oleg Nesterov · 12 years ago
  6. b7f9591 get rid of ptrace_signal_deliver() arguments by Al Viro · 12 years ago
  7. 22062a9 new helper: signal_pt_regs() by Al Viro · 12 years ago
  8. 4f4202f unify default ptrace_signal_deliver by Al Viro · 12 years ago
  9. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  10. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  11. a3460a5 new helper: current_pt_regs() by Al Viro · 12 years ago
  12. 9f99798 ptrace: mark __ptrace_may_access() static by Tetsuo Handa · 12 years ago
  13. fb0fadf ptrace,seccomp: Add PTRACE_SECCOMP support by Will Drewry · 12 years ago
  14. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  15. ee00560c ptrace: remove PTRACE_SEIZE_DEVEL bit by Denys Vlasenko · 12 years ago
  16. 5cdf389a ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can match by Denys Vlasenko · 12 years ago
  17. 86b6c1f ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code by Denys Vlasenko · 12 years ago
  18. b1845ff ptrace: don't send SIGTRAP on exec if SEIZED by Oleg Nesterov · 12 years ago
  19. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  20. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  21. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  22. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 13 years ago
  23. d184d6e ptrace: dont send SIGSTOP on auto-attach if PT_SEIZED by Oleg Nesterov · 13 years ago
  24. dcace06 ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task() by Oleg Nesterov · 13 years ago
  25. 6634ae1 ptrace_init_task: initialize child->jobctl explicitly by Oleg Nesterov · 13 years ago
  26. 0347e17 ptrace: ptrace_reparented() should check same_thread_group() by Oleg Nesterov · 13 years ago
  27. 06d9847 ptrace: s/tracehook_tracer_task()/ptrace_parent()/ by Tejun Heo · 13 years ago
  28. f3c04b9 ptrace: move SIGTRAP on exec(2) logic to ptrace_event() by Tejun Heo · 13 years ago
  29. 643ad83 ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and tracehook_prepare_clone() by Tejun Heo · 13 years ago
  30. d21142e ptrace: kill task_ptrace() by Tejun Heo · 13 years ago
  31. 544b2c9 ptrace: implement PTRACE_LISTEN by Tejun Heo · 13 years ago
  32. fca26f2 ptrace: implement PTRACE_INTERRUPT by Tejun Heo · 13 years ago
  33. 3544d72 ptrace: implement PTRACE_SEIZE by Tejun Heo · 13 years ago
  34. 755e276 ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments by Tejun Heo · 13 years ago
  35. bf26c01 ptrace: Prepare to fix racy accesses on task breakpoints by Frederic Weisbecker · 13 years ago
  36. e3e89cc Mark ptrace_{traceme,attach,detach} static by Linus Torvalds · 13 years ago
  37. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  38. 4abf986 ptrace: change signature of sys_ptrace() and friends by Namhyung Kim · 14 years ago
  39. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  40. dacbe41 ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h by Christoph Hellwig · 14 years ago
  41. c6a0dd7 ptrace: Fix ptrace_regset() comments and diagnose errors specifically by Suresh Siddha · 14 years ago
  42. 2225a12 ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET by Suresh Siddha · 14 years ago
  43. 85ec7fd ptrace: introduce user_single_step_siginfo() helper by Oleg Nesterov · 15 years ago
  44. c6a47cc ptrace: cleanup ptrace_init_task()->ptrace_link() path by Oleg Nesterov · 15 years ago
  45. 8053bdd ptrace_get_task_struct: s/tasklist/rcu/, make it static by Oleg Nesterov · 15 years ago
  46. 0f48140 x86, ptrace: add bts context unconditionally by Markus Metzger · 15 years ago
  47. 39c626a forget_original_parent: split out the un-ptrace part by Oleg Nesterov · 15 years ago
  48. 4576145 ptrace: fix possible zombie leak on PTRACE_DETACH by Oleg Nesterov · 15 years ago
  49. bf53de9 x86, bts: add fork and exit handling by Markus Metzger · 16 years ago
  50. b747c8c make ptrace_untrace() static by Adrian Bunk · 16 years ago
  51. 5861bbf tracehook: fix CLONE_PTRACE by Roland McGrath · 16 years ago
  52. bbc6986 task_current_syscall by Roland McGrath · 16 years ago
  53. dae3357 tracehook: release_task by Roland McGrath · 16 years ago
  54. 09a0539 tracehook: clone by Roland McGrath · 16 years ago
  55. 88ac292 tracehook: add linux/tracehook.h by Roland McGrath · 16 years ago
  56. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  57. 53b6f9f ptrace: introduce ptrace_reparented() helper by Oleg Nesterov · 16 years ago
  58. 6b39c7b kill PT_ATTACHED by Oleg Nesterov · 16 years ago
  59. 1a669c2 Add arch_ptrace_stop by Roland McGrath · 16 years ago
  60. 5b88abb ptrace: generic PTRACE_SINGLEBLOCK by Roland McGrath · 16 years ago
  61. dc802c2 ptrace: arch_has_block_step by Roland McGrath · 16 years ago
  62. fb7fa8f ptrace: arch_has_single_step by Roland McGrath · 16 years ago
  63. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 17 years ago
  64. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 17 years ago
  65. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 17 years ago
  66. 416bc51 [PATCH] Use decimal for PTRACE_ATTACH and PTRACE_DETACH. by Roland McGrath · 18 years ago
  67. d5f70c0 [PATCH] coredump: kill ptrace related stuff by Oleg Nesterov · 18 years ago
  68. 260ea10 [PATCH] ptrace: document the locking rules by Eric W. Biederman · 18 years ago
  69. 5ecfbae [PATCH] fix zap_thread's ptrace related problems by Oleg Nesterov · 18 years ago
  70. a12dea7 [PATCH] PTRACE_SYSEMU is only for i386 and clashes with other ptrace codes of other archs by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  71. 6b9c7ed [PATCH] use ptrace_get_task_struct in various places by Christoph Hellwig · 19 years ago
  72. 481bed4 [PATCH] consolidate sys_ptrace() by Christoph Hellwig · 19 years ago
  73. ab8d11b [PATCH] remove duplicated code from proc and ptrace by Miklos Szeredi · 19 years ago
  74. 1b38f00 [PATCH] Uml support: add PTRACE_SYSEMU_SINGLESTEP option to i386 by Bodo Stroesser · 19 years ago
  75. ed75e8d [PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and general usage by Laurent Vivier · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago