summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-15Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+8
2014-04-15KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti1-1/+0
2014-04-15KVM: Add SMAP support when setting CR4Feng Wu1-1/+8
2014-04-08Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+6
2014-03-27KVM: vmx: fix MPX detectionPaolo Bonzini1-1/+2
2014-03-20x86, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+6
2014-03-17KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini1-0/+17
2014-03-17KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini1-3/+1
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo1-0/+1
2014-03-11KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini1-0/+16
2014-03-11KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini1-1/+3
2014-03-11KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka1-4/+2
2014-03-11KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka1-7/+19
2014-03-04Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini1-1/+1
2014-03-04x86: kvm: introduce periodic global clock updatesAndrew Jones1-0/+20
2014-03-04x86: kvm: rate-limit global clock updatesAndrew Jones1-4/+23
2014-02-27kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig1-1/+1
2014-02-27KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEXTakuya Yoshikawa1-2/+5
2014-02-26KVM: x86: emulator_cmpxchg_emulated should mark_page_dirtyMarcelo Tosatti1-0/+1
2014-02-25KVM: x86: Enable Intel MPX for guestLiu, Jinsong1-0/+3
2014-02-25KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong1-1/+1
2014-02-22KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong1-2/+5
2014-02-04KVM: x86: remove unused last_kernel_ns variableMarcelo Tosatti1-1/+0
2014-01-29kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdefPaolo Bonzini1-1/+1
2014-01-27KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka1-7/+25
2014-01-24KVM: x86: mark hyper-v vapic assist page as dirtyVadim Rozenfeld1-2/+4
2014-01-23KVM: x86: mark hyper-v hypercall page as dirtyVadim Rozenfeld1-0/+1
2014-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-46/+55
2014-01-17KVM: SVM: Fix reading of DR6Jan Kiszka1-2/+17
2014-01-17KVM: x86: Sync DR7 on KVM_SET_DEBUGREGSJan Kiszka1-0/+1
2014-01-17add support for Hyper-V reference time counterVadim Rozenfeld1-1/+27
2014-01-15KVM: remove useless write to vcpu->hv_clock.tsc_timestampPaolo Bonzini1-2/+0
2014-01-15KVM: x86: fix tsc catchup issue with tsc scalingMarcelo Tosatti1-40/+1
2014-01-15KVM: x86: limit PIT timer frequencyMarcelo Tosatti1-0/+3
2013-12-13KVM: x86: Add comment on vcpu_enter_guest()'s return valueTakuya Yoshikawa1-0/+5
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa1-1/+1
2013-12-13KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig1-39/+1
2013-11-06kvm: optimize out smp_mb after srcu_read_unlockMichael S. Tsirkin1-3/+4
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-2/+3
2013-10-31KVM: x86: fix KVM_SET_XCRS loopPaolo Bonzini1-2/+2
2013-10-31KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini1-1/+10
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson1-2/+20
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson1-1/+1
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov1-2/+1
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov1-2/+2
2013-10-30kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov1-3/+6
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen1-2/+2
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini1-1/+1
2013-10-03KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini1-1/+1