[v2,0/6] riscv: hwprobe: add Zicond, Zacas and Ztso support

Message ID 20231220155723.684081-1-cleger@rivosinc.com
Headers
Series riscv: hwprobe: add Zicond, Zacas and Ztso support |

Message

Clément Léger Dec. 20, 2023, 3:57 p.m. UTC
  This series add support for a few more extensions that are present in
the RVA22U64/RVA23U64 (either mandatory or optional) and that are useful
for userspace:
- Zicond
- Zacas
- Ztso

Series currently based on riscv/for-next.

---

Changes in V2:
 - Removed Zam which is not yet ratified
 - Link to v1: https://lore.kernel.org/linux-riscv/20231213113308.133176-1-cleger@rivosinc.com/

Clément Léger (6):
  riscv: add ISA extension parsing for Ztso
  riscv: hwprobe: export Ztso ISA extension
  dt-bindings: riscv: add Zacas ISA extension description
  riscv: add ISA extension parsing for Zacas
  riscv: hwprobe: export Zacas ISA extension
  riscv: hwprobe: export Zicond extension

 Documentation/arch/riscv/hwprobe.rst                | 13 +++++++++++++
 .../devicetree/bindings/riscv/extensions.yaml       |  6 ++++++
 arch/riscv/include/asm/hwcap.h                      |  2 ++
 arch/riscv/include/uapi/asm/hwprobe.h               |  3 +++
 arch/riscv/kernel/cpufeature.c                      |  2 ++
 arch/riscv/kernel/sys_riscv.c                       |  3 +++
 6 files changed, 29 insertions(+)
  

Comments

patchwork-bot+linux-riscv@kernel.org Jan. 11, 2024, 2:50 p.m. UTC | #1
Hello:

This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Wed, 20 Dec 2023 16:57:16 +0100 you wrote:
> This series add support for a few more extensions that are present in
> the RVA22U64/RVA23U64 (either mandatory or optional) and that are useful
> for userspace:
> - Zicond
> - Zacas
> - Ztso
> 
> [...]

Here is the summary with links:
  - [v2,1/6] riscv: add ISA extension parsing for Ztso
    https://git.kernel.org/riscv/c/1ec9f381e848
  - [v2,2/6] riscv: hwprobe: export Ztso ISA extension
    https://git.kernel.org/riscv/c/5b4d64a819c0
  - [v2,3/6] dt-bindings: riscv: add Zacas ISA extension description
    https://git.kernel.org/riscv/c/cd7be4d02f41
  - [v2,4/6] riscv: add ISA extension parsing for Zacas
    https://git.kernel.org/riscv/c/188a2122c827
  - [v2,5/6] riscv: hwprobe: export Zacas ISA extension
    https://git.kernel.org/riscv/c/154a37061229
  - [v2,6/6] riscv: hwprobe: export Zicond extension
    https://git.kernel.org/riscv/c/3359866b40a9

You are awesome, thank you!