summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)Author
2020-03-16KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson
2020-03-16KVM: x86: Add a helper to check kernel support when setting cpu capSean Christopherson
2020-03-16KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson
2020-03-16KVM: VMX: Convert feature updates from CPUID to KVM cpu capsSean Christopherson
2020-03-16KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingSean Christopherson
2020-03-16KVM: x86: Handle Intel PT CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle RDTSCP CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle UMIP emulation CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle MPX CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson
2020-03-16KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson
2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson
2020-03-16KVM: VMX: Add helpers to query Intel PT modeSean Christopherson
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson
2020-03-16KVM: nVMX: Drop unnecessary check on ept caps for execute-onlySean Christopherson
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson
2020-03-16KVM: nVMX: Rename EPTP validity helper and associated variablesSean Christopherson
2020-03-16KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()Sean Christopherson
2020-03-16KVM: nVMX: Allow L1 to use 5-level page walks for nested EPTSean Christopherson
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-03-16KVM: Fix some obsolete commentsMiaohe Lin
2020-03-16KVM: x86: enable dirty log gradually in small chunksJay Zhou
2020-03-16KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson
2020-03-16KVM: x86: Directly return __vmalloc() result in ->vm_alloc()Sean Christopherson
2020-03-16KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson
2020-03-16KVM: x86: Adjust counter sample period after a wrmsrEric Hankland
2020-03-16KVM: VMX: Add 'else' to split mutually exclusive caseMiaohe Lin
2020-03-16KVM: x86: eliminate some unreachable codeMiaohe Lin
2020-03-16KVM: x86: Fix print format and coding styleMiaohe Lin
2020-03-16KVM: vmx: rewrite the comment in vmx_get_mt_maskChia-I Wu
2020-03-14Merge branch 'kvm-null-pointer-fix' into kvm-masterPaolo Bonzini
2020-03-14KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAsVitaly Kuznetsov
2020-03-14KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1Sean Christopherson
2020-03-01KVM: VMX: check descriptor table exits on instruction emulationOliver Upton
2020-02-28KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton
2020-02-23KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton
2020-02-21KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov
2020-02-21KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov
2020-02-21KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowwanpeng li
2020-02-17x86/cpu: Move prototype for get_umwait_control_msr() to a global locationBenjamin Thiel
2020-02-17KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin
2020-02-12KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson
2020-02-12KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin
2020-02-12KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton
2020-02-12KVM: x86: do not reset microcode version on INIT or RESETPaolo Bonzini