All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Tianrui Zhao <zhaotianrui@loongson.cn>
To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Huacai Chen <chenhuacai@kernel.org>,
	WANG Xuerui <kernel@xen0n.name>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	loongarch@lists.linux.dev, Jens Axboe <axboe@kernel.dk>,
	Mark Brown <broonie@kernel.org>,
	Alex Deucher <alexander.deucher@amd.com>,
	Oliver Upton <oliver.upton@linux.dev>,
	maobibo@loongson.cn, Xi Ruoyao <xry111@xry111.site>,
	zhaotianrui@loongson.cn, Huacai Chen <chenhuacai@loongson.cn>
Subject: [PATCH v21 29/29] LoongArch: KVM: Add maintainers for LoongArch KVM
Date: Fri, 15 Sep 2023 09:49:49 +0800	[thread overview]
Message-ID: <20230915014949.1222777-30-zhaotianrui@loongson.cn> (raw)
In-Reply-To: <20230915014949.1222777-1-zhaotianrui@loongson.cn>

Add maintainers for LoongArch KVM.

Acked-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Tianrui Zhao <zhaotianrui@loongson.cn>
---
 MAINTAINERS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 79630b7d94..2f99e033d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11523,6 +11523,18 @@ F:	include/kvm/arm_*
 F:	tools/testing/selftests/kvm/*/aarch64/
 F:	tools/testing/selftests/kvm/aarch64/
 
+KERNEL VIRTUAL MACHINE FOR LOONGARCH (KVM/LoongArch)
+M:	Tianrui Zhao <zhaotianrui@loongson.cn>
+M:	Bibo Mao <maobibo@loongson.cn>
+M:	Huacai Chen <chenhuacai@kernel.org>
+L:	kvm@vger.kernel.org
+L:	loongarch@lists.linux.dev
+S:	Maintained
+T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
+F:	arch/loongarch/include/asm/kvm*
+F:	arch/loongarch/include/uapi/asm/kvm*
+F:	arch/loongarch/kvm/
+
 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
 M:	Huacai Chen <chenhuacai@kernel.org>
 L:	linux-mips@vger.kernel.org
-- 
2.39.1


  parent reply	other threads:[~2023-09-15  1:51 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15  1:49 [PATCH v21 00/29] Add KVM LoongArch support Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 01/29] LoongArch: KVM: Add kvm related header files Tianrui Zhao
2023-09-16  8:48   ` Huacai Chen
2023-09-18  1:32     ` zhaotianrui
2023-09-18  1:36       ` Huacai Chen
2023-09-18  6:28         ` zhaotianrui
2023-09-18  6:35           ` Huacai Chen
2023-09-19  2:56             ` zhaotianrui
2023-09-17 14:22   ` Huacai Chen
2023-09-18  6:32     ` zhaotianrui
2023-09-18  6:37       ` Huacai Chen
2023-09-19  2:58         ` zhaotianrui
2023-09-15  1:49 ` [PATCH v21 02/29] LoongArch: KVM: Implement kvm module related interface Tianrui Zhao
2023-09-16  6:57   ` Huacai Chen
2023-09-16  9:01     ` zhaotianrui
2023-09-16  8:51   ` Huacai Chen
2023-09-18  1:21     ` zhaotianrui
2023-09-18  1:45       ` Huacai Chen
2023-09-18  3:08         ` zhaotianrui
2023-09-18  3:12           ` Huacai Chen
2023-09-18  3:20             ` zhaotianrui
2023-09-18  4:03               ` Huacai Chen
2023-09-18  6:25                 ` zhaotianrui
2023-09-18  8:39                   ` bibo mao
2023-09-19  2:14                     ` Huacai Chen
2023-09-19  2:53                       ` zhaotianrui
2023-09-19  2:57                         ` Huacai Chen
2023-09-19  3:13                           ` zhaotianrui
2023-09-17  4:21   ` Huacai Chen
2023-09-19  2:38     ` zhaotianrui
2023-09-19  2:41       ` Huacai Chen
2023-09-19  5:07         ` zhaotianrui
2023-09-15  1:49 ` [PATCH v21 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 04/29] LoongArch: KVM: Implement VM related functions Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 05/29] LoongArch: KVM: Add vcpu related header files Tianrui Zhao
2023-09-16 10:16   ` Huacai Chen
2023-09-18  2:21     ` zhaotianrui
2023-09-15  1:49 ` [PATCH v21 06/29] LoongArch: KVM: Implement vcpu create and destroy interface Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 07/29] LoongArch: KVM: Implement vcpu run interface Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 08/29] LoongArch: KVM: Implement vcpu handle exit interface Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 11/29] LoongArch: KVM: Implement fpu related operations for vcpu Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 12/29] LoongArch: KVM: Implement vcpu interrupt operations Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 13/29] LoongArch: KVM: Implement misc vcpu related interfaces Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 15/29] LoongArch: KVM: Implement vcpu status description Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 16/29] LoongArch: KVM: Implement virtual machine tlb operations Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 17/29] LoongArch: KVM: Implement vcpu timer operations Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 18/29] LoongArch: KVM: Implement kvm mmu operations Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 19/29] LoongArch: KVM: Implement handle csr exception Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 20/29] LoongArch: KVM: Implement handle iocsr exception Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 21/29] LoongArch: KVM: Implement handle idle exception Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 22/29] LoongArch: KVM: Implement handle gspr exception Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 23/29] LoongArch: KVM: Implement handle mmio exception Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 24/29] LoongArch: KVM: Implement handle fpu exception Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 25/29] LoongArch: KVM: Implement kvm exception vector Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 26/29] LoongArch: KVM: Implement vcpu world switch Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 27/29] LoongArch: KVM: Enable kvm config and add the makefile Tianrui Zhao
2023-09-15  1:49 ` [PATCH v21 28/29] LoongArch: KVM: Supplement kvm document about LoongArch-specific part Tianrui Zhao
2023-09-15  1:49 ` Tianrui Zhao [this message]
2023-09-15  4:11 ` [PATCH v21 00/29] Add KVM LoongArch support Huacai Chen
2023-09-15  6:58   ` zhaotianrui
2023-09-15  7:10     ` Huacai Chen
2023-09-15  7:53       ` zhaotianrui
2023-09-16  3:17         ` Huacai Chen
2023-09-16  6:29           ` zhaotianrui
2023-09-21  7:17             ` Huacai Chen
2023-09-21  7:56               ` Jinyang He
2023-09-21 11:10                 ` zhaotianrui
2023-09-21  8:03               ` zhaotianrui
2023-09-20 15:22           ` Paolo Bonzini
2023-09-21  7:30             ` Huacai Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230915014949.1222777-30-zhaotianrui@loongson.cn \
    --to=zhaotianrui@loongson.cn \
    --cc=alexander.deucher@amd.com \
    --cc=axboe@kernel.dk \
    --cc=broonie@kernel.org \
    --cc=chenhuacai@kernel.org \
    --cc=chenhuacai@loongson.cn \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel@xen0n.name \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loongarch@lists.linux.dev \
    --cc=maobibo@loongson.cn \
    --cc=oliver.upton@linux.dev \
    --cc=pbonzini@redhat.com \
    --cc=xry111@xry111.site \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.