]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Feb 2026 18:03:03 +0000 (19:03 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 28 Feb 2026 14:31:35 +0000 (15:31 +0100)
commit407fd8b8d8cce03856aa67329715de48b254b529
treee217892ec8fe83ba0f92954b81f14e9c013efa94
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER

All architectures now use MMU notifier for KVM page table management.
Remove the Kconfig symbol and the code that is used when it is
disabled.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm64/kvm/Kconfig
arch/loongarch/kvm/Kconfig
arch/mips/kvm/Kconfig
arch/powerpc/kvm/Kconfig
arch/powerpc/kvm/powerpc.c
arch/riscv/kvm/Kconfig
arch/s390/kvm/Kconfig
arch/x86/kvm/Kconfig
include/linux/kvm_host.h
virt/kvm/Kconfig
virt/kvm/kvm_main.c