aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tracehook.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestGravatar Elvira Khabirova 1-3/+6
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+7
2019-06-19keys: Cache result of request_key*() temporarily in task_structGravatar David Howells 1-0/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Gravatar Thomas Gleixner 1-4/+1
2018-11-12x86/ptrace: Fix documentation for tracehook_report_syscall_entry()Gravatar Elvira Khabirova 1-2/+2
2018-09-19signal: Simplify tracehook_report_syscall_exitGravatar Eric W. Biederman 1-9/+4
2018-07-09blkcg: add generic throttling mechanismGravatar Josef Bacik 1-0/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+1
2015-11-05memcg: punt high overage reclaim to return-to-userland pathGravatar Tejun Heo 1-0/+3
2014-08-06tracehook_signal_handler: Remove sig, info, ka and regsGravatar Richard Weinberger 1-7/+1
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-1/+1
2012-07-22trim task_work: get rid of hlistGravatar Al Viro 1-1/+1
2012-05-23keys: kill the dummy key_replace_session_keyring()Gravatar Oleg Nesterov 1-2/+0
2012-05-23task_work_add: generic process-context callbacksGravatar Oleg Nesterov 1-0/+11
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Gravatar Al Viro 1-0/+2
2012-05-23TIF_NOTIFY_RESUME is defined on all targets nowGravatar Al Viro 1-2/+0
2012-03-23ptrace: the killed tracee should not enter the syscallGravatar Oleg Nesterov 1-4/+5
2011-06-27kill tracehook_notify_death()Gravatar Oleg Nesterov 1-34/+0
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Gravatar Tejun Heo 1-18/+0
2011-06-22ptrace: kill clone/exec tracehooksGravatar Tejun Heo 1-121/+0
2011-06-22ptrace: kill trivial tracehooksGravatar Tejun Heo 1-156/+0
2011-06-22ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Gravatar Tejun Heo 1-3/+1
2011-06-22ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...Gravatar Tejun Heo 1-13/+13
2011-06-22ptrace: kill task_ptrace()Gravatar Tejun Heo 1-8/+8
2011-06-04signal: remove three noop tracehooksGravatar Tejun Heo 1-52/+0
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscGravatar Linus Torvalds 1-27/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-23ptrace: Kill tracehook_notify_jctl()Gravatar Tejun Heo 1-27/+0
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structGravatar KOSAKI Motohiro 1-1/+1
2009-12-16ptrace: change tracehook_report_syscall_exit() to handle steppingGravatar Oleg Nesterov 1-0/+7
2009-09-24signals: tracehook_notify_jctl changeGravatar Roland McGrath 1-9/+25
2009-06-18ptrace: tracehook_unsafe_exec(): remove the stale commentGravatar Oleg Nesterov 1-1/+1
2009-06-04ptrace: tracehook_report_clone: fix false positivesGravatar Oleg Nesterov 1-6/+5
2009-04-02tracehook_notify_death: use task_detached() helperGravatar Oleg Nesterov 1-1/+1
2009-04-02signals: remove 'handler' parameter to tracehook functionsGravatar Oleg Nesterov 1-9/+4
2008-09-05tracehook: comment pasto fixesGravatar Roland McGrath 1-1/+1
2008-08-07tracehook: fix CLONE_PTRACEGravatar Roland McGrath 1-1/+1
2008-08-04tracehook: kerneldoc fixGravatar Roland McGrath 1-2/+3
2008-08-01tracehook: fix exit_signal=0 caseGravatar Roland McGrath 1-8/+13
2008-07-26tracehook: comment fixesGravatar Roland McGrath 1-11/+12
2008-07-26tracehook: asm/syscall.hGravatar Roland McGrath 1-1/+2
2008-07-26tracehook: TIF_NOTIFY_RESUMEGravatar Roland McGrath 1-0/+34
2008-07-26tracehook: force signal_pending()Gravatar Roland McGrath 1-0/+14
2008-07-26tracehook: deathGravatar Roland McGrath 1-0/+52
2008-07-26tracehook: job controlGravatar Roland McGrath 1-0/+20
2008-07-26tracehook: get_signal_to_deliverGravatar Roland McGrath 1-0/+29
2008-07-26tracehook: syscallGravatar Roland McGrath 1-0/+70
2008-07-26tracehook: tracehook_consider_fatal_signalGravatar Roland McGrath 1-0/+21
2008-07-26tracehook: tracehook_consider_ignored_signalGravatar Roland McGrath 1-0/+19
2008-07-26tracehook: tracehook_signal_handlerGravatar Roland McGrath 1-0/+23