From: patchwork-bot+linux-riscv@kernel.org
To: =?utf-8?b?Q2zDqW1lbnQgTMOpZ2VyIDxjbGVnZXJAcml2b3NpbmMuY29tPg==?=@ci.codeaurora.org
Cc: linux-riscv@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
palmer@rivosinc.com, paul.walmsley@sifive.com,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
aou@eecs.berkeley.edu, corbet@lwn.net, ajones@ventanamicro.com,
evan@rivosinc.com, conor@kernel.org, sameo@rivosinc.com,
jerry.shih@sifive.com
Subject: Re: [PATCH v4 00/20] riscv: report more ISA extensions through hwprobe
Date: Tue, 12 Dec 2023 22:20:28 +0000 [thread overview]
Message-ID: <170241962895.7374.4064539637441634071.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231114141256.126749-1-cleger@rivosinc.com>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Tue, 14 Nov 2023 09:12:36 -0500 you wrote:
> In order to be able to gather more information about the supported ISA
> extensions from userspace using the hwprobe syscall, add more ISA
> extensions report. This series adds the following ISA extensions parsing
> support:
>
> - Zfh[min]
> - Zvfh[min]
> - Zihintntl
> - Zbc
> - Zvbb
> - Zvbc
> - Zvkb
> - Zvkg
> - Zvkned
> - Zvknh[ab]
> - Zvksed
> - Zvksh
> - Zvkn
> - Zvknc
> - Zvkng
> - Zvks
> - Zvksc
> - Zvksg
> - Zvkt
> - Zfa
> - Zbkb
> - Zbkc
> - Zbkx
> - Zknd
> - Zkne
> - Zknh
> - Zkr
> - Zksed
> - Zksh
> - Zkt
>
> [...]
Here is the summary with links:
- [v4,01/20] riscv: add ISA extension parsing for Zbc
https://git.kernel.org/riscv/c/88e752f0986f
- [v4,02/20] riscv: hwprobe: export missing Zbc ISA extension
https://git.kernel.org/riscv/c/2ae2b9097b2e
- [v4,03/20] riscv: add ISA extension parsing for scalar crypto
https://git.kernel.org/riscv/c/5ee88a915d4b
- [v4,04/20] riscv: hwprobe: add support for scalar crypto ISA extensions
https://git.kernel.org/riscv/c/18883cef7e64
- [v4,05/20] dt-bindings: riscv: add scalar crypto ISA extensions description
https://git.kernel.org/riscv/c/ffd19e815367
- [v4,06/20] riscv: add ISA extension parsing for vector crypto
https://git.kernel.org/riscv/c/4fa9e167b63b
- [v4,07/20] riscv: hwprobe: export vector crypto ISA extensions
https://git.kernel.org/riscv/c/d06b89615a9e
- [v4,08/20] dt-bindings: riscv: add vector crypto ISA extensions description
https://git.kernel.org/riscv/c/eb8c82b7a8c4
- [v4,09/20] riscv: add ISA extension parsing for Zfh/Zfh[min]
https://git.kernel.org/riscv/c/68bddb2748ac
- [v4,10/20] riscv: hwprobe: export Zfh[min] ISA extensions
https://git.kernel.org/riscv/c/5cb9bea00d12
- [v4,11/20] dt-bindings: riscv: add Zfh[min] ISA extensions description
https://git.kernel.org/riscv/c/6853ab83405c
- [v4,12/20] riscv: add ISA extension parsing for Zihintntl
https://git.kernel.org/riscv/c/8ab84bf68d2b
- [v4,13/20] riscv: hwprobe: export Zhintntl ISA extension
https://git.kernel.org/riscv/c/814d9823088a
- [v4,14/20] dt-bindings: riscv: add Zihintntl ISA extension description
https://git.kernel.org/riscv/c/4bd2e33d1613
- [v4,15/20] riscv: add ISA extension parsing for Zvfh[min]
https://git.kernel.org/riscv/c/c7fa1ef17e6f
- [v4,16/20] riscv: hwprobe: export Zvfh[min] ISA extensions
https://git.kernel.org/riscv/c/9a42ab69b658
- [v4,17/20] dt-bindings: riscv: add Zvfh[min] ISA extension description
https://git.kernel.org/riscv/c/1f532a7d898e
- [v4,18/20] riscv: add ISA extension parsing for Zfa
https://git.kernel.org/riscv/c/4758aec519ae
- [v4,19/20] riscv: hwprobe: export Zfa ISA extension
https://git.kernel.org/riscv/c/f838a77a4881
- [v4,20/20] dt-bindings: riscv: add Zfa ISA extension description
https://git.kernel.org/riscv/c/e810a257576f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-12-12 22:20 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-14 14:12 [PATCH v4 00/20] riscv: report more ISA extensions through hwprobe Clément Léger
2023-11-14 14:12 ` [PATCH v4 01/20] riscv: add ISA extension parsing for Zbc Clément Léger
2023-11-14 14:12 ` [PATCH v4 02/20] riscv: hwprobe: export missing Zbc ISA extension Clément Léger
2023-11-14 14:12 ` [PATCH v4 03/20] riscv: add ISA extension parsing for scalar crypto Clément Léger
2023-11-14 14:12 ` [PATCH v4 04/20] riscv: hwprobe: add support for scalar crypto ISA extensions Clément Léger
2023-11-14 14:12 ` [PATCH v4 05/20] dt-bindings: riscv: add scalar crypto ISA extensions description Clément Léger
2023-11-22 16:13 ` Conor Dooley
2023-11-14 14:12 ` [PATCH v4 06/20] riscv: add ISA extension parsing for vector crypto Clément Léger
2023-11-14 14:12 ` [PATCH v4 07/20] riscv: hwprobe: export vector crypto ISA extensions Clément Léger
2023-11-14 14:12 ` [PATCH v4 08/20] dt-bindings: riscv: add vector crypto ISA extensions description Clément Léger
2023-11-14 14:12 ` [PATCH v4 09/20] riscv: add ISA extension parsing for Zfh/Zfh[min] Clément Léger
2023-11-14 14:12 ` [PATCH v4 10/20] riscv: hwprobe: export Zfh[min] ISA extensions Clément Léger
2023-11-14 14:12 ` [PATCH v4 11/20] dt-bindings: riscv: add Zfh[min] ISA extensions description Clément Léger
2023-11-14 14:12 ` [PATCH v4 12/20] riscv: add ISA extension parsing for Zihintntl Clément Léger
2023-11-14 14:12 ` [PATCH v4 13/20] riscv: hwprobe: export Zhintntl ISA extension Clément Léger
2023-11-14 14:12 ` [PATCH v4 14/20] dt-bindings: riscv: add Zihintntl ISA extension description Clément Léger
2023-11-14 14:12 ` [PATCH v4 15/20] riscv: add ISA extension parsing for Zvfh[min] Clément Léger
2023-11-14 14:12 ` [PATCH v4 16/20] riscv: hwprobe: export Zvfh[min] ISA extensions Clément Léger
2023-11-14 14:12 ` [PATCH v4 17/20] dt-bindings: riscv: add Zvfh[min] ISA extension description Clément Léger
2023-11-14 14:12 ` [PATCH v4 18/20] riscv: add ISA extension parsing for Zfa Clément Léger
2023-11-14 14:12 ` [PATCH v4 19/20] riscv: hwprobe: export Zfa ISA extension Clément Léger
2023-11-14 14:12 ` [PATCH v4 20/20] dt-bindings: riscv: add Zfa ISA extension description Clément Léger
2023-11-22 16:16 ` [PATCH v4 00/20] riscv: report more ISA extensions through hwprobe Conor Dooley
2023-12-12 22:20 ` patchwork-bot+linux-riscv [this message]
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=170241962895.7374.4064539637441634071.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc==?utf-8?b?Q2zDqW1lbnQgTMOpZ2VyIDxjbGVnZXJAcml2b3NpbmMuY29tPg==?=@ci.codeaurora.org \
--cc=ajones@ventanamicro.com \
--cc=aou@eecs.berkeley.edu \
--cc=conor@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=evan@rivosinc.com \
--cc=jerry.shih@sifive.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@rivosinc.com \
--cc=paul.walmsley@sifive.com \
--cc=robh+dt@kernel.org \
--cc=sameo@rivosinc.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).