summaryrefslogtreecommitdiff
path: root/include/linux/ptrace.h
AgeCommit message (Expand)Author
2021-10-06ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman
2021-02-26include/linux: remove repeated wordsRandy Dunlap
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)
2018-12-03Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar
2018-11-28ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-09-26x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman
2018-08-03fork: Skip setting TIF_SIGPENDING in ptrace_init_taskEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-06-19m68k: Remove ptrace_signal_deliverAndreas Schwab
2017-05-23ptrace: Properly initialize ptracer_cred on forkEric W. Biederman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2015-07-15seccomp: add ptrace options for suspend/resumeTycho Andersen
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov
2014-07-03ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo
2014-06-06ptrace: fix fork event messages across pid namespacesMatthew Dempsky
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19new helper: current_user_stack_pointer()Al Viro
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro
2012-11-29new helper: signal_pt_regs()Al Viro
2012-11-29unify default ptrace_signal_deliverAl Viro
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-30new helper: current_pt_regs()Al Viro
2012-08-03ptrace: mark __ptrace_may_access() staticTetsuo Handa
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko
2012-03-23ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can ...Denys Vlasenko
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko
2012-03-23ptrace: don't send SIGTRAP on exec if SEIZEDOleg Nesterov
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris
2011-07-17ptrace: dont send SIGSTOP on auto-attach if PT_SEIZEDOleg Nesterov
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov
2011-07-17ptrace_init_task: initialize child->jobctl explicitlyOleg Nesterov