index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
unaligned_access_speed.c
Age
Commit message (
Expand
)
Author
2025-06-04
riscv: misaligned: request misaligned exception from SBI
Clément Léger
2025-04-14
riscv: Fix unaligned access info messages
Andrew Jones
2025-03-20
Merge patch series "riscv: Unaligned access speed probing fixes and skipping"
Alexandre Ghiti
2025-03-19
riscv: Add parameter for skipping access speed tests
Andrew Jones
2025-03-19
riscv: Fix set up of vector cpu hotplug callback
Andrew Jones
2025-03-19
riscv: Fix set up of cpu hotplug callbacks
Andrew Jones
2025-03-19
riscv: Change check_unaligned_access_speed_all_cpus to void
Andrew Jones
2025-03-19
riscv: Fix check_unaligned_access_all_cpus
Andrew Jones
2025-03-19
riscv: Fix riscv_online_cpu_vec
Andrew Jones
2025-03-19
riscv: Annotate unaligned access init functions
Andrew Jones
2025-03-18
riscv: Fix missing __free_pages() in check_vector_unaligned_access()
Alexandre Ghiti
2024-10-18
RISC-V: Report vector unaligned access speed hwprobe
Jesse Taube
2024-10-18
RISC-V: Detect unaligned vector accesses supported
Jesse Taube
2024-10-18
RISC-V: Scalar unaligned access emulated on hotplug CPUs
Jesse Taube
2024-08-14
RISC-V: hwprobe: Add SCALAR to misaligned perf defines
Evan Green
2024-03-20
riscv: Use kcalloc() instead of kzalloc()
Erick Archer
2024-03-13
riscv: Set unaligned access speed at compile time
Charlie Jenkins