Linus, The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to e4553b4976d1178c13da295cb5c7b21f55baf8f9: KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru (2020-06-23 06:01:29 -0400) ---------------------------------------------------------------- All bugfixes except for a couple cleanup patches. ---------------------------------------------------------------- Huacai Chen (1): KVM: MIPS: Fix a build error for !CPU_LOONGSON64 Igor Mammedov (1): kvm: lapic: fix broken vcpu hotplug Marcelo Tosatti (1): KVM: x86: allow TSC to differ by NTP correction bounds without TSC scaling Paolo Bonzini (1): KVM: LAPIC: ensure APIC map is up to date on concurrent update requests Qian Cai (1): kvm/svm: disable KCSAN for svm_vcpu_run() Sean Christopherson (4): KVM: VMX: Add helpers to identify interrupt type from intr_info KVM: nVMX: Plumb L2 GPA through to PML emulation KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru Vitaly Kuznetsov (2): Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU" KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic() Xiaoyao Li (1): KVM: X86: Fix MSR range of APIC registers in X2APIC mode arch/mips/kvm/mips.c | 2 ++ arch/x86/include/asm/kvm_host.h | 4 ++-- arch/x86/include/asm/mwait.h | 2 -- arch/x86/kernel/cpu/umwait.c | 6 ----- arch/x86/kvm/lapic.c | 50 +++++++++++++++++++++++++---------------- arch/x86/kvm/mmu.h | 2 +- arch/x86/kvm/mmu/mmu.c | 4 ++-- arch/x86/kvm/mmu/paging_tmpl.h | 16 ++++++------- arch/x86/kvm/svm/svm.c | 2 +- arch/x86/kvm/vmx/vmcs.h | 32 ++++++++++++++++---------- arch/x86/kvm/vmx/vmx.c | 27 ++++------------------ arch/x86/kvm/vmx/vmx.h | 2 -- arch/x86/kvm/x86.c | 7 +++--- 13 files changed, 74 insertions(+), 82 deletions(-)