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