1. f17d30a kernel/ptrace.c should #include <linux/syscalls.h> by Adrian Bunk · 17 years ago
  2. d9ae90a use __set_task_state() for TRACED/STOPPED tasks by Oleg Nesterov · 17 years ago
  3. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  4. c269f19 x86: compat_sys_ptrace by Roland McGrath · 17 years ago
  5. 032d82d x86: compat_ptrace_request by Roland McGrath · 17 years ago
  6. 16c3e38 x86: ptrace_request peekdata/pokedata by Roland McGrath · 17 years ago
  7. 5b88abb ptrace: generic PTRACE_SINGLEBLOCK by Roland McGrath · 17 years ago
  8. 36df29d ptrace: generic resume by Roland McGrath · 17 years ago
  9. 6ea6dd9 ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME by Haavard Skinnemoen · 17 years ago
  10. b8c9a18 Fix kernel/ptrace.c compile problem (missing "may_attach()") by Linus Torvalds · 17 years ago
  11. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 17 years ago
  12. 6618a3e ptrace: Use task_is_* by Matthew Wilcox · 17 years ago
  13. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  14. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  15. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  16. 0ac1555 m32r: convert to generic sys_ptrace by Christoph Hellwig · 17 years ago
  17. 1bcf548 Consolidate PTRACE_DETACH by Alexey Dobriyan · 17 years ago
  18. 7d94143 Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH by Roland McGrath · 17 years ago
  19. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 17 years ago
  20. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 17 years ago
  21. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 17 years ago
  22. 6175ecf Use write_trylock_irqsave in ptrace_attach by Sripathi Kodi · 17 years ago
  23. a5cb013 [PATCH] auditing ptrace by Al Viro · 18 years ago
  24. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  25. 0ec76a1 [PATCH] NOMMU: Check that access_process_vm() has a valid target by David Howells · 18 years ago
  26. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 19 years ago
  27. d5f70c0 [PATCH] coredump: kill ptrace related stuff by Oleg Nesterov · 19 years ago
  28. df26c40 [PATCH] proc: Cleanup proc_fd_access_allowed by Eric W. Biederman · 19 years ago
  29. f358166 ptrace_attach: fix possible deadlock schenario with irqs by Linus Torvalds · 19 years ago
  30. f5b40e3 Fix ptrace_attach()/ptrace_traceme()/de_thread() race by Linus Torvalds · 19 years ago
  31. e57a505 [PATCH] fix non-leader exec under ptrace by Roland McGrath · 19 years ago
  32. 524223c BUG_ON() Conversion in kernel/ptrace.c by Eric Sesterhenn · 19 years ago
  33. 9b678ec [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting by Oleg Nesterov · 19 years ago
  34. 5ecfbae [PATCH] fix zap_thread's ptrace related problems by Oleg Nesterov · 19 years ago
  35. 16bf134 [PATCH] compound page: no access_process_vm check by Hugh Dickins · 19 years ago
  36. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  37. 6b9c7ed [PATCH] use ptrace_get_task_struct in various places by Christoph Hellwig · 19 years ago
  38. 5bd0190 [PATCH] Fix crash when ptrace poking hugepage areas by David Gibson · 19 years ago
  39. 005f18d [PATCH] fix task_struct leak in ptrace by Christoph Hellwig · 19 years ago
  40. 28d838c Fix ptrace self-attach rule by Linus Torvalds · 19 years ago
  41. 481bed4 [PATCH] consolidate sys_ptrace() by Christoph Hellwig · 19 years ago
  42. 30e0fca [PATCH] ptrace/coredump/exit_group deadlock by Andrea Arcangeli · 19 years ago
  43. ab8d11b [PATCH] remove duplicated code from proc and ptrace by Miklos Szeredi · 19 years ago
  44. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 20 years ago
  45. d59dd46 [PATCH] use smp_mb/wmb/rmb where possible by akpm@osdl.org · 20 years ago
  46. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago