summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Add KVM_SEV_SEND_FINISH commandBrijesh Singh2021-04-212-0/+31
* KVM: SVM: Add KVM_SEND_UPDATE_DATA commandBrijesh Singh2021-04-213-0/+162
* KVM: SVM: Add KVM_SEV SEND_START commandBrijesh Singh2021-04-214-4/+174
* KVM: Boost vCPU candidate in user mode which is delivering interruptWanpeng Li2021-04-213-1/+16
* KVM: x86: document behavior of measurement ioctls with len==0Paolo Bonzini2021-04-211-0/+6
* KVM: selftests: Always run vCPU thread with blocked SIG_IPIPaolo Bonzini2021-04-211-2/+7
* KVM: selftests: Sync data verify of dirty logging with guest syncPeter Xu2021-04-211-10/+50
* KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman2021-04-219-2/+126
* nSVM: Check addresses of MSR and IO permission mapsKrish Sadhukhan2021-04-211-3/+22
* KVM: SVM: Define actual size of IOPM and MSRPM tablesKrish Sadhukhan2021-04-202-10/+13
* KVM: x86: Add capability to grant VM access to privileged SGX attributeSean Christopherson2021-04-204-1/+46
* KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LCSean Christopherson2021-04-208-9/+204
* KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)Sean Christopherson2021-04-201-0/+64
* KVM: VMX: Add emulation of SGX Launch Control LE hash MSRsSean Christopherson2021-04-204-0/+75
* KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictionsSean Christopherson2021-04-202-0/+278
* KVM: VMX: Frame in ENCLS handler for SGX virtualizationSean Christopherson2021-04-204-3/+73
* KVM: VMX: Add basic handling of VM-Exit from SGX enclaveSean Christopherson2021-04-204-2/+47
* KVM: x86: Add reverse-CPUID lookup support for scattered SGX featuresSean Christopherson2021-04-201-2/+13
* KVM: x86: Add support for reverse CPUID lookup of scattered featuresSean Christopherson2021-04-202-10/+61
* KVM: x86: Define new #PF SGX error code bitSean Christopherson2021-04-201-0/+2
* KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)Sean Christopherson2021-04-201-0/+2
* KVM: selftests: Add a test for kvm page table codeYanan Wang2021-04-203-0/+510
* KVM: selftests: Adapt vm_userspace_mem_region_add to new helpersYanan Wang2021-04-201-19/+9
* KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang2021-04-203-13/+118
* KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang2021-04-202-0/+26
* KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang2021-04-202-0/+31
* KVM: selftests: Make a generic helper to get vm guest mode stringsYanan Wang2021-04-202-14/+19
* KVM: selftests: Print the errno besides error-string in TEST_ASSERTYanan Wang2021-04-201-2/+2
* tools/headers: sync headers of asm-generic/hugetlb_encode.hYanan Wang2021-04-201-0/+3
* KVM: vmx: add mismatched size assertions in vmcs_check32()Haiwei Li2021-04-201-0/+4
* KVM: Add proper lockdep assertion in I/O bus unregisterSean Christopherson2021-04-201-2/+4
* KVM: Stop looking for coalesced MMIO zones if the bus is destroyedSean Christopherson2021-04-203-9/+24
* KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCUSean Christopherson2021-04-201-3/+7
* doc/virt/kvm: move KVM_CAP_PPC_MULTITCE in section 8Emanuele Giuseppe Esposito2021-04-201-125/+125
* KVM: x86: Remove unused function declarationKeqian Zhu2021-04-201-2/+0
* KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()Sean Christopherson2021-04-201-5/+4
* KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points atSean Christopherson2021-04-201-0/+1
* KVM: SVM: Drop vcpu_svm.vmcb_paSean Christopherson2021-04-202-4/+9
* KVM: SVM: Don't set current_vmcb->cpu when switching vmcbSean Christopherson2021-04-201-8/+0
* KVM: SVM: Make sure GHCB is mapped before updatingTom Lendacky2021-04-202-1/+4
* KVM: X86: Do not yield to selfWanpeng Li2021-04-201-0/+4
* KVM: X86: Count attempted/successful directed yieldWanpeng Li2021-04-202-6/+20
* x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMPWanpeng Li2021-04-201-63/+55
* KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returnsBen Gardon2021-04-203-1/+89
* KVM: x86/mmu: Fast invalidation for TDP MMUBen Gardon2021-04-203-3/+31
* KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lockBen Gardon2021-04-192-17/+61
* KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lockBen Gardon2021-04-192-8/+23
* KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lockBen Gardon2021-04-193-45/+101
* KVM: x86/mmu: Protect the tdp_mmu_roots list with RCUBen Gardon2021-04-192-35/+55
* KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_rootBen Gardon2021-04-192-15/+9