aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ptrace.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoGravatar Eric W. Biederman 1-1/+1
2019-04-04ptrace: Remove maxargs from task_current_syscall()Gravatar Steven Rostedt (Red Hat) 1-3/+8
2018-12-03Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeGravatar Ingo Molnar 1-17/+0
2018-11-28ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSGravatar Thomas Gleixner 1-17/+0
2018-11-23x86/headers: Fix -Wmissing-prototypes warningGravatar Yi Wang 1-0/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+11
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-09-26x86/speculation: Apply IBPB more strictly to avoid cross-process data leakGravatar Jiri Kosina 1-2/+19
2018-09-19signal: Simplify tracehook_report_syscall_exitGravatar Eric W. Biederman 1-6/+11
2018-08-03fork: Skip setting TIF_SIGPENDING in ptrace_init_taskGravatar Eric W. Biederman 1-2/+0
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+0
2017-06-19m68k: Remove ptrace_signal_deliverGravatar Andreas Schwab 1-4/+0
2017-05-23ptrace: Properly initialize ptracer_cred on forkGravatar Eric W. Biederman 1-2/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmGravatar Eric W. Biederman 1-0/+3
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPGravatar Eric W. Biederman 1-1/+0
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksGravatar Jann Horn 1-1/+23
2015-07-15seccomp: add ptrace options for suspend/resumeGravatar Tycho Andersen 1-0/+1
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Gravatar Oleg Nesterov 1-1/+1
2014-07-03ptrace,x86: force IRET path after a ptrace_stop()Gravatar Tejun Heo 1-0/+3
2014-06-06ptrace: fix fork event messages across pid namespacesGravatar Matthew Dempsky 1-0/+32
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Gravatar Oleg Nesterov 1-10/+0
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Gravatar Oleg Nesterov 1-1/+0
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+4
2012-12-19new helper: current_user_stack_pointer()Gravatar Al Viro 1-0/+4
2012-12-17ptrace: introduce PTRACE_O_EXITKILLGravatar Oleg Nesterov 1-0/+2
2012-11-29get rid of ptrace_signal_deliver() argumentsGravatar Al Viro 1-1/+1
2012-11-29new helper: signal_pt_regs()Gravatar Al Viro 1-0/+9
2012-11-29unify default ptrace_signal_deliverGravatar Al Viro 1-0/+4
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-83/+5
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+4
2012-09-30new helper: current_pt_regs()Gravatar Al Viro 1-0/+4
2012-08-03ptrace: mark __ptrace_may_access() staticGravatar Tetsuo Handa 1-2/+0
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportGravatar Will Drewry 1-1/+4
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 1-0/+1
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitGravatar Denys Vlasenko 1-4/+1
2012-03-23ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can ...Gravatar Denys Vlasenko 1-1/+2
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeGravatar Denys Vlasenko 1-18/+15
2012-03-23ptrace: don't send SIGTRAP on exec if SEIZEDGravatar Oleg Nesterov 1-2/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+10
2012-01-17Audit: push audit success and retcode into arch ptrace.hGravatar Eric Paris 1-0/+10
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statGravatar Eric Paris 1-2/+3
2011-07-17ptrace: dont send SIGSTOP on auto-attach if PT_SEIZEDGravatar Oleg Nesterov 1-1/+5
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Gravatar Oleg Nesterov 1-0/+3
2011-07-17ptrace_init_task: initialize child->jobctl explicitlyGravatar Oleg Nesterov 1-6/+7
2011-06-27ptrace: ptrace_reparented() should check same_thread_group()Gravatar Oleg Nesterov 1-1/+1
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Gravatar Tejun Heo 1-0/+18