summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski2015-10-091-1/+1
* x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski2015-10-091-5/+1
* x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...Andy Lutomirski2015-10-071-1/+0
* x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski2015-09-221-1/+4
* x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-09-221-0/+11
* Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-100/+199
|\
| * x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski2015-07-171-0/+15
| * x86/nmi/64: Make the "NMI executing" variable more consistentAndy Lutomirski2015-07-171-6/+5
| * x86/nmi/64: Minor asm simplificationAndy Lutomirski2015-07-171-2/+1
| * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski2015-07-171-4/+25
| * x86/nmi/64: Reorder nested NMI checksAndy Lutomirski2015-07-171-16/+18
| * x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2015-07-171-66/+92
| * x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski2015-07-171-4/+58
| * x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski2015-07-171-17/+0
* | x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski2015-07-071-1/+0
* | x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...Andy Lutomirski2015-07-071-46/+18
* | x86/asm/entry/64: Simplify IRQ stack pt_regs handlingAndy Lutomirski2015-07-071-5/+3
* | x86/asm/entry/64: Save all regs on interrupt entryAndy Lutomirski2015-07-071-20/+9
* | x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...Andy Lutomirski2015-07-071-61/+8
* | x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski2015-07-071-12/+16
* | x86/entry/64/compat: Fix bad fast syscall arg failure pathAndy Lutomirski2015-07-071-1/+1
|/
* x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski2015-06-101-8/+31
* x86/asm/entry/64: Clean up entry_64.SIngo Molnar2015-06-081-416/+404
* Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-0/+7
* x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-081-5/+5
* x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar2015-06-071-1/+1
* x86/asm/entry/64: Remove pointless jump to irq_returnAndy Lutomirski2015-06-051-3/+1
* x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar2015-06-041-1/+1
* x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar2015-06-031-0/+1442
OpenPOWER on IntegriCloud