Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Radim Krčmář: "PPC: - Close a hole which could possibly lead to the host timebase getting out of sync. - Three fixes relating to PTEs and TLB entries for radix guests. - Fix a bug which could lead to an interrupt never getting delivered to the guest, if it is pending for a guest vCPU when the vCPU gets offlined. s390: - Fix false negatives in VSIE validity check (Cc stable) x86: - Fix time drift of VMX preemption timer when a guest uses LAPIC timer in periodic mode (Cc stable) - Unconditionally expose CPUID.IA32_ARCH_CAPABILITIES to allow migration from hosts that don't need retpoline mitigation (Cc stable) - Fix guest crashes on reboot by properly coupling CR4.OSXSAVE and CPUID.OSXSAVE (Cc stable) - Report correct RIP after Hyper-V hypercall #UD (introduced in -rc6)" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: x86: fix #UD address of failed Hyper-V hypercalls kvm: x86: IA32_ARCH_CAPABILITIES is always supported KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed x86/kvm: fix LAPIC timer drift when guest uses periodic mode KVM: s390: vsie: fix < 8k check for the itdba KVM: PPC: Book 3S HV: Do ptesync in radix guest exit path KVM: PPC: Book3S HV: XIVE: Resend re-routed interrupts on CPU priority change KVM: PPC: Book3S HV: Make radix clear pte when unmapping KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in kvmppc_radix_tlbie_page KVM: PPC: Book3S HV: Snapshot timebase offset on guest entry
Showing
- arch/powerpc/include/asm/kvm_book3s.h 1 addition, 0 deletionsarch/powerpc/include/asm/kvm_book3s.h
- arch/powerpc/kernel/asm-offsets.c 1 addition, 0 deletionsarch/powerpc/kernel/asm-offsets.c
- arch/powerpc/kvm/book3s_64_mmu_radix.c 3 additions, 3 deletionsarch/powerpc/kvm/book3s_64_mmu_radix.c
- arch/powerpc/kvm/book3s_hv.c 1 addition, 0 deletionsarch/powerpc/kvm/book3s_hv.c
- arch/powerpc/kvm/book3s_hv_rmhandlers.S 52 additions, 45 deletionsarch/powerpc/kvm/book3s_hv_rmhandlers.S
- arch/powerpc/kvm/book3s_xive_template.c 101 additions, 7 deletionsarch/powerpc/kvm/book3s_xive_template.c
- arch/s390/kvm/vsie.c 1 addition, 1 deletionarch/s390/kvm/vsie.c
- arch/x86/kvm/cpuid.c 5 additions, 0 deletionsarch/x86/kvm/cpuid.c
- arch/x86/kvm/hyperv.c 11 additions, 8 deletionsarch/x86/kvm/hyperv.c
- arch/x86/kvm/lapic.c 14 additions, 2 deletionsarch/x86/kvm/lapic.c
- arch/x86/kvm/x86.c 8 additions, 9 deletionsarch/x86/kvm/x86.c
Loading
Please register or sign in to comment