aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2021-04-21KVM: SVM: Add KVM_SEV SEND_START commandBrijesh Singh
2021-04-21KVM: Boost vCPU candidate in user mode which is delivering interruptWanpeng Li
2021-04-21KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman
2021-04-21nSVM: Check addresses of MSR and IO permission mapsKrish Sadhukhan
2021-04-20KVM: SVM: Define actual size of IOPM and MSRPM tablesKrish Sadhukhan
2021-04-20KVM: x86: Add capability to grant VM access to privileged SGX attributeSean Christopherson
2021-04-20KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LCSean Christopherson
2021-04-20KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)Sean Christopherson
2021-04-20KVM: VMX: Add emulation of SGX Launch Control LE hash MSRsSean Christopherson
2021-04-20KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictionsSean Christopherson
2021-04-20KVM: VMX: Frame in ENCLS handler for SGX virtualizationSean Christopherson
2021-04-20KVM: VMX: Add basic handling of VM-Exit from SGX enclaveSean Christopherson
2021-04-20KVM: x86: Add reverse-CPUID lookup support for scattered SGX featuresSean Christopherson
2021-04-20KVM: x86: Add support for reverse CPUID lookup of scattered featuresSean Christopherson
2021-04-20KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)Sean Christopherson
2021-04-20KVM: vmx: add mismatched size assertions in vmcs_check32()Haiwei Li
2021-04-20KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()Sean Christopherson
2021-04-20KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points atSean Christopherson
2021-04-20KVM: SVM: Drop vcpu_svm.vmcb_paSean Christopherson
2021-04-20KVM: SVM: Don't set current_vmcb->cpu when switching vmcbSean Christopherson
2021-04-19KVM: SVM: Make sure GHCB is mapped before updatingTom Lendacky
2021-04-19KVM: X86: Do not yield to selfWanpeng Li
2021-04-19KVM: X86: Count attempted/successful directed yieldWanpeng Li
2021-04-19KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returnsBen Gardon
2021-04-19KVM: x86/mmu: Fast invalidation for TDP MMUBen Gardon
2021-04-19KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lockBen Gardon
2021-04-19KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lockBen Gardon
2021-04-19KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lockBen Gardon
2021-04-19KVM: x86/mmu: Protect the tdp_mmu_roots list with RCUBen Gardon
2021-04-19KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_rootBen Gardon
2021-04-19KVM: x86/mmu: Make TDP MMU root refcount atomicBen Gardon
2021-04-19KVM: x86/mmu: Refactor yield safe root iteratorBen Gardon
2021-04-19KVM: x86/mmu: Merge TDP MMU put and free rootBen Gardon
2021-04-19KVM: x86/mmu: use tdp_mmu_free_sp to free rootsBen Gardon
2021-04-19KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMUBen Gardon
2021-04-19KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptesBen Gardon
2021-04-19KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possibleSean Christopherson
2021-04-17KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini
2021-04-17KVM: MMU: protect TDP MMU pages only down to required levelPaolo Bonzini
2021-04-17KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky
2021-04-17KVM: x86: pending exceptions must not be blocked by an injected eventMaxim Levitsky
2021-04-17KVM: nSVM: call nested_svm_load_cr3 on nested state loadMaxim Levitsky
2021-04-17KVM: x86: dump_vmcs should include the autoload/autostore MSR listsDavid Edmondson
2021-04-17KVM: x86: dump_vmcs should show the effective EFERDavid Edmondson
2021-04-17KVM: x86: dump_vmcs should consider only the load controls of EFER/PATDavid Edmondson
2021-04-17KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCSDavid Edmondson
2021-04-17KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is validDavid Edmondson
2021-04-17KVM: nSVM: improve SYSENTER emulation on AMDMaxim Levitsky
2021-04-17KVM: x86: add guest_cpuid_is_intelMaxim Levitsky