summaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov2013-07-091-0/+1
* ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov2013-07-091-16/+0
* ptrace: add ability to get/set signal-blocked maskAndrey Vagin2013-07-031-2/+42
* Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers2013-06-291-9/+11
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin2013-04-301-0/+80
* uprobes: Add exports for module useJosh Stone2013-02-081-0/+6
* ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-01-221-10/+54
* ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-01-221-4/+4
* ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov2013-01-201-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-171-0/+3
|\
| * ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov2012-12-171-0/+3
* | userns: Kill task_user_nsEric W. Biederman2012-11-201-2/+8
|/
* ptrace: mark __ptrace_may_access() staticTetsuo Handa2012-08-031-1/+2
* userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman2012-05-031-7/+6
* userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-071-2/+2
* ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko2012-03-231-15/+0
* ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko2012-03-231-10/+21
* ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko2012-03-231-23/+8
* ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko2012-03-231-1/+4
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-3/+11
|\
| * ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-2/+10
| * capabilities: remove task_ns_* functionsEric Paris2012-01-051-2/+2
* | 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