1. 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
  2. 0b4ec6e Merge branch 'master' into next by James Morris · 15 years ago
  3. edaba2c ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic" by Oleg Nesterov · 15 years ago
  4. 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 15 years ago
  5. 0ad5d70 Merge branch 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 15 years ago
  6. cad81bc ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex by Oleg Nesterov · 15 years ago
  7. 416dfdc Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing by Ingo Molnar · 15 years ago
  8. f1671f6 ptrace: fix exit_ptrace() vs ptrace_traceme() race by Oleg Nesterov · 15 years ago
  9. 3a70970 ptrace: some checkpatch fixes by Roland McGrath · 15 years ago
  10. 0f48140 x86, ptrace: add bts context unconditionally by Markus Metzger · 15 years ago
  11. 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
  12. 1ee1184 ptrace_untrace: fix the SIGNAL_STOP_STOPPED check by Oleg Nesterov · 15 years ago
  13. 95a3540 ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic by Oleg Nesterov · 15 years ago
  14. 39c626a forget_original_parent: split out the un-ptrace part by Oleg Nesterov · 15 years ago
  15. 4576145 ptrace: fix possible zombie leak on PTRACE_DETACH by Oleg Nesterov · 15 years ago
  16. 95c3eb7 ptrace: kill __ptrace_detach(), fix ->exit_state check by Oleg Nesterov · 15 years ago
  17. bbb76b5 ptrace: remove a useless goto by Américo Wang · 15 years ago
  18. 1e7bfb2 [CVE-2009-0029] System call wrappers part 27 by Heiko Carstens · 15 years ago
  19. 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
  20. bf53de9 x86, bts: add fork and exit handling by Markus Metzger · 15 years ago
  21. ec98ce4 Merge branch 'master' into next by James Morris · 15 years ago
  22. 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 15 years ago
  23. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  24. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  25. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  26. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  27. b747c8c make ptrace_untrace() static by Adrian Bunk · 16 years ago
  28. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  29. 85ba2d8 tracehook: wait_task_inactive by Roland McGrath · 16 years ago
  30. f470021 ptrace children revamp by Roland McGrath · 16 years ago
  31. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  32. bcf35af make generic sys_ptrace unconditional by Christoph Hellwig · 16 years ago
  33. 00cd5c3 ptrace: permit ptracing of /sbin/init by Oleg Nesterov · 16 years ago
  34. 33e9fc7 ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() by Oleg Nesterov · 16 years ago
  35. 68cb947 ptrace: __ptrace_unlink: use the ptrace_reparented() helper by Oleg Nesterov · 16 years ago
  36. 9d04d92 ptrace: conditionalize compat_ptrace_request by Roland McGrath · 16 years ago
  37. e16b278 ptrace: compat_ptrace_request siginfo by Roland McGrath · 16 years ago
  38. c0c0b64 ptrace_check_attach: remove unneeded ->signal != NULL check by Oleg Nesterov · 16 years ago
  39. 6b39c7b kill PT_ATTACHED by Oleg Nesterov · 16 years ago
  40. f17d30a kernel/ptrace.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago
  41. d9ae90a use __set_task_state() for TRACED/STOPPED tasks by Oleg Nesterov · 16 years ago
  42. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  43. c269f19 x86: compat_sys_ptrace by Roland McGrath · 16 years ago
  44. 032d82d x86: compat_ptrace_request by Roland McGrath · 16 years ago
  45. 16c3e38 x86: ptrace_request peekdata/pokedata by Roland McGrath · 16 years ago
  46. 5b88abb ptrace: generic PTRACE_SINGLEBLOCK by Roland McGrath · 16 years ago
  47. 36df29d ptrace: generic resume by Roland McGrath · 16 years ago
  48. 6ea6dd9 ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME by Haavard Skinnemoen · 16 years ago
  49. b8c9a18 Fix kernel/ptrace.c compile problem (missing "may_attach()") by Linus Torvalds · 16 years ago
  50. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 16 years ago
  51. 6618a3e ptrace: Use task_is_* by Matthew Wilcox · 16 years ago
  52. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  53. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  54. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  55. 0ac1555 m32r: convert to generic sys_ptrace by Christoph Hellwig · 17 years ago
  56. 1bcf548 Consolidate PTRACE_DETACH by Alexey Dobriyan · 17 years ago
  57. 7d94143 Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH by Roland McGrath · 17 years ago
  58. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 17 years ago
  59. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 17 years ago
  60. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 17 years ago
  61. 6175ecf Use write_trylock_irqsave in ptrace_attach by Sripathi Kodi · 17 years ago
  62. a5cb013 [PATCH] auditing ptrace by Al Viro · 17 years ago
  63. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  64. 0ec76a1 [PATCH] NOMMU: Check that access_process_vm() has a valid target by David Howells · 18 years ago
  65. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 18 years ago
  66. d5f70c0 [PATCH] coredump: kill ptrace related stuff by Oleg Nesterov · 18 years ago
  67. df26c40 [PATCH] proc: Cleanup proc_fd_access_allowed by Eric W. Biederman · 18 years ago
  68. f358166 ptrace_attach: fix possible deadlock schenario with irqs by Linus Torvalds · 18 years ago
  69. f5b40e3 Fix ptrace_attach()/ptrace_traceme()/de_thread() race by Linus Torvalds · 18 years ago
  70. e57a505 [PATCH] fix non-leader exec under ptrace by Roland McGrath · 18 years ago
  71. 524223c BUG_ON() Conversion in kernel/ptrace.c by Eric Sesterhenn · 18 years ago
  72. 9b678ec [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting by Oleg Nesterov · 18 years ago
  73. 5ecfbae [PATCH] fix zap_thread's ptrace related problems by Oleg Nesterov · 18 years ago
  74. 16bf134 [PATCH] compound page: no access_process_vm check by Hugh Dickins · 18 years ago
  75. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  76. 6b9c7ed [PATCH] use ptrace_get_task_struct in various places by Christoph Hellwig · 18 years ago
  77. 5bd0190 [PATCH] Fix crash when ptrace poking hugepage areas by David Gibson · 18 years ago
  78. 005f18d [PATCH] fix task_struct leak in ptrace by Christoph Hellwig · 19 years ago
  79. 28d838c Fix ptrace self-attach rule by Linus Torvalds · 19 years ago
  80. 481bed4 [PATCH] consolidate sys_ptrace() by Christoph Hellwig · 19 years ago
  81. 30e0fca6 [PATCH] ptrace/coredump/exit_group deadlock by Andrea Arcangeli · 19 years ago
  82. ab8d11b [PATCH] remove duplicated code from proc and ptrace by Miklos Szeredi · 19 years ago
  83. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 19 years ago
  84. d59dd46 [PATCH] use smp_mb/wmb/rmb where possible by akpm@osdl.org · 19 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago