summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar3-9/+11
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen4-38/+85
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-17x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermodeAndy Lutomirski1-1/+2
2015-07-17x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski2-0/+27
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 Lutomirski2-68/+94
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-17x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski1-71/+52
2015-07-16Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...Linus Torvalds1-27/+0
2015-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-21/+142
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner1-0/+11
2015-07-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-87/+116
2015-07-10kvm: x86: fix load xsave feature warningWanpeng Li1-2/+1
2015-07-10KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini2-13/+5
2015-07-10KVM: SVM: Sync g_pat with guest-written PAT valueJan Kiszka1-0/+10
2015-07-10KVM: SVM: use NPT page attributesPaolo Bonzini1-5/+96
2015-07-10KVM: count number of assigned devicesPaolo Bonzini3-0/+22
2015-07-10KVM: VMX: fix vmwrite to invalid VMCSRadim Krčmář2-5/+2
2015-07-10KVM: x86: reintroduce kvm_is_mmio_pfnPaolo Bonzini1-1/+9
2015-07-10x86: hyperv: add CPUID bit for crash handlersPaolo Bonzini1-0/+2
2015-07-10x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra1-1/+1
2015-07-09intel_pmc_ipc: Update kerneldoc formattingqipeng.zha1-27/+0
2015-07-08x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...Andy Lutomirski1-2/+6
2015-07-08x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help textSébastien Hinderer1-1/+1
2015-07-07x86/irq: Retrieve irq data after locking irq_descThomas Gleixner1-1/+6
2015-07-07x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()Thomas Gleixner1-1/+12
2015-07-07x86/irq: Plug irq vector hotplug raceThomas Gleixner2-16/+7
2015-07-07x86/irq, context_tracking: Document how IRQ context tracking works and add an...Andy Lutomirski1-0/+15
2015-07-07x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski2-11/+0
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski5-69/+27
2015-07-07x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...Andy Lutomirski2-46/+23
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 Lutomirski2-23/+9
2015-07-07x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...Andy Lutomirski2-64/+11
2015-07-07x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski1-12/+16
2015-07-07x86/entry: Add new, comprehensible entry and exit handlers written in CAndy Lutomirski1-1/+111
2015-07-07x86/entry: Add enter_from_user_mode() and use it in syscallsAndy Lutomirski1-1/+12
2015-07-07x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski1-0/+9
2015-07-07x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski5-228/+257
2015-07-07x86/entry/64/compat: Fix bad fast syscall arg failure pathAndy Lutomirski2-3/+34
2015-07-06x86/earlyprintk: Allow early_printk() to use console style parameters like '1...Steven Rostedt1-1/+3
2015-07-06x86/compat: Separate ia32 and x32 compat ABIsBrian Gerst1-1/+1
2015-07-06x86/compat: Clean up HAVE_UID16 configBrian Gerst1-2/+1
2015-07-06x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compatBrian Gerst1-1/+1
2015-07-06x86/compat: Remove unneeded #includeBrian Gerst1-1/+0