summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/ptrace.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-301-0/+38
|\
| * x86: ptrace: Add function argument access APIMasami Hiramatsu2018-10-101-0/+38
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-1/+1
|\ \
| * | signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-191-1/+1
| |/
* | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-1/+1
|\ \
| * | x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-1/+1
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-7/+35
|\ \
| * | kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)2018-10-181-7/+35
| |/
* / x86/fault: Plumb error code and fault address through to fault handlersJann Horn2018-09-031-0/+2
|/
* bpf: add a bpf_override_function helperJosef Bacik2017-12-121-0/+5
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ptrace,x86: Make user_64bit_mode() available to 32-bit buildsRicardo Neri2017-11-011-1/+5
|/
* x86/asm/32: Fix regs_get_register() on segment registersAndy Lutomirski2017-08-101-0/+11
* x86/asm/32: Make pt_regs's segment registers be 16 bitsAndy Lutomirski2017-07-301-6/+26
* x86/entry: Get rid of two-phase syscall entry workAndy Lutomirski2016-06-141-6/+0
* x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-051-1/+0
* x86/asm/entry/32: Really make user_mode() work correctly for VM86 modeJan Beulich2015-05-291-1/+1
* x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar2015-03-311-17/+0
* x86/asm/entry: Remove user_mode_vm()Andy Lutomirski2015-03-231-5/+0
* x86/asm/entry: Make user_mode() work correctly if regs came from VM86 modeAndy Lutomirski2015-03-231-10/+7
* x86/asm/entry: Add user_mode_ignore_vm86()Andy Lutomirski2015-03-231-0/+17
* x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst2015-03-231-1/+1
* x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpathDenys Vlasenko2015-03-101-6/+2
* x86/asm/entry/64: Fix commentsDenys Vlasenko2015-03-041-3/+10
* x86: Split syscall_trace_enter into two phasesAndy Lutomirski2014-09-081-0/+5
* ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo2014-07-031-0/+16
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-0/+7
|\
| * new helper: compat_user_stack_pointer()Al Viro2012-12-191-0/+7
* | UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells2012-12-141-74/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-111-0/+9
|\ \ | |/ |/|
| * x86_32: Return actual stack when requesting sp from regsSteven Rostedt2012-11-191-0/+9
* | x86-32: Fix invalid stack address while in softirqRobert Richter2012-11-201-11/+4
|/
* x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-201-1/+0
* x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-041-0/+19
* x86: convert to asm-generic ptrace.hMike Frysinger2011-05-261-13/+5
* x86: Fix common misspellingsLucas De Marchi2011-03-181-2/+2
* x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-6/+0
* ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-121-7/+0
* x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu2010-01-131-4/+0
* ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov2009-12-161-0/+2
* x86: Fix comments of register/stack access functionsMasami Hiramatsu2009-12-021-4/+4
* x86: Add pt_regs register and stack access APIsMasami Hiramatsu2009-08-271-0/+62
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-5/+4
|\
| * x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-071-5/+4
* | x86, 32-bit: fix kernel_trap_sp()Masami Hiramatsu2009-05-121-3/+4
|/
* x86: make lazy %gs optional on x86_32Tejun Heo2009-02-101-2/+2
* x86, bts: add fork and exit handlingMarkus Metzger2008-12-201-0/+7
* x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger2008-12-121-36/+0