summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-091-3/+3
|\
| * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-201-3/+3
| |\
| | * x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf2019-07-181-3/+3
* | | KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-051-0/+6
* | | KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after freeJan Kiszka2019-07-221-0/+2
* | | KVM: X86: Dynamically allocate user_fpuWanpeng Li2019-07-221-1/+12
* | | KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka2019-07-221-0/+2
|/ /
* | KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini2019-07-201-1/+7
* | KVM: VMX: dump VMCS on failed entryPaolo Bonzini2019-07-201-0/+1
* | KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-1/+2
* | KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_countersLike Xu2019-07-171-3/+8
* | KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GSLiran Alon2019-07-151-1/+4
* | kvm: vmx: fix coccinelle warningsYi Wang2019-07-151-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-1310-640/+873
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-114-55/+63
| |\
| * | KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne...Krish Sadhukhan2019-07-051-2/+24
| * | KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson2019-07-051-21/+23
| * | kvm: nVMX: Remove unnecessary sync_roots from handle_inveptJim Mattson2019-07-021-5/+3Star
| * | x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in useVitaly Kuznetsov2019-07-023-14/+37
| * | x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCHVitaly Kuznetsov2019-07-021-8/+12
| * | KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LISTPaolo Bonzini2019-07-021-0/+2
| * | KVM: nVMX: allow setting the VMFUNC controls MSRPaolo Bonzini2019-07-021-0/+5
| * | KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRSPaolo Bonzini2019-07-021-1/+6
| * | KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li2019-06-201-2/+8
| * | KVM: nVMX: shadow pin based execution controlsPaolo Bonzini2019-06-181-0/+1
| * | KVM: VMX: Leave preemption timer running when it's disabledSean Christopherson2019-06-183-25/+41
| * | KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'Sean Christopherson2019-06-183-8/+2Star
| * | KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIPSean Christopherson2019-06-181-0/+8
| * | KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02Sean Christopherson2019-06-181-1/+11
| * | KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson2019-06-183-15/+12Star
| * | KVM: nVMX: Don't reset VMCS controls shadow on VMCS switchSean Christopherson2019-06-182-9/+0Star
| * | KVM: nVMX: Shadow VMCS controls on a per-VMCS basisSean Christopherson2019-06-182-15/+16
| * | KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson2019-06-183-26/+28
| * | KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson2019-06-183-31/+23Star
| * | KVM: VMX: Shadow VMCS pin controlsSean Christopherson2019-06-183-7/+8
| * | KVM: VMX: Add builder macros for shadowing controlsSean Christopherson2019-06-181-64/+36Star
| * | KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson2019-06-183-4/+4
| * | KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessarySean Christopherson2019-06-181-5/+22
| * | KVM: x86: introduce is_pae_pagingPaolo Bonzini2019-06-182-4/+3Star
| * | KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCSSean Christopherson2019-06-181-4/+4
| * | KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's writtenSean Christopherson2019-06-182-3/+9
| * | KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're writtenSean Christopherson2019-06-182-3/+10
| * | KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's writtenSean Christopherson2019-06-182-4/+4
| * | KVM: nVMX: Don't speculatively write APIC-access page addressSean Christopherson2019-06-181-8/+0Star
| * | KVM: nVMX: Don't speculatively write virtual-APIC page addressSean Christopherson2019-06-181-13/+8Star
| * | KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mappedSean Christopherson2019-06-181-3/+0Star
| * | KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCSSean Christopherson2019-06-183-6/+15
| * | KVM: nVMX: Don't "put" vCPU or host state when switching VMCSSean Christopherson2019-06-183-26/+53
| * | KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}Paolo Bonzini2019-06-182-19/+25
| * | KVM: nVMX: Don't rewrite GUEST_PML_INDEX during nested VM-EntrySean Christopherson2019-06-181-11/+10Star