1. d8b9930 ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME by Jann Horn · 4 years, 10 months ago
  2. 122be5a ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 5 years ago
  3. 2fc1de4 signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO by Eric W. Biederman · 5 years ago
  4. 822e5d5 x86/speculation: Apply IBPB more strictly to avoid cross-process data leak by Jiri Kosina · 6 years ago
  5. 7c24a70 ptrace: Properly initialize ptracer_cred on fork by Eric W. Biederman · 7 years ago
  6. d9fa435 ptrace: fix PTRACE_LISTEN race corrupting task->state by bsegall@google.com · 7 years ago
  7. e71b4e0 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 7 years ago
  8. e747b4a ptrace: Capture the ptracer's creds not PT_PTRACE_CAP by Eric W. Biederman · 7 years ago
  9. 694a95f mm: Add a user_ns owner to mm_struct and fix ptrace permission checks by Eric W. Biederman · 8 years ago
  10. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  11. 0a5bf40 ptrace: clear TIF_SYSCALL_TRACE on ptrace detach by Ales Novak · 8 years ago
  12. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  13. 1333ab0 ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock by Oleg Nesterov · 8 years ago
  14. 5c46521 ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness by Andy Lutomirski · 8 years ago
  15. caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 8 years ago
  16. 7c3b00e ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable by Oleg Nesterov · 8 years ago
  17. f8e529e seccomp, ptrace: add support for dumping seccomp filters by Tycho Andersen · 9 years ago
  18. 13c4a90 seccomp: add ptrace options for suspend/resume by Tycho Andersen · 9 years ago
  19. 64a4096 ptrace: ptrace_detach() can no longer race with SIGKILL by Oleg Nesterov · 9 years ago
  20. b72c186 ptrace: fix race between ptrace_resume() and wait_task_stopped() by Oleg Nesterov · 9 years ago
  21. 1cca338 ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT by Fabian Frederick · 9 years ago
  22. 7c8bd23 exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent() by Oleg Nesterov · 9 years ago
  23. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  24. 62a6fa9 kernel/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  25. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 10 years ago
  26. 73af963 __ptrace_may_access() should not deny sub-threads by Mark Grondona · 11 years ago
  27. 35114fc Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)" by Oleg Nesterov · 11 years ago
  28. fab840f ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) by Oleg Nesterov · 11 years ago
  29. 7c8df28 ptrace: revert "Prepare to fix racy accesses on task breakpoints" by Oleg Nesterov · 11 years ago
  30. 29000ca ptrace: add ability to get/set signal-blocked mask by Andrey Vagin · 11 years ago
  31. 706b23b Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation by Mathieu Desnoyers · 11 years ago
  32. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  33. 84c751b ptrace: add ability to retrieve signals without removing from a queue (v4) by Andrey Vagin · 11 years ago
  34. e8440c1 uprobes: Add exports for module use by Josh Stone · 11 years ago
  35. 9899d11 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL by Oleg Nesterov · 11 years ago
  36. 910ffdb ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 11 years ago
  37. edea0d0 ia64: kill thread_matches(), unexport ptrace_check_attach() by Oleg Nesterov · 11 years ago
  38. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 11 years ago
  39. 992fb6e ptrace: introduce PTRACE_O_EXITKILL by Oleg Nesterov · 11 years ago
  40. 4c44aaa userns: Kill task_user_ns by Eric W. Biederman · 12 years ago
  41. 9f99798 ptrace: mark __ptrace_may_access() static by Tetsuo Handa · 12 years ago
  42. 5af6620 userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids by Eric W. Biederman · 12 years ago
  43. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 12 years ago
  44. ee00560c ptrace: remove PTRACE_SEIZE_DEVEL bit by Denys Vlasenko · 12 years ago
  45. aa9147c ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter by Denys Vlasenko · 12 years ago
  46. 86b6c1f ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code by Denys Vlasenko · 12 years ago
  47. 8c5cf9e ptrace: don't modify flags on PTRACE_SETOPTIONS failure by Denys Vlasenko · 12 years ago
  48. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  49. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 12 years ago
  50. f1c84da capabilities: remove task_ns_* functions by Eric Paris · 12 years ago
  51. 8a88951 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach by Oleg Nesterov · 12 years ago
  52. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  53. f9d81f6 ptrace: PTRACE_LISTEN forgets to unlock ->siglock by Oleg Nesterov · 13 years ago
  54. f701e5b connector: add an event for monitoring process tracers by Vladimir Zapolskiy · 13 years ago
  55. d4f7c51 do not change dead_task->exit_signal by Oleg Nesterov · 13 years ago
  56. 9843a1e __ptrace_detach: avoid task_detached(), check do_notify_parent() by Oleg Nesterov · 13 years ago
  57. 544b2c9 ptrace: implement PTRACE_LISTEN by Tejun Heo · 13 years ago
  58. fca26f2 ptrace: implement PTRACE_INTERRUPT by Tejun Heo · 13 years ago
  59. 3544d72 ptrace: implement PTRACE_SEIZE by Tejun Heo · 13 years ago
  60. 73ddff2 job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap by Tejun Heo · 13 years ago
  61. 62c124f ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit by Tejun Heo · 13 years ago
  62. 7dd3db5 job control: introduce task_set_jobctl_pending() by Tejun Heo · 13 years ago
  63. 755e276 ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments by Tejun Heo · 13 years ago
  64. a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 13 years ago
  65. 0b1007c ptrace: remove silly wait_trap variable from ptrace_attach() by Tejun Heo · 13 years ago
  66. 0666fb5 ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread by Oleg Nesterov · 13 years ago
  67. 3ed4c05 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  68. bf26c01 ptrace: Prepare to fix racy accesses on task breakpoints by Frederic Weisbecker · 13 years ago
  69. e46bc9b Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace by Oleg Nesterov · 13 years ago
  70. 321fb56 ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/ by Oleg Nesterov · 13 years ago
  71. 8409cca userns: allow ptrace from non-init user namespaces by Serge E. Hallyn · 13 years ago
  72. 0e9f0a4 ptrace: Always put ptracee into appropriate execution state by Tejun Heo · 13 years ago
  73. e3bd058 ptrace: Collapse ptrace_untrace() into __ptrace_unlink() by Tejun Heo · 13 years ago
  74. d79fdd6 ptrace: Clean transitions between TASK_STOPPED and TRACED by Tejun Heo · 13 years ago
  75. 9f2bf65 ptrace: Remove the extra wake_up_state() from ptrace_detach() by Tejun Heo · 13 years ago
  76. e3e89cc Mark ptrace_{traceme,attach,detach} static by Linus Torvalds · 13 years ago
  77. 01e05e9 ptrace: use safer wake up on ptrace_detach() by Tejun Heo · 13 years ago
  78. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  79. 9fed81d ptrace: cleanup ptrace_request() by Namhyung Kim · 14 years ago
  80. 4abf986 ptrace: change signature of sys_ptrace() and friends by Namhyung Kim · 14 years ago
  81. c4b5ed2 ptrace: annotate lock context change on exit_ptrace() by Namhyung Kim · 14 years ago
  82. c7e49c1 ptrace: optimize exit_ptrace() for the likely case by Oleg Nesterov · 14 years ago
  83. e0129ef ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm by Oleg Nesterov · 14 years ago
  84. 9c1a125 ptrace: unify FDPIC implementations by Mike Frysinger · 14 years ago
  85. 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
  86. b8bc138 ptrace: Cleanup useless header by Alessio Igor Bogani · 14 years ago
  87. 5534ecb ptrace: kill BKL in ptrace syscall by Arnd Bergmann · 14 years ago
  88. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  89. c6a0dd7 ptrace: Fix ptrace_regset() comments and diagnose errors specifically by Suresh Siddha · 14 years ago
  90. 2225a12 ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET by Suresh Siddha · 14 years ago
  91. a7f0765 ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee by Oleg Nesterov · 15 years ago
  92. 7d45eca Merge branch 'master' into next by James Morris · 15 years ago
  93. 793285f cred_guard_mutex: do not return -EINTR to user-space by Oleg Nesterov · 15 years ago
  94. 9e48858 security: rename ptrace_may_access => ptrace_access_check by Ingo Molnar · 15 years ago
  95. e496125 ptrace: don't take tasklist to get/set ->last_siginfo by Oleg Nesterov · 15 years ago
  96. 8053bdd ptrace_get_task_struct: s/tasklist/rcu/, make it static by Oleg Nesterov · 15 years ago
  97. 4b105cb ptrace: do not use task_lock() for attach by Oleg Nesterov · 15 years ago
  98. f2f0b00 ptrace: cleanup check/set of PT_PTRACED during attach by Oleg Nesterov · 15 years ago
  99. b79b7ba ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm by Oleg Nesterov · 15 years ago
  100. 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