Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
cb9e282
dt-bindings: riscv: Add Zicond extension entry
avpatel Sep 25, 2023
c7d8f0d
dt-bindings: riscv: add scalar crypto ISA extensions description
clementleger Nov 14, 2023
e552da8
dt-bindings: riscv: add vector crypto ISA extensions description
clementleger Nov 14, 2023
a3ceb9f
dt-bindings: riscv: add Zfh[min] ISA extensions description
clementleger Nov 14, 2023
25c9dba
dt-bindings: riscv: add Zihintntl ISA extension description
clementleger Nov 14, 2023
27ad449
dt-bindings: riscv: add Zvfh[min] ISA extension description
clementleger Nov 14, 2023
83664bb
dt-bindings: riscv: add Zfa ISA extension description
clementleger Nov 14, 2023
3012717
dt-bindings: riscv: add Zacas ISA extension description
clementleger Dec 20, 2023
6bcba7e
dt-bindings: riscv: permit numbers in "riscv,isa"
ConchuOD Dec 8, 2023
9d54460
dt-bindings: riscv: Add Andes PMU extension description
lyctw Feb 22, 2024
f54e55b
dt-bindings: riscv: add Zve32[xf] Zve64[xfd] ISA extension description
AndybnACT May 9, 2024
0c11e35
dt-bindings: riscv: add Zimop ISA extension description
clementleger Jun 19, 2024
f8dbada
dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
clementleger Jun 19, 2024
22ec210
dt-bindings: riscv: add Zcmop ISA extension description
clementleger Jun 19, 2024
0eeec58
dt-bindings: riscv: add bfloat16 ISA extension description
inochisa Feb 13, 2025
97b5cc4
dt-bindings: riscv: Add Zawrs ISA extension description
Apr 26, 2024
a2e78c0
dt-bindings: riscv: Add Svvptc ISA extension description
Jul 17, 2024
7dd6d22
dt-bindings: riscv: Add pointer masking ISA extensions
SiFiveHolland Oct 16, 2024
6070dd9
dt-bindings: riscv: Add Zabha ISA extension description
Nov 3, 2024
b06939d
dt-bindings: riscv: add Zaamo and Zalrsc ISA extension description
clementleger Jun 19, 2024
9a0e1f4
dt-bindings: riscv: d requires f
ConchuOD Mar 12, 2025
a6e8bcd
dt-bindings: riscv: add vector sub-extension dependencies
ConchuOD Mar 12, 2025
cd08520
dt-bindings: riscv: document vector crypto requirements
ConchuOD Mar 12, 2025
1f10d2b
dt-bindings: riscv: add Zilsd and Zclsd extension descriptions
wpcwzy Aug 26, 2025
dd73223
riscv: add ISA extension parsing for Zilsd and Zclsd
wpcwzy Aug 26, 2025
b3f0af3
riscv: hwprobe: export Zilsd and Zclsd ISA extensions
wpcwzy Aug 26, 2025
0b542d5
riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
wpcwzy Aug 26, 2025
381f169
KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list …
wpcwzy Aug 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Documentation/arch/riscv/hwprobe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@ The following keys are defined:
* :c:macro:`RISCV_HWPROBE_EXT_ZICBOP`: The Zicbop extension is supported, as
ratified in commit 3dd606f ("Create cmobase-v1.0.pdf") of riscv-CMOs.

* :c:macro:`RISCV_HWPROBE_EXT_ZILSD`: The Zilsd extension is supported as
defined in the RISC-V ISA manual starting from commit f88abf1 ("Integrating
load/store pair for RV32 with the main manual") of the riscv-isa-manual.

* :c:macro:`RISCV_HWPROBE_EXT_ZCLSD`: The Zclsd extension is supported as
defined in the RISC-V ISA manual starting from commit f88abf1 ("Integrating
load/store pair for RV32 with the main manual") of the riscv-isa-manual.

* :c:macro:`RISCV_HWPROBE_KEY_CPUPERF_0`: A bitmask that contains performance
information about the selected set of processors.
* :c:macro:`RISCV_HWPROBE_KEY_CPUPERF_0`: Deprecated. Returns similar values to
Expand Down
Loading
Loading