1. 8c5cf9e ptrace: don't modify flags on PTRACE_SETOPTIONS failure by Denys Vlasenko · 12 years ago
  2. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  3. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 12 years ago
  4. f1c84da capabilities: remove task_ns_* functions by Eric Paris · 12 years ago
  5. 8a88951 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach by Oleg Nesterov · 12 years ago
  6. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  7. f9d81f6 ptrace: PTRACE_LISTEN forgets to unlock ->siglock by Oleg Nesterov · 13 years ago
  8. f701e5b connector: add an event for monitoring process tracers by Vladimir Zapolskiy · 13 years ago
  9. d4f7c51 do not change dead_task->exit_signal by Oleg Nesterov · 13 years ago
  10. 9843a1e __ptrace_detach: avoid task_detached(), check do_notify_parent() by Oleg Nesterov · 13 years ago
  11. 544b2c9 ptrace: implement PTRACE_LISTEN by Tejun Heo · 13 years ago
  12. fca26f2 ptrace: implement PTRACE_INTERRUPT by Tejun Heo · 13 years ago
  13. 3544d72 ptrace: implement PTRACE_SEIZE by Tejun Heo · 13 years ago
  14. 73ddff2 job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap by Tejun Heo · 13 years ago
  15. 62c124f ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit by Tejun Heo · 13 years ago
  16. 7dd3db5 job control: introduce task_set_jobctl_pending() by Tejun Heo · 13 years ago
  17. 755e276 ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments by Tejun Heo · 13 years ago
  18. a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 13 years ago
  19. 0b1007c ptrace: remove silly wait_trap variable from ptrace_attach() by Tejun Heo · 13 years ago
  20. 0666fb5 ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread by Oleg Nesterov · 13 years ago
  21. 3ed4c05 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  22. bf26c01 ptrace: Prepare to fix racy accesses on task breakpoints by Frederic Weisbecker · 13 years ago
  23. e46bc9b Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace by Oleg Nesterov · 13 years ago
  24. 321fb56 ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/ by Oleg Nesterov · 13 years ago
  25. 8409cca userns: allow ptrace from non-init user namespaces by Serge E. Hallyn · 13 years ago
  26. 0e9f0a4 ptrace: Always put ptracee into appropriate execution state by Tejun Heo · 13 years ago
  27. e3bd058 ptrace: Collapse ptrace_untrace() into __ptrace_unlink() by Tejun Heo · 13 years ago
  28. d79fdd6 ptrace: Clean transitions between TASK_STOPPED and TRACED by Tejun Heo · 13 years ago
  29. 9f2bf65 ptrace: Remove the extra wake_up_state() from ptrace_detach() by Tejun Heo · 13 years ago
  30. e3e89cc Mark ptrace_{traceme,attach,detach} static by Linus Torvalds · 13 years ago
  31. 01e05e9 ptrace: use safer wake up on ptrace_detach() by Tejun Heo · 13 years ago
  32. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  33. 9fed81d ptrace: cleanup ptrace_request() by Namhyung Kim · 14 years ago
  34. 4abf986 ptrace: change signature of sys_ptrace() and friends by Namhyung Kim · 14 years ago
  35. c4b5ed2 ptrace: annotate lock context change on exit_ptrace() by Namhyung Kim · 14 years ago
  36. c7e49c1 ptrace: optimize exit_ptrace() for the likely case by Oleg Nesterov · 14 years ago
  37. e0129ef ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm by Oleg Nesterov · 14 years ago
  38. 9c1a125 ptrace: unify FDPIC implementations by Mike Frysinger · 14 years ago
  39. 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
  40. b8bc138 ptrace: Cleanup useless header by Alessio Igor Bogani · 14 years ago
  41. 5534ecb ptrace: kill BKL in ptrace syscall by Arnd Bergmann · 14 years ago
  42. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  43. c6a0dd7 ptrace: Fix ptrace_regset() comments and diagnose errors specifically by Suresh Siddha · 14 years ago
  44. 2225a12 ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET by Suresh Siddha · 14 years ago
  45. a7f0765 ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee by Oleg Nesterov · 15 years ago
  46. 7d45eca Merge branch 'master' into next by James Morris · 15 years ago
  47. 793285f cred_guard_mutex: do not return -EINTR to user-space by Oleg Nesterov · 15 years ago
  48. 9e48858 security: rename ptrace_may_access => ptrace_access_check by Ingo Molnar · 15 years ago
  49. e496125 ptrace: don't take tasklist to get/set ->last_siginfo by Oleg Nesterov · 15 years ago
  50. 8053bdd ptrace_get_task_struct: s/tasklist/rcu/, make it static by Oleg Nesterov · 15 years ago
  51. 4b105cb ptrace: do not use task_lock() for attach by Oleg Nesterov · 15 years ago
  52. f2f0b00 ptrace: cleanup check/set of PT_PTRACED during attach by Oleg Nesterov · 15 years ago
  53. b79b7ba ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm by Oleg Nesterov · 15 years ago
  54. 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
  55. 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
  56. 0b4ec6e Merge branch 'master' into next by James Morris · 15 years ago
  57. edaba2c ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic" by Oleg Nesterov · 15 years ago
  58. 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 15 years ago
  59. 0ad5d70 Merge branch 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 15 years ago
  60. cad81bc ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex by Oleg Nesterov · 15 years ago
  61. 416dfdc Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing by Ingo Molnar · 15 years ago
  62. f1671f6 ptrace: fix exit_ptrace() vs ptrace_traceme() race by Oleg Nesterov · 15 years ago
  63. 3a70970 ptrace: some checkpatch fixes by Roland McGrath · 15 years ago
  64. 0f48140 x86, ptrace: add bts context unconditionally by Markus Metzger · 15 years ago
  65. 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
  66. 1ee1184 ptrace_untrace: fix the SIGNAL_STOP_STOPPED check by Oleg Nesterov · 15 years ago
  67. 95a3540 ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic by Oleg Nesterov · 15 years ago
  68. 39c626a forget_original_parent: split out the un-ptrace part by Oleg Nesterov · 15 years ago
  69. 4576145 ptrace: fix possible zombie leak on PTRACE_DETACH by Oleg Nesterov · 15 years ago
  70. 95c3eb7 ptrace: kill __ptrace_detach(), fix ->exit_state check by Oleg Nesterov · 15 years ago
  71. bbb76b5 ptrace: remove a useless goto by Américo Wang · 15 years ago
  72. 1e7bfb2 [CVE-2009-0029] System call wrappers part 27 by Heiko Carstens · 15 years ago
  73. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  74. bf53de9 x86, bts: add fork and exit handling by Markus Metzger · 15 years ago
  75. ec98ce4 Merge branch 'master' into next by James Morris · 15 years ago
  76. 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 15 years ago
  77. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  78. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  79. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  80. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  81. b747c8c make ptrace_untrace() static by Adrian Bunk · 16 years ago
  82. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  83. 85ba2d8 tracehook: wait_task_inactive by Roland McGrath · 16 years ago
  84. f470021 ptrace children revamp by Roland McGrath · 16 years ago
  85. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  86. bcf35af make generic sys_ptrace unconditional by Christoph Hellwig · 16 years ago
  87. 00cd5c3 ptrace: permit ptracing of /sbin/init by Oleg Nesterov · 16 years ago
  88. 33e9fc7 ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() by Oleg Nesterov · 16 years ago
  89. 68cb947 ptrace: __ptrace_unlink: use the ptrace_reparented() helper by Oleg Nesterov · 16 years ago
  90. 9d04d92 ptrace: conditionalize compat_ptrace_request by Roland McGrath · 16 years ago
  91. e16b278 ptrace: compat_ptrace_request siginfo by Roland McGrath · 16 years ago
  92. c0c0b64 ptrace_check_attach: remove unneeded ->signal != NULL check by Oleg Nesterov · 16 years ago
  93. 6b39c7b kill PT_ATTACHED by Oleg Nesterov · 16 years ago
  94. f17d30a kernel/ptrace.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago
  95. d9ae90a use __set_task_state() for TRACED/STOPPED tasks by Oleg Nesterov · 16 years ago
  96. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  97. c269f19 x86: compat_sys_ptrace by Roland McGrath · 16 years ago
  98. 032d82d x86: compat_ptrace_request by Roland McGrath · 16 years ago
  99. 16c3e38 x86: ptrace_request peekdata/pokedata by Roland McGrath · 16 years ago
  100. 5b88abb ptrace: generic PTRACE_SINGLEBLOCK by Roland McGrath · 16 years ago