aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ptrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman1-1/+1
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)1-3/+8
2018-12-03Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar1-17/+0
2018-11-28ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner1-17/+0
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang1-0/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+11
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-09-26x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina1-2/+19
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman1-6/+11
2018-08-03fork: Skip setting TIF_SIGPENDING in ptrace_init_taskEric W. Biederman1-2/+0
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-4/+0
2017-06-19m68k: Remove ptrace_signal_deliverAndreas Schwab1-4/+0
2017-05-23ptrace: Properly initialize ptracer_cred on forkEric W. Biederman1-2/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-0/+3
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman1-1/+0
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+23
2015-07-15seccomp: add ptrace options for suspend/resumeTycho Andersen1-0/+1
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent()Oleg Nesterov1-1/+1
2014-07-03ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo1-0/+3
2014-06-06ptrace: fix fork event messages across pid namespacesMatthew Dempsky1-0/+32
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov1-10/+0
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov1-1/+0
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+4
2012-12-19new helper: current_user_stack_pointer()Al Viro1-0/+4
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+2
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro1-1/+1
2012-11-29new helper: signal_pt_regs()Al Viro1-0/+9
2012-11-29unify default ptrace_signal_deliverAl Viro1-0/+4
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-83/+5
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+4
2012-09-30new helper: current_pt_regs()Al Viro1-0/+4
2012-08-03ptrace: mark __ptrace_may_access() staticTetsuo Handa1-2/+0
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry1-1/+4
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko1-4/+1
2012-03-23ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can matchDenys Vlasenko1-1/+2
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko1-18/+15
2012-03-23ptrace: don't send SIGTRAP on exec if SEIZEDOleg Nesterov1-2/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-0/+10
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-0/+10
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-2/+3
2011-07-17ptrace: dont send SIGSTOP on auto-attach if PT_SEIZEDOleg Nesterov1-1/+5
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov1-0/+3
2011-07-17ptrace_init_task: initialize child->jobctl explicitlyOleg Nesterov1-6/+7
2011-06-27ptrace: ptrace_reparented() should check same_thread_group()Oleg Nesterov1-1/+1
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo1-0/+18