summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka2014-01-271-4/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-221-119/+204
|\
| * KVM: nVMX: Update guest activity state field on L2 exitsJan Kiszka2014-01-171-0/+4
| * KVM: nVMX: Fix nested_run_pending on activity state HLTJan Kiszka2014-01-171-2/+2
| * KVM: nVMX: Clean up handling of VMX-related MSRsJan Kiszka2014-01-171-56/+23
| * KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_injectJan Kiszka2014-01-171-0/+14
| * KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexitJan Kiszka2014-01-171-29/+34
| * KVM: nVMX: Leave VMX mode on clearing of feature control MSRJan Kiszka2014-01-171-0/+14
| * KVM: VMX: Fix DR6 update on #DB exceptionJan Kiszka2014-01-171-1/+2
| * KVM: SVM: Fix reading of DR6Jan Kiszka2014-01-171-0/+11
| * KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti2014-01-081-1/+1
| * KVM: VMX: check use I/O bitmap first before unconditional I/O exitZhihui Zhang2014-01-081-4/+1
| * KVM: VMX: Do not skip the instruction if handle_dr injects a faultJan Kiszka2013-12-201-3/+7
| * KVM: nVMX: Support direct APIC access from L2Jan Kiszka2013-12-181-0/+5
| * KVM: nVMX: Add support for activity state HLTJan Kiszka2013-12-121-1/+6
| * KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs fieldGleb Natapov2013-12-121-27/+85
* | KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka2014-01-021-2/+1
|/
* kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois2013-11-131-0/+3
* kvm/vmx: error message typo fixMichael S. Tsirkin2013-10-311-1/+1
* kvm: Create non-coherent DMA registerationAlex Williamson2013-10-301-2/+1
* kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson2013-10-301-1/+1
* nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka2013-10-281-1/+2
* nVMX: Fix pick-up of uninjected NMIsJan Kiszka2013-10-281-1/+1
* KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka2013-10-281-1/+2
* Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-171-13/+15
|\
| * KVM: nVMX: fix shadow on EPTGleb Natapov2013-10-101-12/+12
| * KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov2013-09-251-1/+3
* | KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li2013-10-101-2/+40
* | KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-031-4/+2
* | KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov2013-09-301-0/+20
* | KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov2013-09-301-8/+4
* | KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov2013-09-301-4/+4
* | KVM: nVMX: Amend nested_run_pending logicGleb Natapov2013-09-301-14/+12
* | KVM: nVMX: Enable unrestricted guest mode supportJan Kiszka2013-09-241-4/+14
* | KVM: nVMX: Implement support for EFER saving on VM-exitJan Kiszka2013-09-241-1/+3
* | KVM: nVMX: Do not set identity page map for L2Jan Kiszka2013-09-241-2/+4
* | KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_stateJan Kiszka2013-09-241-1/+1
|/
* KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov2013-09-171-0/+9
* KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov2013-09-171-0/+4
* KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini2013-08-281-0/+1
* KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li2013-08-071-3/+5
* KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka2013-08-071-1/+5
* KVM: nEPT: Advertise WB type EPTPJan Kiszka2013-08-071-2/+2
* nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka2013-08-071-3/+6
* nEPT: Miscelleneous cleanupsNadav Har'El2013-08-071-4/+2
* nEPT: Some additional commentsNadav Har'El2013-08-071-0/+13
* Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El2013-08-071-2/+18
* nEPT: Nested INVEPTNadav Har'El2013-08-071-0/+72
* nEPT: MMU context for nested EPTNadav Har'El2013-08-071-1/+40
* nEPT: Add nEPT violation/misconfigration supportYang Zhang2013-08-071-0/+19
OpenPOWER on IntegriCloud