Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"
authorPalmer Dabbelt <palmer@rivosinc.com>
Wed, 10 Jan 2024 04:14:51 +0000 (20:14 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 10 Jan 2024 04:14:51 +0000 (20:14 -0800)
commitcb51bfee7f62a8e26b694f9d84c0041b3e3ccc71
tree0e8f43c6e06736675ff6c1917cc3e86fd1565f21
parent62694797f56bf72e4c598bc0e319c7b828c1b187
parent3359866b40a97038405c72e68097a92a4a9caa71
Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"

Clément Léger <cleger@rivosinc.com> says:

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.

* b4-shazam-lts:
  riscv: hwprobe: export Zicond extension
  riscv: hwprobe: export Zacas ISA extension
  riscv: add ISA extension parsing for Zacas
  dt-bindings: riscv: add Zacas ISA extension description
  riscv: hwprobe: export Ztso ISA extension
  riscv: add ISA extension parsing for Ztso

Link: https://lore.kernel.org/r/20231220155723.684081-1-cleger@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Documentation/arch/riscv/hwprobe.rst
arch/riscv/include/asm/hwcap.h
arch/riscv/include/uapi/asm/hwprobe.h
arch/riscv/kernel/cpufeature.c
arch/riscv/kernel/sys_hwprobe.c