summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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-17x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski
2015-07-16Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...Linus Torvalds
2015-07-16x86/platform/iosf_mbi: Add Intel Tangier PCI idAndy Shevchenko
2015-07-16x86/platform/iosf_mbi: Source cleanupAndy Shevchenko
2015-07-16x86/platform/iosf_mbi: Remove NULL pointer checks for pci_dev_put()Andy Shevchenko
2015-07-16x86/platform/iosf_mbi: Check return value of debugfs_create properlyAndy Shevchenko
2015-07-16x86/platform/iosf_mbi: Move to dedicated folderAndy Shevchenko
2015-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner
2015-07-14PCI: Fix generic NCR 53c810 class code quirkBjorn Helgaas
2015-07-14crypto: aesni - Use new IV conventionHerbert Xu
2015-07-13x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2015-07-13x86/irq: Use accessor irq_data_get_irq_handler_data()Jiang Liu
2015-07-13x86/irq: Use accessor irq_data_get_node()Jiang Liu
2015-07-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-07-10kvm: x86: fix load xsave feature warningWanpeng Li
2015-07-10KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini
2015-07-10KVM: SVM: Sync g_pat with guest-written PAT valueJan Kiszka
2015-07-10KVM: SVM: use NPT page attributesPaolo Bonzini
2015-07-10KVM: count number of assigned devicesPaolo Bonzini
2015-07-10KVM: VMX: fix vmwrite to invalid VMCSRadim Krčmář
2015-07-10KVM: x86: reintroduce kvm_is_mmio_pfnPaolo Bonzini
2015-07-10x86: hyperv: add CPUID bit for crash handlersPaolo Bonzini
2015-07-10x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra
2015-07-09intel_pmc_ipc: Update kerneldoc formattingqipeng.zha
2015-07-08x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...Andy Lutomirski
2015-07-08x86/irq: Hide 'HYP:' line in /proc/interrupts when not on Xen/Hyper-VVitaly Kuznetsov
2015-07-08x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help textSébastien Hinderer
2015-07-07x86/irq: Retrieve irq data after locking irq_descThomas Gleixner
2015-07-07x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()Thomas Gleixner
2015-07-07x86/irq: Plug irq vector hotplug raceThomas Gleixner
2015-07-07x86/irq, context_tracking: Document how IRQ context tracking works and add an...Andy Lutomirski
2015-07-07x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy 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: Add new, comprehensible entry and exit handlers written in CAndy Lutomirski
2015-07-07x86/entry: Add enter_from_user_mode() and use it in syscallsAndy Lutomirski
2015-07-07x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski