summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: Boost vCPU candidate in user mode which is delivering interruptWanpeng Li2021-04-211-0/+8
* KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman2021-04-215-1/+101
* 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-202-1/+22
* 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: vmx: add mismatched size assertions in vmcs_check32()Haiwei Li2021-04-201-0/+4
* 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-192-1/+4
* KVM: X86: Do not yield to selfWanpeng Li2021-04-191-0/+4
* KVM: X86: Count attempted/successful directed yieldWanpeng Li2021-04-192-6/+20
* x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMPWanpeng Li2021-04-191-63/+55
* KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returnsBen Gardon2021-04-193-1/+89
* KVM: x86/mmu: Fast invalidation for TDP MMUBen Gardon2021-04-193-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
* KVM: x86/mmu: Make TDP MMU root refcount atomicBen Gardon2021-04-193-6/+14
* KVM: x86/mmu: Refactor yield safe root iteratorBen Gardon2021-04-191-19/+26
* KVM: x86/mmu: Merge TDP MMU put and free rootBen Gardon2021-04-193-40/+28
* KVM: x86/mmu: use tdp_mmu_free_sp to free rootsBen Gardon2021-04-191-8/+7
* KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMUBen Gardon2021-04-194-25/+25
* KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptesBen Gardon2021-04-194-10/+13
* KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possibleSean Christopherson2021-04-191-1/+5
* KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson2021-04-174-4/+0
* KVM: PPC: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-1710-173/+95
* KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-172-79/+14
* KVM: arm64: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-172-84/+32
* KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson2021-04-174-241/+136
* KVM: MIPS: defer flush to generic MMU notifier codePaolo Bonzini2021-04-171-9/+2
* KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini2021-04-173-10/+10
* KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini2021-04-175-43/+19
* KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini2021-04-173-3/+3
* KVM: MMU: protect TDP MMU pages only down to required levelPaolo Bonzini2021-04-171-1/+1
* KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky2021-04-172-0/+7