summaryrefslogtreecommitdiff
path: root/arch/x86/entry/entry_64.S
AgeCommit message (Expand)Author
2018-03-11x86/syscall: Sanitize syscall table de-references under speculation fixJiri Slaby
2018-01-23x86/mce: Make machine check speculation protectedThomas Gleixner
2018-01-23x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-01-05kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins
2018-01-05kaiser: paranoid_entry pass cr3 need to paranoid_exitHugh Dickins
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins
2018-01-05kaiser: enhanced by kernel and user PCIDsDave Hansen
2018-01-05kaiser: delete KAISER_REAL_SWITCH optionHugh Dickins
2018-01-05kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSETHugh Dickins
2018-01-05kaiser: fix regs to do_nmi() ifndef CONFIG_KAISERHugh Dickins
2018-01-05kaiser: merged updateDave Hansen
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2017-08-24x86/asm/64: Clear AC on NMI entriesAndy Lutomirski
2015-11-24x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski
2015-10-09x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski
2015-10-09x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski
2015-10-07x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...Andy Lutomirski
2015-09-22x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski
2015-09-22x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar
2015-07-17x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski
2015-07-17x86/nmi/64: Make the "NMI executing" variable more consistentAndy Lutomirski
2015-07-17x86/nmi/64: Minor asm simplificationAndy Lutomirski
2015-07-17x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski
2015-07-17x86/nmi/64: Reorder nested NMI checksAndy Lutomirski
2015-07-17x86/nmi/64: Improve nested NMI commentsAndy Lutomirski
2015-07-17x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski
2015-07-17x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski
2015-07-07x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski
2015-07-07x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...Andy Lutomirski
2015-07-07x86/asm/entry/64: Simplify IRQ stack pt_regs handlingAndy Lutomirski
2015-07-07x86/asm/entry/64: Save all regs on interrupt entryAndy Lutomirski
2015-07-07x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...Andy Lutomirski
2015-07-07x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski
2015-07-07x86/entry/64/compat: Fix bad fast syscall arg failure pathAndy Lutomirski
2015-06-10x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski
2015-06-08x86/asm/entry/64: Clean up entry_64.SIngo Molnar
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar
2015-06-07x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar
2015-06-05x86/asm/entry/64: Remove pointless jump to irq_returnAndy Lutomirski
2015-06-04x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar
2015-06-03x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar