summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-10-031-1/+66
|\
| * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming2015-10-011-1/+66
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-011-0/+2
|\ \
| * | arch/x86/include/asm/efi.h: fix build failureAndrey Ryabinin2015-10-011-0/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-10-014-119/+22
|\ \ | |/ |/|
| * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller2015-10-011-1/+1
| * Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini2015-10-011-96/+5
| * Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini2015-10-011-8/+7
| * Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini2015-10-011-10/+0
| * Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini2015-10-012-5/+13
| * Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system...Radim Krčmář2015-09-282-4/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-274-4/+20
|\ \ | |/ |/|
| * perf/x86: Change test_aperfmperf() and test_intel() to staticGeliang Tang2015-09-251-2/+2
| * perf/x86/intel: Fix Skylake FRONTEND MSR extrareg maskAndi Kleen2015-09-181-1/+5
| * perf/x86/intel/pebs: Add PEBS frontend profiling for SkylakeAndi Kleen2015-09-183-1/+13
| * perf/x86/intel: Make the CYCLE_ACTIVITY.* constraint on Broadwell more specificAndi Kleen2015-09-181-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-272-5/+27
|\ \
| * | 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-222-4/+23
* | | Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-251-0/+1
|\ \ \
| * | | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-255-8/+25
|\ \ \ \
| * | | | KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand2015-09-251-0/+1
| * | | | KVM: x86: fix off-by-one in reserved bits checkPaolo Bonzini2015-09-251-1/+1
| * | | | KVM: x86: use correct page table format to check nested page table reserved bitsPaolo Bonzini2015-09-251-6/+17
| * | | | KVM: svm: do not call kvm_set_cr0 from init_vmcbPaolo Bonzini2015-09-251-1/+2
| * | | | KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini2015-09-212-0/+3
| * | | | kvm: svm: reset mmu on VCPU resetIgor Mammedov2015-09-181-0/+1
* | | | | x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin2015-09-221-0/+10
| |_|/ / |/| | |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-183-0/+4
|\ \ \ \ | |/ / /
| * | | KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li2015-09-161-0/+2
| * | | KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-162-0/+2
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-184-17/+10
|\ \ \
| * | | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-163-14/+9
| * | | genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-3/+1
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-1/+1
|\ \ \ | |_|/ |/| |
| * | x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura2015-09-171-1/+1
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-1711-27/+72
|\ \
| * | x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse2015-09-161-7/+10
| * | x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2015-09-141-0/+7
| * | x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner2015-09-141-2/+3
| * | x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz methodJuergen Gross2015-09-141-1/+0
| * | x86/ldt: Fix small LDT allocation for XenJan Beulich2015-09-141-2/+2
| * | x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help textIngo Molnar2015-09-141-11/+12
| * | x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-131-2/+2
| * | x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-051-0/+27
| * | Merge branch 'linus' into x86/urgent, to be able to merge a dependent fixIngo Molnar2015-09-05199-2940/+7047
| |\ \
| * | | x86/alternatives: Make optimize_nops() interrupt safe and syncedThomas Gleixner2015-09-031-0/+5
| * | | x86/mm/srat: Print non-volatile flag in SRATLinda Knippers2015-09-021-2/+3
| * | | Merge branch 'x86/cpufeature' into x86/urgent, because it's readyIngo Molnar2015-08-311-0/+1
| |\ \ \
OpenPOWER on IntegriCloud