| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-10-23 | 1 | -7/+35 |
|\ |
|
| * | kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stack | Steven Rostedt (VMware) | 2018-10-18 | 1 | -7/+35 |
* | | x86/fault: Plumb error code and fault address through to fault handlers | Jann Horn | 2018-09-03 | 1 | -0/+2 |
|/ |
|
* | bpf: add a bpf_override_function helper | Josef Bacik | 2017-12-12 | 1 | -0/+5 |
* | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | ptrace,x86: Make user_64bit_mode() available to 32-bit builds | Ricardo Neri | 2017-11-01 | 1 | -1/+5 |
|/ |
|
* | x86/asm/32: Fix regs_get_register() on segment registers | Andy Lutomirski | 2017-08-10 | 1 | -0/+11 |
* | x86/asm/32: Make pt_regs's segment registers be 16 bits | Andy Lutomirski | 2017-07-30 | 1 | -6/+26 |
* | x86/entry: Get rid of two-phase syscall entry work | Andy Lutomirski | 2016-06-14 | 1 | -6/+0 |
* | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks | Andy Lutomirski | 2015-08-05 | 1 | -1/+0 |
* | x86/asm/entry/32: Really make user_mode() work correctly for VM86 mode | Jan Beulich | 2015-05-29 | 1 | -1/+1 |
* | x86/asm/entry: Remove user_mode_ignore_vm86() | Ingo Molnar | 2015-03-31 | 1 | -17/+0 |
* | x86/asm/entry: Remove user_mode_vm() | Andy Lutomirski | 2015-03-23 | 1 | -5/+0 |
* | x86/asm/entry: Make user_mode() work correctly if regs came from VM86 mode | Andy Lutomirski | 2015-03-23 | 1 | -10/+7 |
* | x86/asm/entry: Add user_mode_ignore_vm86() | Andy Lutomirski | 2015-03-23 | 1 | -0/+17 |
* | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET | Brian Gerst | 2015-03-23 | 1 | -1/+1 |
* | x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpath | Denys Vlasenko | 2015-03-10 | 1 | -6/+2 |
* | x86/asm/entry/64: Fix comments | Denys Vlasenko | 2015-03-04 | 1 | -3/+10 |
* | x86: Split syscall_trace_enter into two phases | Andy Lutomirski | 2014-09-08 | 1 | -0/+5 |
* | ptrace,x86: force IRET path after a ptrace_stop() | Tejun Heo | 2014-07-03 | 1 | -0/+16 |
* | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-06 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-20 | 1 | -0/+7 |
|\ |
|
| * | new helper: compat_user_stack_pointer() | Al Viro | 2012-12-19 | 1 | -0/+7 |
* | | UAPI: (Scripted) Disintegrate arch/x86/include/asm | David Howells | 2012-12-14 | 1 | -74/+1 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-12-11 | 1 | -0/+9 |
|\ \
| |/
|/| |
|
| * | x86_32: Return actual stack when requesting sp from regs | Steven Rostedt | 2012-11-19 | 1 | -0/+9 |
* | | x86-32: Fix invalid stack address while in softirq | Robert Richter | 2012-11-20 | 1 | -11/+4 |
|/ |
|
* | x86: Move some signal-handling definitions to a common header | H. Peter Anvin | 2012-02-20 | 1 | -1/+0 |
* | x86-64: Add user_64bit_mode paravirt op | Andy Lutomirski | 2011-08-04 | 1 | -0/+19 |
* | x86: convert to asm-generic ptrace.h | Mike Frysinger | 2011-05-26 | 1 | -13/+5 |
* | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 1 | -2/+2 |
* | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 | 1 | -6/+0 |
* | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h | Christoph Hellwig | 2010-03-12 | 1 | -7/+0 |
* | x86/ptrace: Remove unused regs_get_argument_nth API | Masami Hiramatsu | 2010-01-13 | 1 | -4/+0 |
* | ptrace: x86: implement user_single_step_siginfo() | Oleg Nesterov | 2009-12-16 | 1 | -0/+2 |
* | x86: Fix comments of register/stack access functions | Masami Hiramatsu | 2009-12-02 | 1 | -4/+4 |
* | x86: Add pt_regs register and stack access APIs | Masami Hiramatsu | 2009-08-27 | 1 | -0/+62 |
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 1 | -5/+4 |
|\ |
|
| * | x86, ptrace: add bts context unconditionally | Markus Metzger | 2009-04-07 | 1 | -5/+4 |
* | | x86, 32-bit: fix kernel_trap_sp() | Masami Hiramatsu | 2009-05-12 | 1 | -3/+4 |
|/ |
|
* | x86: make lazy %gs optional on x86_32 | Tejun Heo | 2009-02-10 | 1 | -2/+2 |
* | x86, bts: add fork and exit handling | Markus Metzger | 2008-12-20 | 1 | -0/+7 |
* | x86, bts: provide in-kernel branch-trace interface | Markus Metzger | 2008-12-12 | 1 | -36/+0 |
* | remove __ARCH_WANT_COMPAT_SYS_PTRACE | Christoph Hellwig | 2008-11-30 | 1 | -2/+0 |
* | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 2008-10-22 | 1 | -3/+3 |
* | x86, um: ... and asm-x86 move | Al Viro | 2008-10-22 | 1 | -0/+280 |