aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ptrace.h
Commit message (Expand)AuthorAge
* Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-24
|\
| * BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-04
* | ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko2012-03-23
* | ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can ...Denys Vlasenko2012-03-23
* | ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko2012-03-23
* | ptrace: don't send SIGTRAP on exec if SEIZEDOleg Nesterov2012-03-23
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-17
|\
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-17
* | ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-05
|/
* ptrace: dont send SIGSTOP on auto-attach if PT_SEIZEDOleg Nesterov2011-07-17
* ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov2011-07-17
* ptrace_init_task: initialize child->jobctl explicitlyOleg Nesterov2011-07-17
* ptrace: ptrace_reparented() should check same_thread_group()Oleg Nesterov2011-06-27
* ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2011-06-22
* ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Tejun Heo2011-06-22
* ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...Tejun Heo2011-06-22
* ptrace: kill task_ptrace()Tejun Heo2011-06-22
* ptrace: implement PTRACE_LISTENTejun Heo2011-06-16
* ptrace: implement PTRACE_INTERRUPTTejun Heo2011-06-16
* ptrace: implement PTRACE_SEIZETejun Heo2011-06-16
* ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo2011-06-04
* ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker2011-04-25
* Mark ptrace_{traceme,attach,detach} staticLinus Torvalds2011-03-04
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-27
* ptrace: change signature of sys_ptrace() and friendsNamhyung Kim2010-10-27
* x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-26
* ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-12
* ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha2010-02-23
* ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha2010-02-11
* ptrace: introduce user_single_step_siginfo() helperOleg Nesterov2009-12-16
* ptrace: cleanup ptrace_init_task()->ptrace_link() pathOleg Nesterov2009-12-16
* ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov2009-06-18
* x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-07
* forget_original_parent: split out the un-ptrace partOleg Nesterov2009-04-02
* ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov2009-04-02
* x86, bts: add fork and exit handlingMarkus Metzger2008-12-20
* make ptrace_untrace() staticAdrian Bunk2008-10-20
* tracehook: fix CLONE_PTRACERoland McGrath2008-08-07
* task_current_syscallRoland McGrath2008-07-26
* tracehook: release_taskRoland McGrath2008-07-26
* tracehook: cloneRoland McGrath2008-07-26
* tracehook: add linux/tracehook.hRoland McGrath2008-07-26
* Security: split proc ptrace checking into read vs. attachStephen Smalley2008-07-14
* ptrace: introduce ptrace_reparented() helperOleg Nesterov2008-04-30
* kill PT_ATTACHEDOleg Nesterov2008-02-08
* Add arch_ptrace_stopRoland McGrath2008-02-06
* ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath2008-01-30
* ptrace: arch_has_block_stepRoland McGrath2008-01-30
* ptrace: arch_has_single_stepRoland McGrath2008-01-30
* restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-02