Show patches with: Series = KVM: x86: vCPU RESET/INIT fixes and consolidation       |   43 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/43] KVM: nVMX: Set LDTR to its architecturally defined value on nested VM-Exit KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[02/43] KVM: VMX: Set EDX at INIT with CPUID.0x1, Family-Model-Stepping KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[03/43] KVM: SVM: Require exact CPUID.0x1 match when stuffing EDX at INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[04/43] KVM: SVM: Fall back to KVM's hardcoded value for EDX at RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[05/43] KVM: x86: Split out CR0/CR4 MMU role change detectors to separate helpers KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[06/43] KVM: x86: Properly reset MMU context at vCPU RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[07/43] KVM: VMX: Remove explicit MMU reset in enter_rmode() KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[08/43] KVM: SVM: Drop explicit MMU reset at RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[09/43] KVM: SVM: Drop a redundant init_vmcb() from svm_create_vcpu() KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[10/43] KVM: VMX: Move init_vmcs() invocation to vmx_vcpu_reset() KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[11/43] KVM: x86: WARN if the APIC map is dirty without an in-kernel local APIC KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[12/43] KVM: x86: Remove defunct BSP "update" in local APIC reset KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[13/43] KVM: x86: Migrate the PIT only if vcpu0 is migrated, not any BSP KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[14/43] KVM: x86: Don't force set BSP bit when local APIC is managed by userspace KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[15/43] KVM: x86: Set BSP bit in reset BSP vCPU's APIC base by default KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[16/43] KVM: VMX: Stuff vcpu->arch.apic_base directly at vCPU RESET KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[17/43] KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RESET KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[18/43] KVM: x86: Consolidate APIC base RESET initialization code KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[19/43] KVM: x86: Move EDX initialization at vCPU RESET to common code KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[20/43] KVM: SVM: Don't bother writing vmcb->save.rip at vCPU RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[21/43] KVM: VMX: Invert handling of CR0.WP for EPT without unrestricted guest KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[22/43] KVM: VMX: Remove direct write to vcpu->arch.cr0 during vCPU RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[23/43] KVM: VMX: Fold ept_update_paging_mode_cr0() back into vmx_set_cr0() KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[24/43] KVM: nVMX: Do not clear CR3 load/store exiting bits if L1 wants 'em KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[25/43] KVM: VMX: Pull GUEST_CR3 from the VMCS iff CR3 load exiting is disabled KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[26/43] KVM: VMX: Process CR0.PG side effects after setting CR0 assets KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[27/43] KVM: VMX: Skip emulation required checks during pmode/rmode transitions KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[28/43] KVM: nVMX: Don't evaluate "emulation required" on VM-Exit KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[29/43] KVM: SVM: Tweak order of cr0/cr4/efer writes at RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[30/43] KVM: SVM: Drop redundant writes to vmcb->save.cr4 at RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[31/43] KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[32/43] KVM: VMX: Skip pointless MSR bitmap update when setting EFER KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[33/43] KVM: VMX: Refresh list of user return MSRs after setting guest CPUID KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[34/43] KVM: VMX: Don't _explicitly_ reconfigure user return MSRs on vCPU INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[35/43] KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86 KVM: x86: vCPU RESET/INIT fixes and consolidation - 1 - --- 2021-04-24 Sean Christopherson New
[36/43] KVM: VMX: Remove obsolete MSR bitmap refresh at vCPU RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[37/43] KVM: nVMX: Remove obsolete MSR bitmap refresh at nested transitions KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[38/43] KVM: VMX: Don't redo x2APIC MSR bitmaps when userspace filter is changed KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[39/43] KVM: VMX: Remove unnecessary initialization of msr_bitmap_mode KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[40/43] KVM: VMX: Smush x2APIC MSR bitmap adjustments into single function KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[41/43] KVM: VMX: Remove redundant write to set vCPU as active at RESET/INIT KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[42/43] KVM: VMX: Drop VMWRITEs to zero fields at vCPU RESET KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New
[43/43] KVM: x86: Drop pointless @reset_roots from kvm_init_mmu() KVM: x86: vCPU RESET/INIT fixes and consolidation - - - --- 2021-04-24 Sean Christopherson New