This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3e08a95294a4 Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/sc [...] new 0ae705f3d2b2 KVM: MIPS: Fix a build error for !CPU_LOONGSON64 new b95273f12723 kvm/svm: disable KCSAN for svm_vcpu_run() new 88c200d929c9 KVM: VMX: Add helpers to identify interrupt type from intr_info new 49097762fa40 Revert "KVM: VMX: Micro-optimize vmexit time when not expo [...] new af28dfacbe00 kvm: lapic: fix broken vcpu hotplug new 44d527170731 KVM: LAPIC: ensure APIC map is up to date on concurrent up [...] new 312d16c7c061 KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_g [...] new 2dbebf7ae1ed KVM: nVMX: Plumb L2 GPA through to PML emulation new bf09fb6cba4f KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL new bf10bd0be532 KVM: X86: Fix MSR range of APIC registers in X2APIC mode new 26769f96e623 KVM: x86: allow TSC to differ by NTP correction bounds wit [...] new e4553b4976d1 KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru new 26e122e97a3d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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(-)