aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tracehook.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-56/+0
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-51/+0
2022-03-10resume_user_mode: Remove #ifdef TIF_NOTIFY_RESUME in set_notify_resumeEric W. Biederman1-2/+0
2022-03-10signal: Move set_notify_signal and clear_notify_signal into sched/signal.hEric W. Biederman1-17/+0
2022-03-10task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman1-13/+2
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman1-2/+7
2022-03-10task_work: Introduce task_work_pendingEric W. Biederman1-2/+2
2022-03-10ptrace: Remove tracehook_signal_handlerEric W. Biederman1-17/+0
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-51/+0
2022-03-10ptrace: Move ptrace_report_syscall into ptrace.hEric W. Biederman1-26/+0
2022-01-08ptrace: Remove unused regs argument from ptrace_report_syscallEric W. Biederman1-4/+3
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/kernel/git/tip/tip into tif-task_work.archJens 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-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-2/+2
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