aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ptrace.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+0
2017-06-19m68k: Remove ptrace_signal_deliverGravatar Andreas Schwab 1-4/+0
2017-05-23ptrace: Properly initialize ptracer_cred on forkGravatar Eric W. Biederman 1-2/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmGravatar Eric W. Biederman 1-0/+3
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPGravatar Eric W. Biederman 1-1/+0
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksGravatar Jann Horn 1-1/+23
2015-07-15seccomp: add ptrace options for suspend/resumeGravatar Tycho Andersen 1-0/+1
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Gravatar Oleg Nesterov 1-1/+1
2014-07-03ptrace,x86: force IRET path after a ptrace_stop()Gravatar Tejun Heo 1-0/+3
2014-06-06ptrace: fix fork event messages across pid namespacesGravatar Matthew Dempsky 1-0/+32
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Gravatar Oleg Nesterov 1-10/+0
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Gravatar Oleg Nesterov 1-1/+0
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+4
2012-12-19new helper: current_user_stack_pointer()Gravatar Al Viro 1-0/+4
2012-12-17ptrace: introduce PTRACE_O_EXITKILLGravatar Oleg Nesterov 1-0/+2
2012-11-29get rid of ptrace_signal_deliver() argumentsGravatar Al Viro 1-1/+1
2012-11-29new helper: signal_pt_regs()Gravatar Al Viro 1-0/+9
2012-11-29unify default ptrace_signal_deliverGravatar Al Viro 1-0/+4
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-83/+5
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+4
2012-09-30new helper: current_pt_regs()Gravatar Al Viro 1-0/+4
2012-08-03ptrace: mark __ptrace_may_access() staticGravatar Tetsuo Handa 1-2/+0
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportGravatar Will Drewry 1-1/+4
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 1-0/+1
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitGravatar Denys Vlasenko 1-4/+1
2012-03-23ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can ...Gravatar Denys Vlasenko 1-1/+2
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeGravatar Denys Vlasenko 1-18/+15
2012-03-23ptrace: don't send SIGTRAP on exec if SEIZEDGravatar Oleg Nesterov 1-2/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+10
2012-01-17Audit: push audit success and retcode into arch ptrace.hGravatar Eric Paris 1-0/+10
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statGravatar Eric Paris 1-2/+3
2011-07-17ptrace: dont send SIGSTOP on auto-attach if PT_SEIZEDGravatar Oleg Nesterov 1-1/+5
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Gravatar Oleg Nesterov 1-0/+3
2011-07-17ptrace_init_task: initialize child->jobctl explicitlyGravatar Oleg Nesterov 1-6/+7
2011-06-27ptrace: ptrace_reparented() should check same_thread_group()Gravatar Oleg Nesterov 1-1/+1
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Gravatar Tejun Heo 1-0/+18
2011-06-22ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Gravatar Tejun Heo 1-8/+8
2011-06-22ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...Gravatar Tejun Heo 1-14/+32
2011-06-22ptrace: kill task_ptrace()Gravatar Tejun Heo 1-11/+0
2011-06-16ptrace: implement PTRACE_LISTENGravatar Tejun Heo 1-0/+1
2011-06-16ptrace: implement PTRACE_INTERRUPTGravatar Tejun Heo 1-0/+1
2011-06-16ptrace: implement PTRACE_SEIZEGravatar Tejun Heo 1-0/+7
2011-06-04ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsGravatar Tejun Heo 1-1/+1
2011-04-25ptrace: Prepare to fix racy accesses on task breakpointsGravatar Frederic Weisbecker 1-1/+12
2011-03-04Mark ptrace_{traceme,attach,detach} staticGravatar Linus Torvalds 1-3/+0
2010-10-27ptrace: change signature of arch_ptrace()Gravatar Namhyung Kim 1-1/+2
2010-10-27ptrace: change signature of sys_ptrace() and friendsGravatar Namhyung Kim 1-3/+6
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codeGravatar Peter Zijlstra 1-12/+0