开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2026-04-04
riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()
Nam Cao
2026-04-04
riscv: Split out compare_unaligned_access()
Nam Cao
2026-04-04
riscv: Reuse measure_cycles() in check_vector_unaligned_access()
Nam Cao
2026-04-04
riscv: Split out measure_cycles() for reuse
Nam Cao
2026-04-04
riscv: Clean up & optimize unaligned scalar access probe
Nam Cao
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-10-17
riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot
Jingwei Wang
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