aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-09-25ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov1-13/+10
2011-07-18connector: add an event for monitoring process tracersVladimir Zapolskiy1-1/+6
2011-06-27do not change dead_task->exit_signalOleg Nesterov1-1/+0
2011-06-27__ptrace_detach: avoid task_detached(), check do_notify_parent()Oleg Nesterov1-15/+18
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo1-3/+39
2011-06-16ptrace: implement PTRACE_INTERRUPTTejun Heo1-2/+27
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo1-6/+29
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo1-3/+9
2011-06-04ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo1-2/+8
2011-06-04job control: introduce task_set_jobctl_pending()Tejun Heo1-3/+3
2011-06-04ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo1-5/+19
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo1-6/+6
2011-06-04ptrace: remove silly wait_trap variable from ptrace_attach()Tejun Heo1-3/+1
2011-05-25ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov1-1/+1
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-37/+81
2011-04-25ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker1-0/+17
2011-04-07Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptraceOleg Nesterov1-37/+81
2011-04-04ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/Oleg Nesterov1-5/+3
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn1-12/+15
2011-03-23ptrace: Always put ptracee into appropriate execution stateTejun Heo1-20/+39
2011-03-23ptrace: Collapse ptrace_untrace() into __ptrace_unlink()Tejun Heo1-25/+15
2011-03-23ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo1-5/+44
2011-03-23ptrace: Remove the extra wake_up_state() from ptrace_detach()Tejun Heo1-2/+0
2011-03-04Mark ptrace_{traceme,attach,detach} staticLinus Torvalds1-3/+3
2011-02-11ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-2/+2
2010-10-27ptrace: cleanup ptrace_request()Namhyung Kim1-7/+7
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim1-6/+10
2010-10-27ptrace: annotate lock context change on exit_ptrace()Namhyung Kim1-0/+2
2010-08-11ptrace: optimize exit_ptrace() for the likely caseOleg Nesterov1-3/+9
2010-05-27ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov1-2/+8
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger1-0/+20
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2010-04-26ptrace: Cleanup useless headerAlessio Igor Bogani1-1/+0
2010-04-10ptrace: kill BKL in ptrace syscallArnd Bergmann1-10/+0
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-1/+0
2010-02-23ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha1-1/+1
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha1-0/+88
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/jmorris/security-testing-2.6Linus Torvalds1-4/+5
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+0