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