开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
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
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
vector.h
Age
Commit message (
Expand
)
Author
2025-01-18
riscv: vector: Support xtheadvector save/restore
Charlie Jenkins
2024-10-18
RISC-V: Detect unaligned vector accesses supported
Jesse Taube
2024-05-30
riscv: vector: adjust minimum Vector requirement to ZVE32X
Andy Chiu
2024-01-22
RISC-V: add helper function to read the vector VLEN
Heiko Stuebner
2024-01-16
riscv: vector: allow kernel-mode Vector with preemption
Andy Chiu
2024-01-16
riscv: vector: use kmem_cache to manage vector context
Andy Chiu
2024-01-16
riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
Andy Chiu
2024-01-16
riscv: sched: defer restoring Vector context for user
Andy Chiu
2024-01-16
riscv: Add support for kernel mode vector
Greentime Hu
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
2023-08-22
RISC-V: vector: export VLENB csr in __sc_riscv_v_state
Andy Chiu
2023-07-04
riscv: Discard vector state on syscalls
Björn Töpel
2023-06-08
riscv: Add prctl controls for userspace vector management
Andy Chiu
2023-06-08
riscv: Allocate user's vector context in the first-use trap
Andy Chiu
2023-06-08
riscv: Add task switch support for vector
Greentime Hu
2023-06-08
riscv: Introduce struct/helpers to save/restore per-task Vector state
Greentime Hu
2023-06-08
riscv: Introduce riscv_v_vsize to record size of Vector context
Greentime Hu
2023-06-08
riscv: Introduce Vector enable/disable helpers
Greentime Hu
2023-06-08
riscv: Extending cpufeature.c to detect V-extension
Guo Ren