Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Paolo Bonzini: - syzkaller NULL pointer dereference - TDP MMU performance issue with disabling dirty logging - 5.14 regression with SVM TSC scaling - indefinite stall on applying live patches - unstable selftest - memory leak from wrong copy-and-paste - missed PV TLB flush when racing with emulation * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: x86: do not report a vCPU as preempted outside instruction boundaries KVM: x86: do not set st->preempted when going back to user space KVM: SVM: fix tsc scaling cache logic KVM: selftests: Make hyperv_clock selftest more stable KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm() KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots() entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set KVM: Don't null dereference ops->destroy
No related branches found
No related tags found
Showing
- arch/x86/include/asm/kvm_host.h 3 additions, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/include/asm/uaccess.h 1 addition, 1 deletionarch/x86/include/asm/uaccess.h
- arch/x86/kvm/mmu/mmu.c 1 addition, 1 deletionarch/x86/kvm/mmu/mmu.c
- arch/x86/kvm/mmu/tdp_iter.c 9 additions, 0 deletionsarch/x86/kvm/mmu/tdp_iter.c
- arch/x86/kvm/mmu/tdp_iter.h 1 addition, 0 deletionsarch/x86/kvm/mmu/tdp_iter.h
- arch/x86/kvm/mmu/tdp_mmu.c 32 additions, 6 deletionsarch/x86/kvm/mmu/tdp_mmu.c
- arch/x86/kvm/svm/nested.c 2 additions, 2 deletionsarch/x86/kvm/svm/nested.c
- arch/x86/kvm/svm/svm.c 22 additions, 12 deletionsarch/x86/kvm/svm/svm.c
- arch/x86/kvm/svm/svm.h 1 addition, 1 deletionarch/x86/kvm/svm/svm.h
- arch/x86/kvm/vmx/vmx.c 1 addition, 0 deletionsarch/x86/kvm/vmx/vmx.c
- arch/x86/kvm/x86.c 36 additions, 12 deletionsarch/x86/kvm/x86.c
- arch/x86/kvm/xen.h 4 additions, 2 deletionsarch/x86/kvm/xen.h
- kernel/entry/kvm.c 0 additions, 6 deletionskernel/entry/kvm.c
- tools/testing/selftests/kvm/x86_64/hyperv_clock.c 7 additions, 3 deletionstools/testing/selftests/kvm/x86_64/hyperv_clock.c
- virt/kvm/kvm_main.c 4 additions, 1 deletionvirt/kvm/kvm_main.c
Loading
Please register or sign in to comment