aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2014-03-23KVM: SVM: fix cr8 intercept windowRadim Krčmář
2014-03-06kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini
2014-03-06kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig
2014-02-06KVM: x86: limit PIT timer frequencyMarcelo Tosatti
2014-01-15kvm: x86: fix apic_base enable checkAndrew Jones
2014-01-02KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka
2013-12-30KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka
2013-12-12KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov
2013-12-12KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig
2013-12-12KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig
2013-11-20kvm: mmu: delay mmu audit activationSasha Levin
2013-11-13kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois
2013-11-07kvm, cpuid: Fix sparse warningBorislav Petkov
2013-11-06kvm: optimize out smp_mb after srcu_read_unlockMichael S. Tsirkin
2013-11-05KVM: x86: trace cpuid emulation when called from emulatorGleb Natapov
2013-11-05KVM: emulator: cleanup decode_register_operand() a bitGleb Natapov
2013-11-05KVM: emulator: check rex prefix inside decode_register()Gleb Natapov
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov
2013-11-03KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini
2013-10-31KVM: x86: emulate SAHF instructionPaolo Bonzini
2013-10-31kvm/vmx: error message typo fixMichael S. Tsirkin
2013-10-31KVM: x86: fix KVM_SET_XCRS loopPaolo Bonzini
2013-10-31KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson
2013-10-30kvm: Add VFIO deviceAlex Williamson
2013-10-30kvm: Emulate MOVBEBorislav Petkov
2013-10-30kvm, emulator: Add initial three-byte insns supportBorislav Petkov
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov
2013-10-30kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov
2013-10-28nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka
2013-10-28nVMX: Fix pick-up of uninjected NMIsJan Kiszka
2013-10-28KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen
2013-10-10KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li
2013-10-10KVM: nVMX: fix shadow on EPTGleb Natapov
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini
2013-10-03KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini
2013-10-03KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini
2013-10-03KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini
2013-10-03KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini
2013-10-03KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini
2013-10-03KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini
2013-09-30KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov
2013-09-30KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov
2013-09-30KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov