summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2015-02-11x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski
2015-01-27KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das
2014-11-14kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek
2014-11-14kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin
2014-11-14KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-11-14KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig
2014-02-27kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini
2014-01-27KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-01-17KVM: nVMX: Update guest activity state field on L2 exitsJan Kiszka
2014-01-17KVM: nVMX: Fix nested_run_pending on activity state HLTJan Kiszka
2014-01-17KVM: nVMX: Clean up handling of VMX-related MSRsJan Kiszka
2014-01-17KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_injectJan Kiszka
2014-01-17KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexitJan Kiszka
2014-01-17KVM: nVMX: Leave VMX mode on clearing of feature control MSRJan Kiszka
2014-01-17KVM: VMX: Fix DR6 update on #DB exceptionJan Kiszka
2014-01-17KVM: SVM: Fix reading of DR6Jan Kiszka
2014-01-08KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti
2014-01-08KVM: VMX: check use I/O bitmap first before unconditional I/O exitZhihui Zhang
2014-01-02KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka
2013-12-20KVM: VMX: Do not skip the instruction if handle_dr injects a faultJan Kiszka
2013-12-18KVM: nVMX: Support direct APIC access from L2Jan Kiszka
2013-12-12KVM: nVMX: Add support for activity state HLTJan Kiszka
2013-12-12KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs fieldGleb Natapov
2013-11-13kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois
2013-10-31kvm/vmx: error message typo fixMichael S. Tsirkin
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson
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-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-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
2013-09-30KVM: nVMX: Amend nested_run_pending logicGleb Natapov
2013-09-25KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov
2013-09-24KVM: nVMX: Enable unrestricted guest mode supportJan Kiszka
2013-09-24KVM: nVMX: Implement support for EFER saving on VM-exitJan Kiszka
2013-09-24KVM: nVMX: Do not set identity page map for L2Jan Kiszka
2013-09-24KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_stateJan Kiszka
2013-09-17KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov
2013-09-17KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov
2013-08-28KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini
2013-08-07KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li
2013-08-07KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka
2013-08-07KVM: nEPT: Advertise WB type EPTPJan Kiszka