- 96b6352 x86_64, entry: Remove the syscall exit audit and schedule optimizations by Andy Lutomirski · 11 years ago
- 2a23c6b x86_64, entry: Use sysret to return to userspace when possible by Andy Lutomirski · 11 years ago
- 772a9ac Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux into x86/asm by Ingo Molnar · 10 years ago
- 0fcedc8 x86_64 entry: Fix RCX for ptraced syscalls by Andy Lutomirski · 10 years ago
- f6f6468 x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole user by Denys Vlasenko · 10 years ago
- af9cfe2 x86: entry_64.S: delete unused code by Denys Vlasenko · 10 years ago
- 48e08d0 x86, entry: Switch stacks on a paranoid entry from userspace by Andy Lutomirski · 10 years ago
- e589c9e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 2414e02 x86: Avoid building unused IRQ entry stubs by Jan Beulich · 10 years ago
- 27d6ec7 x86: hook up execveat system call by David Drysdale · 10 years ago
- b645af2 x86_64, traps: Rework bad_iret by Andy Lutomirski · 10 years ago
- 6f442be x86_64, traps: Stop using IST for #SS by Andy Lutomirski · 10 years ago
- af726f2 x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C by Andy Lutomirski · 10 years ago
- 1dcf74f x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscalls by Andy Lutomirski · 11 years ago
- 54eea99 x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscalls by Andy Lutomirski · 11 years ago
- 19d402c Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 7209a75 x86_64/entry/xen: Do not invoke espfix64 on Xen by Andy Lutomirski · 11 years ago
- 3bab13b x86/debug: Drop several unnecessary CFI annotations by Jan Beulich · 11 years ago
- 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 214b931 Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
- 2071b3e Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
- 577ed45 x86_64, entry: Merge paranoidzeroentry_ist into idtentry by Andy Lutomirski · 11 years ago
- cb5dd2c x86_64, entry: Merge most 64-bit asm entry macros by Andy Lutomirski · 11 years ago
- 1bd24ef x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotations by Andy Lutomirski · 11 years ago
- e18eead3 ftrace/x86: Move the mcount/fentry code out of entry_64.S by Steven Rostedt · 11 years ago
- 34273f4 x86, espfix: Make it possible to disable 16-bit support by H. Peter Anvin · 11 years ago
- 3891a04 x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack by H. Peter Anvin · 11 years ago
- be8f274 kprobes: Prohibit probing on .entry.text code by Masami Hiramatsu · 11 years ago
- 1739f09 ftrace/x86: Load ftrace_ops in parameter not the variable holding it by Steven Rostedt · 11 years ago
- 7971e23 Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
- 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
- 7d65f4a irq: Consolidate do_softirq() arch overriden implementations by Frederic Weisbecker · 12 years ago
- c2daa3b sched, x86: Provide a per-cpu preempt_count implementation by Peter Zijlstra · 12 years ago
- c0da0fa x86: Remove now-unused save_rest() by Borislav Petkov · 12 years ago
- 96a3d99 Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 12 years ago
- 33e5ff6 x86/tracing: Add config option checking to the definitions of mce handlers by Seiji Aguchi · 12 years ago
- cf910e8 x86, trace: Add irq vector tracepoints by Seiji Aguchi · 12 years ago
- d78f266 KVM: VMX: Register a new IPI for posted interrupt by Yang Zhang · 12 years ago
- 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- bc2b033 X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts by K. Y. Srinivasan · 12 years ago
- 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
- b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
- ea93a6e amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve() by Al Viro · 12 years ago
- 444723d x86-64: Fix unwind annotations in recent NMI changes by Jan Beulich · 12 years ago
- 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
- 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
- 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 0019fab Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 630e1e0 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
- 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
- 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
- ee4eb87 x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions by Jan Beulich · 12 years ago
- 28696f4 x86: Don't clobber top of pt_regs in nested NMI by Salman Qazi · 12 years ago
- e05dacd Merge commit 'v3.7-rc1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
- a349e23d1 xen/x86: don't corrupt %eip when returning from a signal handler by David Vrabel · 12 years ago
- 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 22e2430d x86, um: convert to saner kernel_execve() semantics by Al Viro · 12 years ago
- 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 15385df Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- da83479 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 13 years ago
- 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
- 0430499 x86: Use the new schedule_user API on userspace preemption by Frederic Weisbecker · 13 years ago
- 1b2b23d x86_64: Work around old GAS bug by Tao Guo · 12 years ago
- 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
- 47d5a5f ftrace/x86-64: Allow to change RIP in handlers by Steven Rostedt · 13 years ago
- 6eebdda x86: Drop unnecessary kernel_eflags variable on 64-bit by Ian Campbell · 13 years ago
- d57c5d5 ftrace/x86: Add support for -mfentry to x86_64 by Steven Rostedt · 14 years ago
- bcada3d Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
- 26198c2 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
- 5767cfe ftrace/x86: Remove function_trace_stop check from graph caller by Steven Rostedt · 13 years ago
- 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 13 years ago
- 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 14 years ago
- 52aec33 x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR by Alex Shi · 13 years ago
- 7fbb98c x86: Save cr2 in NMI in case NMIs take a page fault by Steven Rostedt · 13 years ago
- 5963e31 ftrace/x86: Do not change stacks in DEBUG when calling lockdep by Steven Rostedt · 13 years ago
- d7abc0f x86, extable: Remove open-coded exception table entries in arch/x86/kernel/entry_64.S by H. Peter Anvin · 13 years ago
- a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 4c64616 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- e24b90b Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into x86/asm by Ingo Molnar · 13 years ago
- 458ce29 Merge branch 'linus' into x86/asm by Ingo Molnar · 13 years ago
- 928282e x86-64: Fix CFI data for common_interrupt() by Mark Wielaard · 13 years ago
- 79fb4ad x86: Fix the NMI nesting comments by Steven Rostedt · 13 years ago
- 6946646 x86-64: Improve insn scheduling in SAVE_ARGS_IRQ by Jan Beulich · 13 years ago
- 6261091 x86-64: Fix CFI annotations for NMI nesting code by Jan Beulich · 13 years ago
- a38449ef x86: Specify a size for the cmp in the NMI handler by Steven Rostedt · 13 years ago
- d1a797f x32: Handle process creation by H. Peter Anvin · 13 years ago
- c5a3739 x32: Signal-related system calls by H. Peter Anvin · 13 years ago
- fca460f x32: Handle the x32 system call flag by H. Peter Anvin · 13 years ago
- 45d5a16 x86/nmi: Test saved %cs in NMI to determine nested NMI case by Steven Rostedt · 13 years ago
- f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
- b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
- d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
- 83c2f91 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago