-
- Downloads
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull more KVM updates from Paolo Bonzini: "x86: - take into account HVA before retrying on MMU notifier race - fixes for nested AMD guests without NPT - allow INVPCID in guest without PCID - disable PML in hardware when not in use - MMU code cleanups: * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (28 commits) KVM: SVM: Fix nested VM-Exit on #GP interception handling KVM: vmx/pmu: Fix dummy check if lbr_desc->event is created KVM: x86/mmu: Consider the hva in mmu_notifier retry KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault KVM: Documentation: rectify rst markup in KVM_GET_SUPPORTED_HV_CPUID KVM: nSVM: prepare guest save area while is_guest_mode is true KVM: x86/mmu: Remove a variety of unnecessary exports KVM: x86: Fold "write-protect large" use case into generic write-protect KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging KVM: x86: Further clarify the logic and comments for toggling log dirty KVM: x86: Move MMU's PML logic to common code KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect() KVM: nVMX: Disable PML in hardware when running L2 KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs KVM: x86/mmu: Pass the memslot to the rmap callbacks KVM: x86/mmu: Split out max mapping level calculation to helper KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and HugeTLB pages KVM: nVMX: no need to undo inject_page_fault change on nested vmexit ...
Showing
- Documentation/virt/kvm/api.rst 2 additions, 0 deletionsDocumentation/virt/kvm/api.rst
- arch/powerpc/kvm/book3s_64_mmu_hv.c 1 addition, 1 deletionarch/powerpc/kvm/book3s_64_mmu_hv.c
- arch/powerpc/kvm/book3s_64_mmu_radix.c 1 addition, 1 deletionarch/powerpc/kvm/book3s_64_mmu_radix.c
- arch/x86/include/asm/kvm-x86-ops.h 1 addition, 5 deletionsarch/x86/include/asm/kvm-x86-ops.h
- arch/x86/include/asm/kvm_host.h 7 additions, 29 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/cpuid.c 1 addition, 1 deletionarch/x86/kvm/cpuid.c
- arch/x86/kvm/mmu/mmu.c 79 additions, 145 deletionsarch/x86/kvm/mmu/mmu.c
- arch/x86/kvm/mmu/mmu_internal.h 6 additions, 1 deletionarch/x86/kvm/mmu/mmu_internal.h
- arch/x86/kvm/mmu/paging_tmpl.h 11 additions, 3 deletionsarch/x86/kvm/mmu/paging_tmpl.h
- arch/x86/kvm/mmu/tdp_mmu.c 7 additions, 59 deletionsarch/x86/kvm/mmu/tdp_mmu.c
- arch/x86/kvm/mmu/tdp_mmu.h 1 addition, 2 deletionsarch/x86/kvm/mmu/tdp_mmu.h
- arch/x86/kvm/svm/nested.c 35 additions, 13 deletionsarch/x86/kvm/svm/nested.c
- arch/x86/kvm/svm/svm.c 12 additions, 10 deletionsarch/x86/kvm/svm/svm.c
- arch/x86/kvm/vmx/nested.c 20 additions, 17 deletionsarch/x86/kvm/vmx/nested.c
- arch/x86/kvm/vmx/pmu_intel.c 2 additions, 2 deletionsarch/x86/kvm/vmx/pmu_intel.c
- arch/x86/kvm/vmx/vmx.c 40 additions, 72 deletionsarch/x86/kvm/vmx/vmx.c
- arch/x86/kvm/vmx/vmx.h 2 additions, 0 deletionsarch/x86/kvm/vmx/vmx.h
- arch/x86/kvm/x86.c 87 additions, 56 deletionsarch/x86/kvm/x86.c
- include/linux/kvm_host.h 24 additions, 1 deletioninclude/linux/kvm_host.h
- tools/testing/selftests/kvm/.gitignore 1 addition, 0 deletionstools/testing/selftests/kvm/.gitignore
Loading
Please register or sign in to comment