mbox series

[GIT,PULL] LoongArch KVM changes for v6.14

Message ID 20250115024054.147630-1-chenhuacai@loongson.cn (mailing list archive)
State New
Headers show
Series [GIT,PULL] LoongArch KVM changes for v6.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-kvm-6.14

Message

Huacai Chen Jan. 15, 2025, 2:40 a.m. UTC
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(-)