summaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov1-4/+7
2009-07-14Merge branch 'master' into nextJames Morris1-2/+2
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov1-2/+2
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar1-1/+1
2009-06-18ptrace: don't take tasklist to get/set ->last_siginfoOleg Nesterov1-10/+6
2009-06-18ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov1-13/+3
2009-06-18ptrace: do not use task_lock() for attachOleg Nesterov1-46/+13
2009-06-18ptrace: cleanup check/set of PT_PTRACED during attachOleg Nesterov1-50/+51
2009-06-18ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mmOleg Nesterov1-9/+10
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+5
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+0
2009-06-09Merge branch 'master' into nextJames Morris1-0/+2
2009-06-04ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov1-0/+2
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells1-4/+5
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar1-10/+0
2009-04-27ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov1-2/+2
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar1-12/+11
2009-04-13ptrace: fix exit_ptrace() vs ptrace_traceme() raceOleg Nesterov1-3/+4
2009-04-08ptrace: some checkpatch fixesRoland McGrath1-9/+7
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger1-10/+0
2009-04-03Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2009-04-02ptrace_untrace: fix the SIGNAL_STOP_STOPPED checkOleg Nesterov1-3/+7
2009-04-02ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logicOleg Nesterov1-4/+0
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov1-2/+76
2009-04-02ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov1-2/+7
2009-04-02ptrace: kill __ptrace_detach(), fix ->exit_state checkOleg Nesterov1-13/+9
2009-03-10ptrace: remove a useless gotoAmérico Wang1-2/+0
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens1-1/+1
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+12
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger1-0/+12
2008-12-04Merge branch 'master' into nextJames Morris1-2/+2
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+2
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-0/+9
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-9/+13
2008-11-14CRED: Separate task security context from task_structDavid Howells1-9/+10
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-6/+9
2008-10-20make ptrace_untrace() staticAdrian Bunk1-1/+1
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells1-3/+2
2008-07-26tracehook: wait_task_inactiveRoland McGrath1-1/+1
2008-07-16ptrace children revampRoland McGrath1-13/+24
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley1-7/+8
2008-05-01make generic sys_ptrace unconditionalChristoph Hellwig1-2/+0
2008-04-30ptrace: permit ptracing of /sbin/initOleg Nesterov1-8/+0
2008-04-30ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov1-2/+1
2008-04-30ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov1-1/+1
2008-04-28ptrace: conditionalize compat_ptrace_requestRoland McGrath1-5/+2
2008-04-21ptrace: compat_ptrace_request siginfoRoland McGrath1-13/+35
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov1-2/+5
2008-02-08kill PT_ATTACHEDOleg Nesterov1-4/+2
2008-02-06kernel/ptrace.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1