summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/ptrace.h
AgeCommit message (Expand)Author
2020-09-09tracing/kprobes, x86/ptrace: Fix regs argument order for i386Vamshi K Sthambamkadi
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-01x86: don't use asm-generic/ptrace.hChristoph Hellwig
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2019-05-29signal/x86: Remove task parameter from send_sigtrapEric W. Biederman
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-10-18kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)
2018-10-10x86: ptrace: Add function argument access APIMasami Hiramatsu
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman
2018-09-03x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross
2018-09-03x86/fault: Plumb error code and fault address through to fault handlersJann Horn
2017-12-12bpf: add a bpf_override_function helperJosef Bacik
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01ptrace,x86: Make user_64bit_mode() available to 32-bit buildsRicardo Neri
2017-08-10x86/asm/32: Fix regs_get_register() on segment registersAndy Lutomirski
2017-07-30x86/asm/32: Make pt_regs's segment registers be 16 bitsAndy Lutomirski
2016-06-14x86/entry: Get rid of two-phase syscall entry workAndy Lutomirski
2015-08-05x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski
2015-05-29x86/asm/entry/32: Really make user_mode() work correctly for VM86 modeJan Beulich
2015-03-31x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar
2015-03-23x86/asm/entry: Remove user_mode_vm()Andy Lutomirski
2015-03-23x86/asm/entry: Make user_mode() work correctly if regs came from VM86 modeAndy Lutomirski
2015-03-23x86/asm/entry: Add user_mode_ignore_vm86()Andy Lutomirski
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst
2015-03-10x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpathDenys Vlasenko
2015-03-04x86/asm/entry/64: Fix commentsDenys Vlasenko
2014-09-08x86: Split syscall_trace_enter into two phasesAndy Lutomirski
2014-07-03ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19new helper: compat_user_stack_pointer()Al Viro
2012-12-14UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells
2012-12-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-11-20x86-32: Fix invalid stack address while in softirqRobert Richter
2012-11-19x86_32: Return actual stack when requesting sp from regsSteven Rostedt
2012-02-20x86: Move some signal-handling definitions to a common headerH. Peter Anvin
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski
2011-05-26x86: convert to asm-generic ptrace.hMike Frysinger
2011-03-18x86: Fix common misspellingsLucas De Marchi
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-12ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig
2010-01-13x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu
2009-12-16ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov
2009-12-02x86: Fix comments of register/stack access functionsMasami Hiramatsu
2009-08-27x86: Add pt_regs register and stack access APIsMasami Hiramatsu