summaryrefslogtreecommitdiffstats
path: root/include/linux/tracehook.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-4/+0
|\
| * kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-4/+0
| * Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe2020-11-091-0/+27
| |\
* | | ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-1/+1
* | | ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi2020-11-161-8/+9
* | | Merge branch 'core/urgent' into core/entryThomas Gleixner2020-11-041-2/+2
|\| | | |/ |/|
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-2/+2
* | entry: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-10-291-0/+27
|/
* ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova2019-07-161-3/+6
* Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-0/+7
|\
| * keys: Cache result of request_key*() temporarily in task_structDavid Howells2019-06-191-0/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-301-4/+1
|/
* x86/ptrace: Fix documentation for tracehook_report_syscall_entry()Elvira Khabirova2018-11-121-2/+2
* signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-191-9/+4
* blkcg: add generic throttling mechanismJosef Bacik2018-07-091-0/+2
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* memcg: punt high overage reclaim to return-to-userland pathTejun Heo2015-11-051-0/+3
* tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger2014-08-061-7/+1
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* 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