sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / kernel / ptrace.c
2009-09-24 Oleg Nesterovptrace: __ptrace_detach: do __wake_up_parent() if we...
2009-07-13 James MorrisMerge branch 'master' into next
2009-07-06 Oleg Nesterovcred_guard_mutex: do not return -EINTR to user-space
2009-06-24 Ingo Molnarsecurity: rename ptrace_may_access => ptrace_access_check
2009-06-18 Oleg Nesterovptrace: don't take tasklist to get/set ->last_siginfo
2009-06-18 Oleg Nesterovptrace_get_task_struct: s/tasklist/rcu/, make it static
2009-06-18 Oleg Nesterovptrace: do not use task_lock() for attach
2009-06-18 Oleg Nesterovptrace: cleanup check/set of PT_PTRACED during attach
2009-06-18 Oleg Nesterovptrace: ptrace_attach: check PF_KTHREAD + exit_state...
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-06-08 James MorrisMerge branch 'master' into next
2009-06-05 Oleg Nesterovptrace: revert "ptrace_detach: the wrong wakeup breaks...
2009-05-10 David HowellsCRED: Rename cred_exec_mutex to reflect that it's a...
2009-05-07 Ingo MolnarMerge branch 'tracing/hw-branch-tracing' into tracing...
2009-04-27 Oleg Nesterovptrace: ptrace_attach: fix the usage of ->cred_exec_mutex
2009-04-24 Ingo MolnarMerge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing
2009-04-13 Oleg Nesterovptrace: fix exit_ptrace() vs ptrace_traceme() race
2009-04-08 Roland McGrathptrace: some checkpatch fixes
2009-04-07 Markus Metzgerx86, ptrace: add bts context unconditionally
2009-04-04 Linus TorvaldsMerge branch 'core-cleanups-for-linus' of git://git...
2009-04-03 Oleg Nesterovptrace_untrace: fix the SIGNAL_STOP_STOPPED check
2009-04-03 Oleg Nesterovptrace_detach: the wrong wakeup breaks the ERESTARTxxx...
2009-04-03 Oleg Nesterovforget_original_parent: split out the un-ptrace part
2009-04-03 Oleg Nesterovptrace: fix possible zombie leak on PTRACE_DETACH
2009-04-03 Oleg Nesterovptrace: kill __ptrace_detach(), fix ->exit_state check
2009-03-10 Américo Wangptrace: remove a useless goto
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 27
2008-12-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2008-12-20 Markus Metzgerx86, bts: add fork and exit handling
2008-12-04 James MorrisMerge branch 'master' into next
2008-11-30 Christoph Hellwigremove __ARCH_WANT_COMPAT_SYS_PTRACE
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Wrap task credential accesses in the core kernel
2008-10-20 Adrian Bunkmake ptrace_untrace() static
2008-08-14 David Howellssecurity: Fix setting of PF_SUPERPRIV by __capable()
2008-07-26 Roland McGrathtracehook: wait_task_inactive
2008-07-17 Roland McGrathptrace children revamp
2008-07-14 Stephen SmalleySecurity: split proc ptrace checking into read vs....
2008-05-01 Christoph Hellwigmake generic sys_ptrace unconditional
2008-04-30 Oleg Nesterovptrace: permit ptracing of /sbin/init
2008-04-30 Oleg Nesterovptrace: ptrace_attach: use send_sig_info() instead...
2008-04-30 Oleg Nesterovptrace: __ptrace_unlink: use the ptrace_reparented...
2008-04-28 Roland McGrathptrace: conditionalize compat_ptrace_request
2008-04-21 Roland McGrathptrace: compat_ptrace_request siginfo
2008-02-08 Oleg Nesterovptrace_check_attach: remove unneeded ->signal != NULL...
2008-02-08 Oleg Nesterovkill PT_ATTACHED
2008-02-06 Adrian Bunkkernel/ptrace.c should #include <linux/syscalls.h>
2008-02-06 Oleg Nesterovuse __set_task_state() for TRACED/STOPPED tasks
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 Roland McGrathx86: compat_sys_ptrace
2008-01-30 Roland McGrathx86: compat_ptrace_request
2008-01-30 Roland McGrathx86: ptrace_request peekdata/pokedata
2008-01-30 Roland McGrathptrace: generic PTRACE_SINGLEBLOCK
2008-01-30 Roland McGrathptrace: generic resume
2008-01-25 Haavard Skinnemoenptrace: Call arch_ptrace_attach() when request=PTRACE_T...
2008-01-02 Linus TorvaldsFix kernel/ptrace.c compile problem (missing "may_attac...
2008-01-02 Al Virorestrict reading from /proc/<pid>/maps to those who...
2007-12-06 Matthew Wilcoxptrace: Use task_is_*
2007-10-19 Pavel EmelyanovIsolate some explicit usage of task->tgid
2007-10-19 Pavel EmelyanovUninline find_task_by_xxx set of functions
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-16 Christoph Hellwigm32r: convert to generic sys_ptrace
2007-10-16 Alexey DobriyanConsolidate PTRACE_DETACH
2007-09-11 Roland McGrathFix spurious syscall tracing after PTRACE_DETACH +...
2007-07-19 Kawai, Hidehirocoredump masking: reimplementation of dumpable using...
2007-07-17 Alexey DobriyanPTRACE_POKEDATA consolidation
2007-07-17 Alexey DobriyanPTRACE_PEEKDATA consolidation
2007-07-16 Sripathi KodiUse write_trylock_irqsave in ptrace_attach
2007-05-11 Al Viro[PATCH] auditing ptrace
2006-09-29 Sukadev Bhattiprolu[PATCH] pidspace: is_init()
2006-09-27 David Howells[PATCH] NOMMU: Check that access_process_vm() has a...
2006-07-03 Ingo Molnar[PATCH] sched: cleanup, remove task_t, convert to struc...
2006-06-26 Oleg Nesterov[PATCH] coredump: kill ptrace related stuff
2006-06-26 Eric W. Biederman[PATCH] proc: Cleanup proc_fd_access_allowed
2006-05-11 Linus Torvaldsptrace_attach: fix possible deadlock schenario with...
2006-05-07 Linus TorvaldsFix ptrace_attach()/ptrace_traceme()/de_thread() race
2006-04-14 Roland McGrath[PATCH] fix non-leader exec under ptrace
2006-04-02 Eric SesterhennBUG_ON() Conversion in kernel/ptrace.c
2006-03-29 Oleg Nesterov[PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting
2006-02-15 Oleg Nesterov[PATCH] fix zap_thread's ptrace related problems
2006-02-15 Hugh Dickins[PATCH] compound page: no access_process_vm check
2006-01-12 Randy.Dunlap[PATCH] move capable() to capability.h
2006-01-09 Christoph Hellwig[PATCH] use ptrace_get_task_struct in various places
2005-11-30 David Gibson[PATCH] Fix crash when ptrace poking hugepage areas
2005-11-14 Christoph Hellwig[PATCH] fix task_struct leak in ptrace
2005-11-09 Linus TorvaldsFix ptrace self-attach rule
2005-11-07 Christoph Hellwig[PATCH] consolidate sys_ptrace()
2005-10-31 Andrea Arcangeli[PATCH] ptrace/coredump/exit_group deadlock
2005-09-07 Miklos Szeredi[PATCH] remove duplicated code from proc and ptrace
2005-05-01 Jesper Juhl[PATCH] convert that currently tests _NSIG directly...
2005-05-01 akpm@osdl.org[PATCH] use smp_mb/wmb/rmb where possible
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2