[PATCH 0/1] RISC-V: kernel parameter for unaligned access speed

Jesse Taube posted 1 patch 1 year, 4 months ago
Only 0 patches received!
arch/riscv/kernel/unaligned_access_speed.c | 81 ++++++++++++++++++++++
1 file changed, 81 insertions(+)
[PATCH 0/1] RISC-V: kernel parameter for unaligned access speed
Posted by Jesse Taube 1 year, 4 months ago
Add a kernel parameter to the unaligned access speed. This allows
skiping of the speed tests for unaligned accesses, which often is very
slow.

This patch requires (RISC-V: Detect and report speed of unaligned vector
accesses) to be applied first.

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

Jesse Taube (1):
  RISC-V: Add parameter to unaligned access speed

 arch/riscv/kernel/unaligned_access_speed.c | 81 ++++++++++++++++++++++
 1 file changed, 81 insertions(+)

-- 
2.45.2