1. f8e529e seccomp, ptrace: add support for dumping seccomp filters by Tycho Andersen · 9 years ago
  2. 13c4a90 seccomp: add ptrace options for suspend/resume by Tycho Andersen · 9 years ago
  3. 64a4096 ptrace: ptrace_detach() can no longer race with SIGKILL by Oleg Nesterov · 9 years ago
  4. b72c186 ptrace: fix race between ptrace_resume() and wait_task_stopped() by Oleg Nesterov · 9 years ago
  5. 1cca338 ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT by Fabian Frederick · 9 years ago
  6. 7c8bd23 exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent() by Oleg Nesterov · 9 years ago
  7. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  8. 62a6fa9 kernel/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  9. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
  10. 73af963 __ptrace_may_access() should not deny sub-threads by Mark Grondona · 11 years ago
  11. 35114fc Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)" by Oleg Nesterov · 11 years ago
  12. fab840f ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) by Oleg Nesterov · 11 years ago
  13. 7c8df28 ptrace: revert "Prepare to fix racy accesses on task breakpoints" by Oleg Nesterov · 11 years ago
  14. 29000ca ptrace: add ability to get/set signal-blocked mask by Andrey Vagin · 11 years ago
  15. 706b23b Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation by Mathieu Desnoyers · 11 years ago
  16. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  17. 84c751b ptrace: add ability to retrieve signals without removing from a queue (v4) by Andrey Vagin · 11 years ago
  18. e8440c1 uprobes: Add exports for module use by Josh Stone · 11 years ago
  19. 9899d11 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL by Oleg Nesterov · 11 years ago
  20. 910ffdb ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 11 years ago
  21. edea0d0 ia64: kill thread_matches(), unexport ptrace_check_attach() by Oleg Nesterov · 11 years ago
  22. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 11 years ago
  23. 992fb6e ptrace: introduce PTRACE_O_EXITKILL by Oleg Nesterov · 11 years ago
  24. 4c44aaa userns: Kill task_user_ns by Eric W. Biederman · 12 years ago
  25. 9f99798 ptrace: mark __ptrace_may_access() static by Tetsuo Handa · 12 years ago
  26. 5af6620 userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids by Eric W. Biederman · 12 years ago
  27. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  28. ee00560c ptrace: remove PTRACE_SEIZE_DEVEL bit by Denys Vlasenko · 12 years ago
  29. aa9147c ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter by Denys Vlasenko · 12 years ago
  30. 86b6c1f ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code by Denys Vlasenko · 12 years ago
  31. 8c5cf9e ptrace: don't modify flags on PTRACE_SETOPTIONS failure by Denys Vlasenko · 12 years ago
  32. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  33. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 12 years ago
  34. f1c84da capabilities: remove task_ns_* functions by Eric Paris · 12 years ago
  35. 8a88951 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach by Oleg Nesterov · 12 years ago
  36. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  37. f9d81f6 ptrace: PTRACE_LISTEN forgets to unlock ->siglock by Oleg Nesterov · 13 years ago
  38. f701e5b connector: add an event for monitoring process tracers by Vladimir Zapolskiy · 13 years ago
  39. d4f7c51 do not change dead_task->exit_signal by Oleg Nesterov · 13 years ago
  40. 9843a1e __ptrace_detach: avoid task_detached(), check do_notify_parent() by Oleg Nesterov · 13 years ago
  41. 544b2c9 ptrace: implement PTRACE_LISTEN by Tejun Heo · 13 years ago
  42. fca26f2 ptrace: implement PTRACE_INTERRUPT by Tejun Heo · 13 years ago
  43. 3544d72 ptrace: implement PTRACE_SEIZE by Tejun Heo · 13 years ago
  44. 73ddff2 job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap by Tejun Heo · 13 years ago
  45. 62c124f ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit by Tejun Heo · 13 years ago
  46. 7dd3db5 job control: introduce task_set_jobctl_pending() by Tejun Heo · 13 years ago
  47. 755e276 ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments by Tejun Heo · 13 years ago
  48. a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 13 years ago
  49. 0b1007c ptrace: remove silly wait_trap variable from ptrace_attach() by Tejun Heo · 13 years ago
  50. 0666fb5 ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread by Oleg Nesterov · 13 years ago
  51. 3ed4c05 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  52. bf26c01 ptrace: Prepare to fix racy accesses on task breakpoints by Frederic Weisbecker · 13 years ago
  53. e46bc9b Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace by Oleg Nesterov · 13 years ago
  54. 321fb56 ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/ by Oleg Nesterov · 13 years ago
  55. 8409cca userns: allow ptrace from non-init user namespaces by Serge E. Hallyn · 13 years ago
  56. 0e9f0a4 ptrace: Always put ptracee into appropriate execution state by Tejun Heo · 13 years ago
  57. e3bd058 ptrace: Collapse ptrace_untrace() into __ptrace_unlink() by Tejun Heo · 13 years ago
  58. d79fdd6 ptrace: Clean transitions between TASK_STOPPED and TRACED by Tejun Heo · 13 years ago
  59. 9f2bf65 ptrace: Remove the extra wake_up_state() from ptrace_detach() by Tejun Heo · 13 years ago
  60. e3e89cc Mark ptrace_{traceme,attach,detach} static by Linus Torvalds · 13 years ago
  61. 01e05e9 ptrace: use safer wake up on ptrace_detach() by Tejun Heo · 13 years ago
  62. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  63. 9fed81d ptrace: cleanup ptrace_request() by Namhyung Kim · 14 years ago
  64. 4abf986 ptrace: change signature of sys_ptrace() and friends by Namhyung Kim · 14 years ago
  65. c4b5ed2 ptrace: annotate lock context change on exit_ptrace() by Namhyung Kim · 14 years ago
  66. c7e49c1 ptrace: optimize exit_ptrace() for the likely case by Oleg Nesterov · 14 years ago
  67. e0129ef ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm by Oleg Nesterov · 14 years ago
  68. 9c1a125 ptrace: unify FDPIC implementations by Mike Frysinger · 14 years ago
  69. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  70. b8bc138 ptrace: Cleanup useless header by Alessio Igor Bogani · 14 years ago
  71. 5534ecb ptrace: kill BKL in ptrace syscall by Arnd Bergmann · 14 years ago
  72. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  73. c6a0dd7 ptrace: Fix ptrace_regset() comments and diagnose errors specifically by Suresh Siddha · 14 years ago
  74. 2225a12 ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET by Suresh Siddha · 14 years ago
  75. a7f0765 ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee by Oleg Nesterov · 15 years ago
  76. 7d45eca Merge branch 'master' into next by James Morris · 15 years ago
  77. 793285f cred_guard_mutex: do not return -EINTR to user-space by Oleg Nesterov · 15 years ago
  78. 9e48858 security: rename ptrace_may_access => ptrace_access_check by Ingo Molnar · 15 years ago
  79. e496125 ptrace: don't take tasklist to get/set ->last_siginfo by Oleg Nesterov · 15 years ago
  80. 8053bdd ptrace_get_task_struct: s/tasklist/rcu/, make it static by Oleg Nesterov · 15 years ago
  81. 4b105cb ptrace: do not use task_lock() for attach by Oleg Nesterov · 15 years ago
  82. f2f0b00 ptrace: cleanup check/set of PT_PTRACED during attach by Oleg Nesterov · 15 years ago
  83. b79b7ba ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm by Oleg Nesterov · 15 years ago
  84. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  85. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  86. 0b4ec6e Merge branch 'master' into next by James Morris · 15 years ago
  87. edaba2c ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic" by Oleg Nesterov · 15 years ago
  88. 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 15 years ago
  89. 0ad5d70 Merge branch 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 15 years ago
  90. cad81bc ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex by Oleg Nesterov · 15 years ago
  91. 416dfdc Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing by Ingo Molnar · 15 years ago
  92. f1671f6 ptrace: fix exit_ptrace() vs ptrace_traceme() race by Oleg Nesterov · 15 years ago
  93. 3a70970 ptrace: some checkpatch fixes by Roland McGrath · 15 years ago
  94. 0f48140 x86, ptrace: add bts context unconditionally by Markus Metzger · 15 years ago
  95. 09f38dc Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  96. 1ee1184 ptrace_untrace: fix the SIGNAL_STOP_STOPPED check by Oleg Nesterov · 15 years ago
  97. 95a3540 ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic by Oleg Nesterov · 15 years ago
  98. 39c626a forget_original_parent: split out the un-ptrace part by Oleg Nesterov · 15 years ago
  99. 4576145 ptrace: fix possible zombie leak on PTRACE_DETACH by Oleg Nesterov · 15 years ago
  100. 95c3eb7 ptrace: kill __ptrace_detach(), fix ->exit_state check by Oleg Nesterov · 15 years ago