aboutsummaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
AgeCommit message (Expand)Author
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn
2011-03-04Mark ptrace_{traceme,attach,detach} staticLinus Torvalds
2011-02-11ptrace: use safer wake up on ptrace_detach()Tejun Heo
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
2010-10-27ptrace: cleanup ptrace_request()Namhyung Kim
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim
2010-10-27ptrace: annotate lock context change on exit_ptrace()Namhyung Kim
2010-08-11ptrace: optimize exit_ptrace() for the likely caseOleg Nesterov
2010-05-27ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-04-26ptrace: Cleanup useless headerAlessio Igor Bogani
2010-04-10ptrace: kill BKL in ptrace syscallArnd Bergmann
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-02-23ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov
2009-07-14Merge branch 'master' into nextJames Morris
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar
2009-06-18ptrace: don't take tasklist to get/set ->last_siginfoOleg Nesterov
2009-06-18ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov
2009-06-18ptrace: do not use task_lock() for attachOleg Nesterov
2009-06-18ptrace: cleanup check/set of PT_PTRACED during attachOleg Nesterov
2009-06-18ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mmOleg Nesterov
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-09Merge branch 'master' into nextJames Morris
2009-06-04ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar
2009-04-27ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar
2009-04-13ptrace: fix exit_ptrace() vs ptrace_traceme() raceOleg Nesterov
2009-04-08ptrace: some checkpatch fixesRoland McGrath
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger
2009-04-03Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-04-02ptrace_untrace: fix the SIGNAL_STOP_STOPPED checkOleg Nesterov
2009-04-02ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logicOleg Nesterov
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov
2009-04-02ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov
2009-04-02ptrace: kill __ptrace_detach(), fix ->exit_state checkOleg Nesterov
2009-03-10ptrace: remove a useless gotoAmérico Wang
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger
2008-12-04Merge branch 'master' into nextJames Morris
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells