summaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-271-2/+2
* ptrace: cleanup ptrace_request()Namhyung Kim2010-10-271-7/+7
* ptrace: change signature of sys_ptrace() and friendsNamhyung Kim2010-10-271-6/+10
* ptrace: annotate lock context change on exit_ptrace()Namhyung Kim2010-10-271-0/+2
* ptrace: optimize exit_ptrace() for the likely caseOleg Nesterov2010-08-111-3/+9
* ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov2010-05-271-2/+8
* ptrace: unify FDPIC implementationsMike Frysinger2010-05-271-0/+20
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-1/+0
|\
| * x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-1/+0
* | ptrace: Cleanup useless headerAlessio Igor Bogani2010-04-261-1/+0
* | ptrace: kill BKL in ptrace syscallArnd Bergmann2010-04-101-10/+0
|/
* ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha2010-02-231-1/+1
* ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha2010-02-111-0/+88
* ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov2009-09-241-4/+7
* Merge branch 'master' into nextJames Morris2009-07-141-2/+2
|\
| * cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov2009-07-061-2/+2
* | security: rename ptrace_may_access => ptrace_access_checkIngo Molnar2009-06-251-1/+1
|/
* ptrace: don't take tasklist to get/set ->last_siginfoOleg Nesterov2009-06-181-10/+6
* ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov2009-06-181-13/+3
* ptrace: do not use task_lock() for attachOleg Nesterov2009-06-181-46/+13
* ptrace: cleanup check/set of PT_PTRACED during attachOleg Nesterov2009-06-181-50/+51
* ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mmOleg Nesterov2009-06-181-9/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-111-4/+5
|\
| * Merge branch 'master' into nextJames Morris2009-06-091-0/+2
| |\
| * | CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells2009-05-111-4/+5
* | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-10/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-071-10/+0
| |\ \ | | |/ | |/|
| | * Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-241-12/+11
| | |\
| | * | x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-071-10/+0
* | | | ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov2009-06-041-0/+2
|/ / /
* | | ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov2009-04-271-2/+2
| |/ |/|
* | ptrace: fix exit_ptrace() vs ptrace_traceme() raceOleg Nesterov2009-04-131-3/+4
* | ptrace: some checkpatch fixesRoland McGrath2009-04-081-9/+7
|/
* Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-04-031-2/+0
|\
| * ptrace: remove a useless gotoAmérico Wang2009-03-101-2/+0
* | ptrace_untrace: fix the SIGNAL_STOP_STOPPED checkOleg Nesterov2009-04-021-3/+7
* | ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logicOleg Nesterov2009-04-021-4/+0
* | forget_original_parent: split out the un-ptrace partOleg Nesterov2009-04-021-2/+76
* | ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov2009-04-021-2/+7
* | ptrace: kill __ptrace_detach(), fix ->exit_state checkOleg Nesterov2009-04-021-13/+9
|/
* [CVE-2009-0029] System call wrappers part 27Heiko Carstens2009-01-141-1/+1
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-0/+12
|\
| * x86, bts: add fork and exit handlingMarkus Metzger2008-12-201-0/+12
* | Merge branch 'master' into nextJames Morris2008-12-041-2/+2
|\ \ | |/
| * remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-2/+2
* | CRED: Inaugurate COW credentialsDavid Howells2008-11-141-0/+9
* | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-9/+13
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-9/+10
* | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-6/+9
|/
* make ptrace_untrace() staticAdrian Bunk2008-10-201-1/+1
OpenPOWER on IntegriCloud