aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/tracehook.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova1-3/+6
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+7
2019-06-19keys: Cache result of request_key*() temporarily in task_structDavid Howells1-0/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner1-4/+1
2018-11-12x86/ptrace: Fix documentation for tracehook_report_syscall_entry()Elvira Khabirova1-2/+2
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman1-9/+4
2018-07-09blkcg: add generic throttling mechanismJosef Bacik1-0/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2015-11-05memcg: punt high overage reclaim to return-to-userland pathTejun Heo1-0/+3
2014-08-06tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger1-7/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2012-07-22trim task_work: get rid of hlistAl Viro1-1/+1
2012-05-23keys: kill the dummy key_replace_session_keyring()Oleg Nesterov1-2/+0
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov1-0/+11
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-0/+2
2012-05-23TIF_NOTIFY_RESUME is defined on all targets nowAl Viro1-2/+0
2012-03-23ptrace: the killed tracee should not enter the syscallOleg Nesterov1-4/+5
2011-06-27kill tracehook_notify_death()Oleg Nesterov1-34/+0
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo1-18/+0
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo1-121/+0
2011-06-22ptrace: kill trivial tracehooksTejun Heo1-156/+0
2011-06-22ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Tejun Heo1-3/+1
2011-06-22ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and tracehook_prepare_clone()Tejun Heo1-13/+13
2011-06-22ptrace: kill task_ptrace()Tejun Heo1-8/+8
2011-06-04signal: remove three noop tracehooksTejun Heo1-52/+0
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-27/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-23ptrace: Kill tracehook_notify_jctl()Tejun Heo1-27/+0
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-1/+1
2009-12-16ptrace: change tracehook_report_syscall_exit() to handle steppingOleg Nesterov1-0/+7
2009-09-24signals: tracehook_notify_jctl changeRoland McGrath1-9/+25
2009-06-18ptrace: tracehook_unsafe_exec(): remove the stale commentOleg Nesterov1-1/+1
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov1-6/+5
2009-04-02tracehook_notify_death: use task_detached() helperOleg Nesterov1-1/+1
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov1-9/+4
2008-09-05tracehook: comment pasto fixesRoland McGrath1-1/+1
2008-08-07tracehook: fix CLONE_PTRACERoland McGrath1-1/+1
2008-08-04tracehook: kerneldoc fixRoland McGrath1-2/+3
2008-08-01tracehook: fix exit_signal=0 caseRoland McGrath1-8/+13
2008-07-26tracehook: comment fixesRoland McGrath1-11/+12
2008-07-26tracehook: asm/syscall.hRoland McGrath1-1/+2
2008-07-26tracehook: TIF_NOTIFY_RESUMERoland McGrath1-0/+34
2008-07-26tracehook: force signal_pending()Roland McGrath1-0/+14
2008-07-26tracehook: deathRoland McGrath1-0/+52
2008-07-26tracehook: job controlRoland McGrath1-0/+20
2008-07-26tracehook: get_signal_to_deliverRoland McGrath1-0/+29
2008-07-26tracehook: syscallRoland McGrath1-0/+70
2008-07-26tracehook: tracehook_consider_fatal_signalRoland McGrath1-0/+21
2008-07-26tracehook: tracehook_consider_ignored_signalRoland McGrath1-0/+19
2008-07-26tracehook: tracehook_signal_handlerRoland McGrath1-0/+23