summaryrefslogtreecommitdiffstats
path: root/include/linux/tracehook.h
Commit message (Expand)AuthorAgeFilesLines
* trim task_work: get rid of hlistAl Viro2012-07-221-1/+1
* keys: kill the dummy key_replace_session_keyring()Oleg Nesterov2012-05-231-2/+0
* task_work_add: generic process-context callbacksOleg Nesterov2012-05-231-0/+11
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-0/+2
* TIF_NOTIFY_RESUME is defined on all targets nowAl Viro2012-05-231-2/+0
* ptrace: the killed tracee should not enter the syscallOleg Nesterov2012-03-231-4/+5
* kill tracehook_notify_death()Oleg Nesterov2011-06-271-34/+0
* ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2011-06-221-18/+0
* ptrace: kill clone/exec tracehooksTejun Heo2011-06-221-121/+0
* ptrace: kill trivial tracehooksTejun Heo2011-06-221-156/+0
* ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Tejun Heo2011-06-221-3/+1
* ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...Tejun Heo2011-06-221-13/+13
* ptrace: kill task_ptrace()Tejun Heo2011-06-221-8/+8
* signal: remove three noop tracehooksTejun Heo2011-06-041-52/+0
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-201-27/+0
|\
| * ptrace: Kill tracehook_notify_jctl()Tejun Heo2011-03-231-27/+0
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-271-1/+1
* ptrace: change tracehook_report_syscall_exit() to handle steppingOleg Nesterov2009-12-161-0/+7
* signals: tracehook_notify_jctl changeRoland McGrath2009-09-241-9/+25
* ptrace: tracehook_unsafe_exec(): remove the stale commentOleg Nesterov2009-06-181-1/+1
* ptrace: tracehook_report_clone: fix false positivesOleg Nesterov2009-06-041-6/+5
* tracehook_notify_death: use task_detached() helperOleg Nesterov2009-04-021-1/+1
* signals: remove 'handler' parameter to tracehook functionsOleg Nesterov2009-04-021-9/+4
* tracehook: comment pasto fixesRoland McGrath2008-09-051-1/+1
* tracehook: fix CLONE_PTRACERoland McGrath2008-08-071-1/+1
* tracehook: kerneldoc fixRoland McGrath2008-08-041-2/+3
* tracehook: fix exit_signal=0 caseRoland McGrath2008-08-011-8/+13
* tracehook: comment fixesRoland McGrath2008-07-261-11/+12
* tracehook: asm/syscall.hRoland McGrath2008-07-261-1/+2
* tracehook: TIF_NOTIFY_RESUMERoland McGrath2008-07-261-0/+34
* tracehook: force signal_pending()Roland McGrath2008-07-261-0/+14
* tracehook: deathRoland McGrath2008-07-261-0/+52
* tracehook: job controlRoland McGrath2008-07-261-0/+20
* tracehook: get_signal_to_deliverRoland McGrath2008-07-261-0/+29
* tracehook: syscallRoland McGrath2008-07-261-0/+70
* tracehook: tracehook_consider_fatal_signalRoland McGrath2008-07-261-0/+21
* tracehook: tracehook_consider_ignored_signalRoland McGrath2008-07-261-0/+19
* tracehook: tracehook_signal_handlerRoland McGrath2008-07-261-0/+23
* tracehook: tracehook_expect_breakpointsRoland McGrath2008-07-261-0/+15
* tracehook: tracehook_tracer_taskRoland McGrath2008-07-261-0/+18
* tracehook: release_taskRoland McGrath2008-07-261-0/+28
* tracehook: vfork-doneRoland McGrath2008-07-261-0/+18
* tracehook: cloneRoland McGrath2008-07-261-0/+100
* tracehook: exitRoland McGrath2008-07-261-0/+15
* tracehook: execRoland McGrath2008-07-261-0/+46
* tracehook: add linux/tracehook.hRoland McGrath2008-07-261-0/+52