summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/nested.c
AgeCommit message (Expand)AuthorLines
2019-10-22KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson-28/+36
2019-10-03KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson-1/+1
2019-09-25KVM: nVMX: cleanup and fix host 64-bit mode checksPaolo Bonzini-31/+19
2019-09-24kvm: nvmx: limit atomic switch MSRsMarc Orr-11/+32
2019-09-24KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexitTao Xu-0/+4
2019-09-24KVM: x86: Add support for user wait instructionsTao Xu-0/+1
2019-09-24KVM: nVMX: Check Host Address Space Size on vmentry of nested guestsKrish Sadhukhan-0/+28
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-143/+162
2019-09-14KVM: nVMX: handle page fault in vmreadPaolo Bonzini-1/+3
2019-09-11KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon-0/+14
2019-09-11KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson-5/+10
2019-09-11KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson-123/+133
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson-16/+6
2019-07-22KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after freeJan Kiszka-0/+2
2019-07-22KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka-0/+2
2019-07-20KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini-1/+7
2019-07-15KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GSLiran Alon-1/+4
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-288/+475
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-45/+58
2019-07-05KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne...Krish Sadhukhan-2/+24
2019-07-05KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson-21/+23
2019-07-02KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon-9/+16
2019-07-02KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMMLiran Alon-1/+4
2019-07-02kvm: nVMX: Remove unnecessary sync_roots from handle_inveptJim Mattson-5/+3
2019-07-02x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in useVitaly Kuznetsov-14/+18
2019-07-02x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCHVitaly Kuznetsov-8/+12
2019-07-02KVM: nVMX: allow setting the VMFUNC controls MSRPaolo Bonzini-0/+5
2019-07-02KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRSPaolo Bonzini-1/+6
2019-06-20KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini-11/+15
2019-06-19KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon-35/+44
2019-06-18KVM: VMX: Leave preemption timer running when it's disabledSean Christopherson-3/+2
2019-06-18KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'Sean Christopherson-1/+0
2019-06-18KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIPSean Christopherson-0/+8
2019-06-18KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02Sean Christopherson-1/+11
2019-06-18KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson-5/+5
2019-06-18KVM: nVMX: Don't reset VMCS controls shadow on VMCS switchSean Christopherson-5/+0
2019-06-18KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson-6/+6
2019-06-18KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson-8/+6
2019-06-18KVM: VMX: Shadow VMCS pin controlsSean Christopherson-1/+2
2019-06-18KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson-3/+2
2019-06-18KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessarySean Christopherson-5/+22
2019-06-18KVM: x86: introduce is_pae_pagingPaolo Bonzini-2/+1
2019-06-18KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCSSean Christopherson-4/+4
2019-06-18KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's writtenSean Christopherson-3/+1
2019-06-18KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're writtenSean Christopherson-3/+4
2019-06-18KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's writtenSean Christopherson-4/+0
2019-06-18KVM: nVMX: Don't speculatively write APIC-access page addressSean Christopherson-8/+0
2019-06-18KVM: nVMX: Don't speculatively write virtual-APIC page addressSean Christopherson-13/+8
2019-06-18KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mappedSean Christopherson-3/+0
2019-06-18KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCSSean Christopherson-1/+1