summaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-29Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers1-9/+11
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-30ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin1-0/+80
2013-02-08uprobes: Add exports for module useJosh Stone1-0/+6
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov1-10/+54
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov1-4/+4
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov1-1/+1
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+3
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+3
2012-11-20userns: Kill task_user_nsEric W. Biederman1-2/+8
2012-08-03ptrace: mark __ptrace_may_access() staticTetsuo Handa1-1/+2
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman1-7/+6
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman1-2/+2
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko1-15/+0
2012-03-23ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko1-10/+21
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko1-23/+8
2012-03-23ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko1-1/+4
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-3/+11
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-2/+10
2012-01-05capabilities: remove task_ns_* functionsEric Paris1-2/+2
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov1-1/+12
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/mis...Oleg 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