public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] RISC-V: Add Zicclsm extension support
@ 2024-08-09 16:22 Jesse Taube
  2024-08-09 16:22 ` [PATCH 1/2] RISC-V: Add Zicclsm to cpufeature and hwprobe Jesse Taube
  2024-08-09 16:22 ` [PATCH 2/2] dt-bindings: riscv: Add Zicclsm ISA extension description Jesse Taube
  0 siblings, 2 replies; 8+ messages in thread
From: Jesse Taube @ 2024-08-09 16:22 UTC (permalink / raw)
  To: linux-riscv
  Cc: Jonathan Corbet, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Conor Dooley, Rob Herring, Krzysztof Kozlowski,
	Clément Léger, Evan Green, Andrew Jones, Jesse Taube,
	Charlie Jenkins, Xiao Wang, Andy Chiu, Eric Biggers, Greentime Hu,
	Björn Töpel, Heiko Stuebner, Costa Shulyupin,
	Andrew Morton, Baoquan He, Anup Patel, Zong Li, Sami Tolvanen,
	Ben Dooks, Alexandre Ghiti, Gustavo A. R. Silva, Erick Archer,
	Joel Granados, linux-doc, linux-kernel, devicetree

This set is the first two commits of
RISC-V: Detect and report speed of unaligned vector accesses [1]
rebased onto palmer/for-next.

The rational for adding Zicclsm was related to detecting unaligned
vector accesses though this reasoning is gone.

I don't see why Zicclsm shouldn't be added which is why
I'm sending this set.

[1] https://lore.kernel.org/all/20240726163719.1667923-1-jesse@rivosinc.com/

Jesse Taube (2):
  RISC-V: Add Zicclsm to cpufeature and hwprobe
  dt-bindings: riscv: Add Zicclsm ISA extension description.

 Documentation/arch/riscv/hwprobe.rst                    | 5 +++++
 Documentation/devicetree/bindings/riscv/extensions.yaml | 7 +++++++
 arch/riscv/include/asm/hwcap.h                          | 1 +
 arch/riscv/include/uapi/asm/hwprobe.h                   | 1 +
 arch/riscv/kernel/cpufeature.c                          | 1 +
 arch/riscv/kernel/sys_hwprobe.c                         | 1 +
 6 files changed, 16 insertions(+)
---
base-commit: 2d1f51d8a4b0c3fc0b2b79d4e5b95a6813500092

-- 
2.45.2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-08-12 16:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 16:22 [PATCH 0/2] RISC-V: Add Zicclsm extension support Jesse Taube
2024-08-09 16:22 ` [PATCH 1/2] RISC-V: Add Zicclsm to cpufeature and hwprobe Jesse Taube
2024-08-09 18:49   ` Charlie Jenkins
2024-08-09 16:22 ` [PATCH 2/2] dt-bindings: riscv: Add Zicclsm ISA extension description Jesse Taube
2024-08-09 18:15   ` Rob Herring
2024-08-09 18:56     ` Charlie Jenkins
2024-08-12 15:56       ` Conor Dooley
2024-08-12 16:47         ` Jesse Taube

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox