The following changes since commit 5bc55a333a2f7316b58edc7573e8e893f7acb532: Linux 6.13-rc7 (2025-01-12 14:37:56 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-kvm-6.14 for you to fetch changes up to 2737dee1067c2fc02256b2b15dab158c5e840568: LoongArch: KVM: Add hypercall service support for usermode VMM (2025-01-13 21:37:17 +0800) ---------------------------------------------------------------- LoongArch KVM changes for v6.14 1. Clear LLBCTL if secondary mmu mapping changed. 2. Add hypercall service support for usermode VMM. This is a really small changeset, because the Chinese New Year (Spring Festival) is coming. Happy New Year! ---------------------------------------------------------------- Bibo Mao (2): LoongArch: KVM: Clear LLBCTL if secondary mmu mapping is changed LoongArch: KVM: Add hypercall service support for usermode VMM arch/loongarch/include/asm/kvm_host.h | 1 + arch/loongarch/include/asm/kvm_para.h | 3 +++ arch/loongarch/include/asm/kvm_vcpu.h | 1 + arch/loongarch/include/uapi/asm/kvm_para.h | 1 + arch/loongarch/kvm/exit.c | 30 ++++++++++++++++++++++++++++++ arch/loongarch/kvm/main.c | 18 ++++++++++++++++++ arch/loongarch/kvm/vcpu.c | 7 ++++++- 7 files changed, 60 insertions(+), 1 deletion(-)