aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/ptrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-31x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar1-17/+0
2015-03-23x86/asm/entry: Remove user_mode_vm()Andy Lutomirski1-5/+0
2015-03-23x86/asm/entry: Make user_mode() work correctly if regs came from VM86 modeAndy Lutomirski1-10/+7
2015-03-23x86/asm/entry: Add user_mode_ignore_vm86()Andy Lutomirski1-0/+17
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst1-1/+1
2015-03-10x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpathDenys Vlasenko1-6/+2
2015-03-04x86/asm/entry/64: Fix commentsDenys Vlasenko1-3/+10
2014-09-08x86: Split syscall_trace_enter into two phasesAndy Lutomirski1-0/+5
2014-07-03ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo1-0/+16
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+7
2012-12-19new helper: compat_user_stack_pointer()Al Viro1-0/+7
2012-12-14UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells1-74/+1
2012-12-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2012-11-20x86-32: Fix invalid stack address while in softirqRobert Richter1-11/+4
2012-11-19x86_32: Return actual stack when requesting sp from regsSteven Rostedt1-0/+9
2012-02-20x86: Move some signal-handling definitions to a common headerH. Peter Anvin1-1/+0
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski1-0/+19
2011-05-26x86: convert to asm-generic ptrace.hMike Frysinger1-13/+5
2011-03-18x86: Fix common misspellingsLucas De Marchi1-2/+2
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-6/+0
2010-03-12ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig1-7/+0
2010-01-13x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu1-4/+0
2009-12-16ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov1-0/+2
2009-12-02x86: Fix comments of register/stack access functionsMasami Hiramatsu1-4/+4
2009-08-27x86: Add pt_regs register and stack access APIsMasami Hiramatsu1-0/+62
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+4
2009-05-12x86, 32-bit: fix kernel_trap_sp()Masami Hiramatsu1-3/+4
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger1-5/+4
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo1-2/+2
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger1-0/+7
2008-12-12x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger1-36/+0
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+0
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+280