summaryrefslogtreecommitdiff
path: root/include/linux/ptrace.h
AgeCommit message (Expand)Author
2011-07-17ptrace: dont send SIGSTOP on auto-attach if PT_SEIZEDOleg Nesterov
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov
2011-07-17ptrace_init_task: initialize child->jobctl explicitlyOleg Nesterov
2011-06-27ptrace: ptrace_reparented() should check same_thread_group()Oleg Nesterov
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo
2011-06-22ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Tejun Heo
2011-06-22ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...Tejun Heo
2011-06-22ptrace: kill task_ptrace()Tejun Heo
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo
2011-06-16ptrace: implement PTRACE_INTERRUPTTejun Heo
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo
2011-06-04ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo
2011-04-25ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker
2011-03-04Mark ptrace_{traceme,attach,detach} staticLinus Torvalds
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-12ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig
2010-02-23ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha
2009-12-16ptrace: introduce user_single_step_siginfo() helperOleg Nesterov
2009-12-16ptrace: cleanup ptrace_init_task()->ptrace_link() pathOleg Nesterov
2009-06-18ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov
2009-04-02ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger
2008-10-20make ptrace_untrace() staticAdrian Bunk
2008-08-07tracehook: fix CLONE_PTRACERoland McGrath
2008-07-26task_current_syscallRoland McGrath
2008-07-26tracehook: release_taskRoland McGrath
2008-07-26tracehook: cloneRoland McGrath
2008-07-26tracehook: add linux/tracehook.hRoland McGrath
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley
2008-04-30ptrace: introduce ptrace_reparented() helperOleg Nesterov
2008-02-08kill PT_ATTACHEDOleg Nesterov
2008-02-06Add arch_ptrace_stopRoland McGrath
2008-01-30ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath
2008-01-30ptrace: arch_has_block_stepRoland McGrath
2008-01-30ptrace: arch_has_single_stepRoland McGrath
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan
2006-09-29[PATCH] Use decimal for PTRACE_ATTACH and PTRACE_DETACH.Roland McGrath
2006-06-26[PATCH] coredump: kill ptrace related stuffOleg Nesterov
2006-06-23[PATCH] ptrace: document the locking rulesEric W. Biederman
2006-02-15[PATCH] fix zap_thread's ptrace related problemsOleg Nesterov
2006-01-08[PATCH] PTRACE_SYSEMU is only for i386 and clashes with other ptrace codes of...Paolo 'Blaisorblade' Giarrusso
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig