From: Conor Dooley <conor@kernel.org>
To: kvm-riscv@lists.infradead.org
Subject: [PATCH v2 1/3] RISC-V: Detect and Enable Svadu Extension Support
Date: Fri, 22 Sep 2023 10:38:45 +0100 [thread overview]
Message-ID: <20230922-italics-pursuit-424b1ad71ef1@spud> (raw)
In-Reply-To: <20230922085701.3164-2-yongxuan.wang@sifive.com>
On Fri, Sep 22, 2023 at 08:56:47AM +0000, Yong-Xuan Wang wrote:
> We detect Svadu extension support from DTB and add arch_has_hw_pte_young()
> to enable optimization in MGLRU and __wp_page_copy_user() if Svadu
> extension is available.
>
> Co-developed-by: Jinyu Tang <tjytimi@163.com>
> Signed-off-by: Jinyu Tang <tjytimi@163.com>
> Signed-off-by: Yong-Xuan Wang <yongxuan.wang@sifive.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/kvm-riscv/attachments/20230922/6279050f/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: Yong-Xuan Wang <yongxuan.wang@sifive.com>
Cc: Heiko Stuebner <heiko@sntech.de>,
Kemeng Shi <shikemeng@huaweicloud.com>,
Daniel Henrique Barboza <dbarboza@ventanamicro.com>,
Conor Dooley <conor.dooley@microchip.com>,
Guo Ren <guoren@kernel.org>, Jisheng Zhang <jszhang@kernel.org>,
Qinglin Pan <panqinglin2020@iscas.ac.cn>,
linux-riscv@lists.infradead.org, alex@ghiti.fr,
David Hildenbrand <david@redhat.com>,
"Matthew Wilcox \(Oracle\)" <willy@infradead.org>,
tjytimi@163.com, greentime.hu@sifive.com,
wchen <waylingii@gmail.com>,
Sergey Matyukevich <sergey.matyukevich@syntacore.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alexghiti@rivosinc.com>,
Charlie Jenkins <charlie@rivosinc.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Anup Patel <apatel@ventanamicro.com>,
Rick Edgecombe <rick.p.edgecombe@intel.com>,
linux-kernel@vger.kernel.org, vincent.chen@sifive.com,
Evan Green <evan@rivosinc.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
kvm-riscv@lists.infradead.org,
Andrew Morton <akpm@linux-foundation.org>,
Andrew Jones <ajones@ventanamicro.com>
Subject: Re: [PATCH v2 1/3] RISC-V: Detect and Enable Svadu Extension Support
Date: Fri, 22 Sep 2023 10:38:45 +0100 [thread overview]
Message-ID: <20230922-italics-pursuit-424b1ad71ef1@spud> (raw)
In-Reply-To: <20230922085701.3164-2-yongxuan.wang@sifive.com>
[-- Attachment #1.1: Type: text/plain, Size: 477 bytes --]
On Fri, Sep 22, 2023 at 08:56:47AM +0000, Yong-Xuan Wang wrote:
> We detect Svadu extension support from DTB and add arch_has_hw_pte_young()
> to enable optimization in MGLRU and __wp_page_copy_user() if Svadu
> extension is available.
>
> Co-developed-by: Jinyu Tang <tjytimi@163.com>
> Signed-off-by: Jinyu Tang <tjytimi@163.com>
> Signed-off-by: Yong-Xuan Wang <yongxuan.wang@sifive.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 161 bytes --]
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: Yong-Xuan Wang <yongxuan.wang@sifive.com>
Cc: linux-riscv@lists.infradead.org, kvm-riscv@lists.infradead.org,
greentime.hu@sifive.com, vincent.chen@sifive.com,
tjytimi@163.com, alex@ghiti.fr,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Anup Patel <apatel@ventanamicro.com>, Guo Ren <guoren@kernel.org>,
Andrew Jones <ajones@ventanamicro.com>,
Conor Dooley <conor.dooley@microchip.com>,
Daniel Henrique Barboza <dbarboza@ventanamicro.com>,
wchen <waylingii@gmail.com>, Heiko Stuebner <heiko@sntech.de>,
Jisheng Zhang <jszhang@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Alexandre Ghiti <alexghiti@rivosinc.com>,
Kemeng Shi <shikemeng@huaweicloud.com>,
"Matthew Wilcox (Oracle)" <willy@infradead.org>,
Charlie Jenkins <charlie@rivosinc.com>,
Sergey Matyukevich <sergey.matyukevich@syntacore.com>,
David Hildenbrand <david@redhat.com>,
Qinglin Pan <panqinglin2020@iscas.ac.cn>,
Rick Edgecombe <rick.p.edgecombe@intel.com>,
Sunil V L <sunilvl@ventanamicro.com>,
Evan Green <evan@rivosinc.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/3] RISC-V: Detect and Enable Svadu Extension Support
Date: Fri, 22 Sep 2023 10:38:45 +0100 [thread overview]
Message-ID: <20230922-italics-pursuit-424b1ad71ef1@spud> (raw)
In-Reply-To: <20230922085701.3164-2-yongxuan.wang@sifive.com>
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
On Fri, Sep 22, 2023 at 08:56:47AM +0000, Yong-Xuan Wang wrote:
> We detect Svadu extension support from DTB and add arch_has_hw_pte_young()
> to enable optimization in MGLRU and __wp_page_copy_user() if Svadu
> extension is available.
>
> Co-developed-by: Jinyu Tang <tjytimi@163.com>
> Signed-off-by: Jinyu Tang <tjytimi@163.com>
> Signed-off-by: Yong-Xuan Wang <yongxuan.wang@sifive.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2023-09-22 9:38 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-22 8:56 [PATCH v2 0/3] Add Svadu Extension Support Yong-Xuan Wang
2023-09-22 8:56 ` Yong-Xuan Wang
2023-09-22 8:56 ` [PATCH v2 1/3] RISC-V: Detect and Enable " Yong-Xuan Wang
2023-09-22 8:56 ` Yong-Xuan Wang
2023-09-22 8:56 ` Yong-Xuan Wang
2023-09-22 9:38 ` Conor Dooley [this message]
2023-09-22 9:38 ` Conor Dooley
2023-09-22 9:38 ` Conor Dooley
2023-09-27 7:03 ` Andrew Jones
2023-09-27 7:03 ` Andrew Jones
2023-09-27 7:03 ` Andrew Jones
2023-09-27 11:02 ` Yong-Xuan Wang
2023-09-27 11:02 ` Yong-Xuan Wang
2023-09-27 11:02 ` Yong-Xuan Wang
2023-09-27 7:16 ` Matthew Wilcox
2023-09-27 7:16 ` Matthew Wilcox
2023-09-27 7:16 ` Matthew Wilcox
2023-09-22 8:56 ` [PATCH v2 2/3] dt-bindings: riscv: Add Svadu Entry Yong-Xuan Wang
2023-09-22 8:56 ` Yong-Xuan Wang
2023-09-22 8:56 ` Yong-Xuan Wang
2023-09-22 9:28 ` Conor Dooley
2023-09-22 9:28 ` Conor Dooley
2023-09-22 9:28 ` Conor Dooley
2023-09-27 7:04 ` Andrew Jones
2023-09-27 7:04 ` Andrew Jones
2023-09-27 7:04 ` Andrew Jones
2023-09-27 17:24 ` Stefan O'Rear
2023-09-27 17:24 ` Stefan O'Rear
2023-09-27 17:24 ` Stefan O'Rear
2023-09-27 18:44 ` Jessica Clarke
2023-09-27 18:44 ` Jessica Clarke
2023-09-27 18:44 ` Jessica Clarke
2023-09-22 8:56 ` [PATCH v2 3/3] RISC-V: KVM: Add Svadu Extension Support for Guest/VM Yong-Xuan Wang
2023-09-22 8:56 ` Yong-Xuan Wang
2023-09-22 8:56 ` Yong-Xuan Wang
2023-09-27 7:27 ` Andrew Jones
2023-09-27 7:27 ` Andrew Jones
2023-09-27 7:27 ` Andrew Jones
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=20230922-italics-pursuit-424b1ad71ef1@spud \
--to=conor@kernel.org \
--cc=kvm-riscv@lists.infradead.org \
/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.