aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAge
* ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov2011-05-25
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-20
|\
| * Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov2011-04-07
| |\
| | * ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/Oleg Nesterov2011-04-03
| | * ptrace: Always put ptracee into appropriate execution stateTejun Heo2011-03-23
| | * ptrace: Collapse ptrace_untrace() into __ptrace_unlink()Tejun Heo2011-03-23
| | * ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo2011-03-23
| | * ptrace: Remove the extra wake_up_state() from ptrace_detach()Tejun Heo2011-03-23
* | | ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker2011-04-25
|/ /
* / userns: allow ptrace from non-init user namespacesSerge E. Hallyn2011-03-23
|/
* Mark ptrace_{traceme,attach,detach} staticLinus Torvalds2011-03-04
* ptrace: use safer wake up on ptrace_detach()Tejun Heo2011-02-11
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-27
* ptrace: cleanup ptrace_request()Namhyung Kim2010-10-27
* ptrace: change signature of sys_ptrace() and friendsNamhyung Kim2010-10-27
* ptrace: annotate lock context change on exit_ptrace()Namhyung Kim2010-10-27
* ptrace: optimize exit_ptrace() for the likely caseOleg Nesterov2010-08-11
* ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov2010-05-27
* ptrace: unify FDPIC implementationsMike Frysinger2010-05-27
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-18
|\
| * x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-26
* | ptrace: Cleanup useless headerAlessio Igor Bogani2010-04-26
* | ptrace: kill BKL in ptrace syscallArnd Bergmann2010-04-10
|/
* ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha2010-02-23
* ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha2010-02-11
* ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov2009-09-24
* Merge branch 'master' into nextJames Morris2009-07-13
|\
| * cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov2009-07-06
* | security: rename ptrace_may_access => ptrace_access_checkIngo Molnar2009-06-24
|/
* ptrace: don't take tasklist to get/set ->last_siginfoOleg Nesterov2009-06-18
* ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov2009-06-18
* ptrace: do not use task_lock() for attachOleg Nesterov2009-06-18
* ptrace: cleanup check/set of PT_PTRACED during attachOleg Nesterov2009-06-18
* ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mmOleg Nesterov2009-06-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-11
|\
| * Merge branch 'master' into nextJames Morris2009-06-08
| |\
| * | CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells2009-05-10
* | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\ \ \ | |_|/ |/| |
| * | Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-07
| |\ \ | | |/ | |/|
| | * Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-24
| | |\
| | * | x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-07
* | | | ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov2009-06-04
|/ / /
* | / ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov2009-04-27
| |/ |/|
* | ptrace: fix exit_ptrace() vs ptrace_traceme() raceOleg Nesterov2009-04-13
* | ptrace: some checkpatch fixesRoland McGrath2009-04-08
|/
* Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-04-03
|\
| * ptrace: remove a useless gotoAmérico Wang2009-03-10
* | ptrace_untrace: fix the SIGNAL_STOP_STOPPED checkOleg Nesterov2009-04-02
* | ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logicOleg Nesterov2009-04-02
* | forget_original_parent: split out the un-ptrace partOleg Nesterov2009-04-02