summaryrefslogtreecommitdiff
path: root/include/linux/tracehook.h
AgeCommit message (Expand)Author
2011-06-27kill tracehook_notify_death()Oleg Nesterov
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo
2011-06-22ptrace: kill trivial tracehooksTejun 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-04signal: remove three noop tracehooksTejun Heo
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23ptrace: Kill tracehook_notify_jctl()Tejun Heo
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
2009-12-16ptrace: change tracehook_report_syscall_exit() to handle steppingOleg Nesterov
2009-09-24signals: tracehook_notify_jctl changeRoland McGrath
2009-06-18ptrace: tracehook_unsafe_exec(): remove the stale commentOleg Nesterov
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov
2009-04-02tracehook_notify_death: use task_detached() helperOleg Nesterov
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov
2008-09-05tracehook: comment pasto fixesRoland McGrath
2008-08-07tracehook: fix CLONE_PTRACERoland McGrath
2008-08-04tracehook: kerneldoc fixRoland McGrath
2008-08-01tracehook: fix exit_signal=0 caseRoland McGrath
2008-07-26tracehook: comment fixesRoland McGrath
2008-07-26tracehook: asm/syscall.hRoland McGrath
2008-07-26tracehook: TIF_NOTIFY_RESUMERoland McGrath
2008-07-26tracehook: force signal_pending()Roland McGrath
2008-07-26tracehook: deathRoland McGrath
2008-07-26tracehook: job controlRoland McGrath
2008-07-26tracehook: get_signal_to_deliverRoland McGrath
2008-07-26tracehook: syscallRoland McGrath
2008-07-26tracehook: tracehook_consider_fatal_signalRoland McGrath
2008-07-26tracehook: tracehook_consider_ignored_signalRoland McGrath
2008-07-26tracehook: tracehook_signal_handlerRoland McGrath
2008-07-26tracehook: tracehook_expect_breakpointsRoland McGrath
2008-07-26tracehook: tracehook_tracer_taskRoland McGrath
2008-07-26tracehook: release_taskRoland McGrath
2008-07-26tracehook: vfork-doneRoland McGrath
2008-07-26tracehook: cloneRoland McGrath
2008-07-26tracehook: exitRoland McGrath
2008-07-26tracehook: execRoland McGrath
2008-07-26tracehook: add linux/tracehook.hRoland McGrath