summaryrefslogtreecommitdiff
path: root/include/linux/tracehook.h
AgeCommit message (Expand)Author
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-12kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe
2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi
2020-11-09Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-19keys: Cache result of request_key*() temporarily in task_structDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner
2018-11-12x86/ptrace: Fix documentation for tracehook_report_syscall_entry()Elvira Khabirova
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman
2018-07-09blkcg: add generic throttling mechanismJosef Bacik
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2015-11-05memcg: punt high overage reclaim to return-to-userland pathTejun Heo
2014-08-06tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2012-07-22trim task_work: get rid of hlistAl Viro
2012-05-23keys: kill the dummy key_replace_session_keyring()Oleg Nesterov
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-23TIF_NOTIFY_RESUME is defined on all targets nowAl Viro
2012-03-23ptrace: the killed tracee should not enter the syscallOleg Nesterov
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