aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ptrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-03ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo1-0/+3
2014-06-06ptrace: fix fork event messages across pid namespacesMatthew Dempsky1-0/+32
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov1-10/+0
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov1-1/+0
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+4
2012-12-19new helper: current_user_stack_pointer()Al Viro1-0/+4
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+2
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro1-1/+1
2012-11-29new helper: signal_pt_regs()Al Viro1-0/+9
2012-11-29unify default ptrace_signal_deliverAl Viro1-0/+4
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-83/+5
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+4
2012-09-30new helper: current_pt_regs()Al Viro1-0/+4
2012-08-03ptrace: mark __ptrace_may_access() staticTetsuo Handa1-2/+0
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry1-1/+4
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko1-4/+1
2012-03-23ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can matchDenys Vlasenko1-1/+2
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko1-18/+15
2012-03-23ptrace: don't send SIGTRAP on exec if SEIZEDOleg Nesterov1-2/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-0/+10
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-0/+10
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-2/+3
2011-07-17ptrace: dont send SIGSTOP on auto-attach if PT_SEIZEDOleg Nesterov1-1/+5
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov1-0/+3
2011-07-17ptrace_init_task: initialize child->jobctl explicitlyOleg Nesterov1-6/+7
2011-06-27ptrace: ptrace_reparented() should check same_thread_group()Oleg Nesterov1-1/+1
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo1-0/+18
2011-06-22ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Tejun Heo1-8/+8
2011-06-22ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and tracehook_prepare_clone()Tejun Heo1-14/+32
2011-06-22ptrace: kill task_ptrace()Tejun Heo1-11/+0
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo1-0/+1
2011-06-16ptrace: implement PTRACE_INTERRUPTTejun Heo1-0/+1
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo1-0/+7
2011-06-04ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo1-1/+1
2011-04-25ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker1-1/+12
2011-03-04Mark ptrace_{traceme,attach,detach} staticLinus Torvalds1-3/+0
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim1-3/+6
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-12/+0
2010-03-12ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig1-0/+5
2010-02-23ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha1-0/+5
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha1-0/+15
2009-12-16ptrace: introduce user_single_step_siginfo() helperOleg Nesterov1-0/+12
2009-12-16ptrace: cleanup ptrace_init_task()->ptrace_link() pathOleg Nesterov1-8/+3
2009-06-18ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov1-1/+0
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger1-10/+0
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov1-1/+1
2009-04-02ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov1-0/+1