summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka1-2/+1
2013-11-13kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois1-0/+3
2013-10-31kvm/vmx: error message typo fixMichael S. Tsirkin1-1/+1
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson1-2/+1
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson1-1/+1
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-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 Bonzini1-4/+2
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
2013-09-24KVM: nVMX: Do not set identity page map for L2Jan Kiszka1-2/+4
2013-09-24KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_stateJan Kiszka1-1/+1
2013-09-17KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov1-0/+9
2013-09-17KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov1-0/+4
2013-08-28KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini1-0/+1
2013-08-07KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li1-3/+5
2013-08-07KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka1-1/+5
2013-08-07KVM: nEPT: Advertise WB type EPTPJan Kiszka1-2/+2
2013-08-07nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka1-3/+6
2013-08-07nEPT: Miscelleneous cleanupsNadav Har'El1-4/+2
2013-08-07nEPT: Some additional commentsNadav Har'El1-0/+13
2013-08-07Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El1-2/+18
2013-08-07nEPT: Nested INVEPTNadav Har'El1-0/+72
2013-08-07nEPT: MMU context for nested EPTNadav Har'El1-1/+40
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang1-0/+19
2013-08-07nEPT: Fix cr3 handling in nested exit and entryNadav Har'El1-0/+26
2013-08-07nEPT: Support LOAD_IA32_EFER entry/exit controls for L1Nadav Har'El1-7/+16
2013-08-07KVM: nVMX: correctly set tr base on nested vmexit emulationGleb Natapov1-1/+1
2013-07-29nVMX: reset rflags register cache during nested vmentry.Gleb Natapov1-1/+1
2013-07-29KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini1-1/+1
2013-07-18KVM: nVMX: Set segment infomation of L1 when L2 exitsArthur Chunqi Li1-10/+48
2013-07-18KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El1-6/+29
2013-07-18KVM: VMX: Use proper types to access const arraysMathias Krause1-8/+7
2013-07-18KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virtArthur Chunqi Li1-0/+2
2013-07-18KVM: nVMX: Change location of 3 functions in vmx.cArthur Chunqi Li1-43/+40
2013-07-04KVM: VMX: mark unusable segment as nonpresentGleb Natapov1-2/+9
2013-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+14
2013-06-27kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE1-1/+6
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong1-0/+4
2013-06-27KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong1-2/+2
2013-06-26x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin1-1/+1