Hello:
This series was applied to riscv/linux.git (for-next) by Paul Walmsley pjw@kernel.org:
On Wed, 27 Aug 2025 00:29:34 +0800 you wrote:
Hi all,
This is v2 of a short series that adds kernel support for the ratified Zilsd (Load/Store pair) and Zclsd (Compressed Load/Store pair) RISC-V ISA extensions. The series enables kernel-side exposure so user-space (for example glibc) can detect and use these extensions via hwprobe and runtime checks.
[...]
Here is the summary with links: - [v2,1/5] dt-bindings: riscv: add Zilsd and Zclsd extension descriptions https://git.kernel.org/riscv/c/aeec6a5ddd8a - [v2,2/5] riscv: add ISA extension parsing for Zilsd and Zclsd https://git.kernel.org/riscv/c/ac3b03f8a4eb - [v2,3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions https://git.kernel.org/riscv/c/668a3bd57466 - [v2,4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM (no matching commit) - [v2,5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test (no matching commit)
You are awesome, thank you!