summaryrefslogtreecommitdiff
path: root/include/linux/tracehook.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-0/+2
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2020-12-12kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe1-4/+0
2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi1-1/+1
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi1-8/+9
2020-11-09Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe1-0/+27
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner1-2/+2
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe1-0/+27
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-2/+2
2019-07-17ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova1-3/+6
2019-07-09Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-06memcg: 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-24keys: kill the dummy key_replace_session_keyring()Oleg Nesterov1-2/+0
2012-05-24task_work_add: generic process-context callbacksOleg Nesterov1-0/+11
2012-05-24move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-0/+2
2012-05-24TIF_NOTIFY_RESUME is defined on all targets nowAl Viro1-2/+0
2012-03-24ptrace: 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 trac...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-21Merge 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-28signals: 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-19ptrace: tracehook_unsafe_exec(): remove the stale commentOleg Nesterov1-1/+1
2009-06-05ptrace: tracehook_report_clone: fix false positivesOleg Nesterov1-6/+5
2009-04-03tracehook_notify_death: use task_detached() helperOleg Nesterov1-1/+1
2009-04-03signals: remove 'handler' parameter to tracehook functionsOleg Nesterov1-9/+4
2008-09-06tracehook: comment pasto fixesRoland McGrath1-1/+1
2008-08-08tracehook: fix CLONE_PTRACERoland McGrath1-1/+1
2008-08-05tracehook: kerneldoc fixRoland McGrath1-2/+3
2008-08-01tracehook: fix exit_signal=0 caseRoland McGrath1-8/+13
2008-07-27tracehook: comment fixesRoland McGrath1-11/+12
2008-07-26tracehook: asm/syscall.hRoland McGrath1-1/+2