aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-15kvm: x86: fix apic_base enable checkAndrew Jones1-1/+1
2014-01-02KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka1-2/+1
2013-12-30KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka1-4/+4
2013-12-12KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov1-1/+4
2013-12-12KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig3-53/+18
2013-12-12KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2013-11-20kvm: mmu: delay mmu audit activationSasha Levin1-1/+1
2013-11-13kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois1-0/+3
2013-11-07kvm, cpuid: Fix sparse warningBorislav Petkov1-3/+5
2013-11-06kvm: optimize out smp_mb after srcu_read_unlockMichael S. Tsirkin1-3/+4
2013-11-05KVM: x86: trace cpuid emulation when called from emulatorGleb Natapov1-1/+1
2013-11-05KVM: emulator: cleanup decode_register_operand() a bitGleb Natapov1-7/+3
2013-11-05KVM: emulator: check rex prefix inside decode_register()Gleb Natapov1-11/+7
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-2/+3
2013-11-03KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini1-1/+4
2013-10-31KVM: x86: emulate SAHF instructionPaolo Bonzini1-1/+14
2013-10-31kvm/vmx: error message typo fixMichael S. Tsirkin1-1/+1
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 Williamson2-4/+21
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson2-2/+2
2013-10-30kvm: Add VFIO deviceAlex Williamson2-1/+2
2013-10-30kvm: Emulate MOVBEBorislav Petkov2-5/+66
2013-10-30kvm, emulator: Add initial three-byte insns supportBorislav Petkov1-0/+30
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov2-9/+8
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov2-4/+5
2013-10-30kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov3-11/+60
2013-10-28nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka1-1/+2
2013-10-28nVMX: Fix pick-up of uninjected NMIsJan Kiszka1-1/+1
2013-10-28KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka1-1/+2
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov1-13/+15
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-10KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li1-2/+40
2013-10-10KVM: nVMX: fix shadow on EPTGleb Natapov1-12/+12
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini5-56/+35
2013-10-03KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini1-10/+4
2013-10-03KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini2-13/+2
2013-10-03KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini1-18/+4
2013-10-03KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini2-6/+33
2013-10-03KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini2-3/+23
2013-10-03KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini2-1/+4
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2-7/+6
2013-09-30KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov1-0/+20
2013-09-30KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov1-8/+4
2013-09-30KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov1-4/+4
2013-09-30KVM: nVMX: Amend nested_run_pending logicGleb Natapov1-14/+12
2013-09-25KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov1-1/+3
2013-09-24KVM: nVMX: Enable unrestricted guest mode supportJan Kiszka1-4/+14
2013-09-24KVM: nVMX: Implement support for EFER saving on VM-exitJan Kiszka1-1/+3