summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
* KVM: x86: Assume a 64-bit hypercall for guests with protected stateTom Lendacky2021-11-184-4/+16
* Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-188-58/+107
|\
| * KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()Sean Christopherson2021-11-181-2/+2
| * KVM: SEV: Drop a redundant setting of sev->asid during initializationSean Christopherson2021-11-181-1/+0
| * KVM: SEV: WARN if SEV-ES is marked active but SEV is notSean Christopherson2021-11-181-1/+1
| * KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()Sean Christopherson2021-11-181-3/+3
| * KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUsSean Christopherson2021-11-181-1/+6
| * KVM: nVMX: Use a gfn_to_hva_cache for vmptrldDavid Woodhouse2021-11-182-9/+22
| * KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS checkDavid Woodhouse2021-11-181-11/+15
| * KVM: x86/xen: Use sizeof_field() instead of open-coding itDavid Woodhouse2021-11-181-9/+9
| * KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12David Woodhouse2021-11-182-9/+20
| * KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFODavid Woodhouse2021-11-181-1/+1
| * KVM: x86/mmu: include EFER.LMA in extended mmu roleMaxim Levitsky2021-11-181-0/+1
| * KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state...Maxim Levitsky2021-11-181-5/+17
| * KVM: Fix steal time asm constraintsDavid Woodhouse2021-11-181-3/+3
| * cpuid: kvm_find_kvm_cpuid_features() should be declared 'static'Paul Durrant2021-11-181-1/+1
| * KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()黄乐2021-11-161-2/+6
* | KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_fromPaolo Bonzini2021-11-121-14/+11
* | KVM: x86: move guest_pv_has out of user_access sectionPaolo Bonzini2021-11-121-3/+6
* | Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-1116-260/+308
|\|
| * KVM: x86: Drop arbitrary KVM_SOFT_MAX_VCPUSVitaly Kuznetsov2021-11-111-1/+1
| * KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()Vipin Sharma2021-11-113-11/+2
| * KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPI...Vipin Sharma2021-11-113-5/+14
| * KVM: nVMX: Clean up x2APIC MSR handling for L2Sean Christopherson2021-11-111-39/+14
| * KVM: VMX: Macrofy the MSR bitmap getters and settersSean Christopherson2021-11-111-60/+25
| * KVM: nVMX: Handle dynamic MSR intercept togglingSean Christopherson2021-11-113-110/+111
| * KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in useSean Christopherson2021-11-111-4/+4
| * KVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when a bogus value was writt...Vitaly Kuznetsov2021-11-111-8/+13
| * KVM: x86: Rename kvm_lapic_enable_pv_eoi()Vitaly Kuznetsov2021-11-114-5/+5
| * KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant2021-11-111-6/+40
| * KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flowsSean Christopherson2021-11-111-23/+24
| * kvm: mmu: Use fast PF path for access tracking of huge pages when possibleJunaid Shahid2021-11-111-5/+5
| * KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iteratorSean Christopherson2021-11-111-1/+1
| * KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ activeMaxim Levitsky2021-11-113-2/+24
| * kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to boolJim Mattson2021-11-115-11/+11
| * KVM: x86: Fix recording of guest steal time / preempted statusDavid Woodhouse2021-11-111-30/+75
* | Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini2021-11-114-63/+284
|\ \
| * | KVM: SEV: Add support for SEV-ES intra host migrationPeter Gonda2021-11-111-1/+47
| * | KVM: SEV: Add support for SEV intra host migrationPeter Gonda2021-11-114-0/+161
| * | KVM: SEV: provide helpers to charge/uncharge misc_cgPaolo Bonzini2021-11-111-7/+15
| * | KVM: generalize "bugged" VM to "dead" VMPaolo Bonzini2021-11-111-1/+1
| * | KVM: SEV: Refactor out sev_es_state structPeter Gonda2021-11-113-56/+61
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-0228-1094/+1473
|\|
| * Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-311-1/+0
| |\
| * | KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocolDavid Edmondson2021-10-251-11/+5
| * | KVM: x86: On emulation failure, convey the exit reason, etc. to userspaceDavid Edmondson2021-10-252-18/+60
| * | KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_infoDavid Edmondson2021-10-254-10/+15
| * | kvm: x86: Remove stale declaration of kvm_no_apic_vcpuJim Mattson2021-10-221-2/+0
| * | KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetupSean Christopherson2021-10-221-2/+5