summaryrefslogtreecommitdiff
path: root/include/linux/ptrace.h
AgeCommit message (Expand)Author
2024-02-12ptrace: Introduce exception_ip arch hookJiaxun Yang
2022-10-23kill signal_pt_regs()Al Viro
2022-05-11ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman
2022-03-18ptrace: Return the signal to continue with from ptrace_stopEric W. Biederman
2022-03-18ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-03-10ptrace: Move ptrace_report_syscall into ptrace.hEric W. Biederman
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