aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-24x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski1-6/+2
2015-11-24x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski1-1/+18
2015-10-09x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski1-1/+1
2015-10-09x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski1-5/+1
2015-10-07x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode()Andy Lutomirski1-1/+0
2015-09-22x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski1-1/+4
2015-09-22x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski1-0/+11
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-100/+199
2015-07-17x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski1-0/+15
2015-07-17x86/nmi/64: Make the "NMI executing" variable more consistentAndy Lutomirski1-6/+5
2015-07-17x86/nmi/64: Minor asm simplificationAndy Lutomirski1-2/+1
2015-07-17x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski1-4/+25
2015-07-17x86/nmi/64: Reorder nested NMI checksAndy Lutomirski1-16/+18
2015-07-17x86/nmi/64: Improve nested NMI commentsAndy Lutomirski1-66/+92
2015-07-17x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski1-4/+58
2015-07-17x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski1-17/+0
2015-07-07x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski1-1/+0
2015-07-07x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembly codeAndy Lutomirski1-46/+18
2015-07-07x86/asm/entry/64: Simplify IRQ stack pt_regs handlingAndy Lutomirski1-5/+3
2015-07-07x86/asm/entry/64: Save all regs on interrupt entryAndy Lutomirski1-20/+9
2015-07-07x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and remove old assembly codeAndy Lutomirski1-61/+8
2015-07-07x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski1-12/+16
2015-07-07x86/entry/64/compat: Fix bad fast syscall arg failure pathAndy Lutomirski1-1/+1
2015-06-10x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski1-8/+31
2015-06-08x86/asm/entry/64: Clean up entry_64.SIngo Molnar1-416/+404
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar1-0/+1447
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32Ingo Molnar1-5/+5
2015-06-07x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar1-1/+1
2015-06-05x86/asm/entry/64: Remove pointless jump to irq_returnAndy Lutomirski1-3/+1
2015-06-04x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar1-1/+1
2015-06-03x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar1-0/+1442