summaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2012-01-041-1/+12
* | kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
|/
* ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov2011-09-251-13/+10
* connector: add an event for monitoring process tracersVladimir Zapolskiy2011-07-181-1/+6
* do not change dead_task->exit_signalOleg Nesterov2011-06-271-1/+0
* __ptrace_detach: avoid task_detached(), check do_notify_parent()Oleg Nesterov2011-06-271-15/+18
* ptrace: implement PTRACE_LISTENTejun Heo2011-06-161-3/+39
* ptrace: implement PTRACE_INTERRUPTTejun Heo2011-06-161-2/+27
* ptrace: implement PTRACE_SEIZETejun Heo2011-06-161-6/+29
* job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo2011-06-161-3/+9
* ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo2011-06-041-2/+8
* job control: introduce task_set_jobctl_pending()Tejun Heo2011-06-041-3/+3
* ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo2011-06-041-5/+19
* job control: rename signal->group_stop and flags to jobctl and update themTejun Heo2011-06-041-6/+6
* ptrace: remove silly wait_trap variable from ptrace_attach()Tejun Heo2011-06-041-3/+1
* ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov2011-05-251-1/+1
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-201-37/+81
|\
| * Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov2011-04-071-37/+81
| |\
| | * ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/Oleg Nesterov2011-04-041-5/+3
| | * ptrace: Always put ptracee into appropriate execution stateTejun Heo2011-03-231-20/+39
| | * ptrace: Collapse ptrace_untrace() into __ptrace_unlink()Tejun Heo2011-03-231-25/+15
| | * ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo2011-03-231-5/+44
| | * ptrace: Remove the extra wake_up_state() from ptrace_detach()Tejun Heo2011-03-231-2/+0
* | | ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker2011-04-251-0/+17
|/ /
* | userns: allow ptrace from non-init user namespacesSerge E. Hallyn2011-03-231-12/+15
|/
* Mark ptrace_{traceme,attach,detach} staticLinus Torvalds2011-03-041-3/+3
* ptrace: use safer wake up on ptrace_detach()Tejun Heo2011-02-111-1/+1
* 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
|\
OpenPOWER on IntegriCloud