summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/vector.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang1-1/+1
2023-08-22RISC-V: vector: export VLENB csr in __sc_riscv_v_stateAndy Chiu1-1/+2
2023-07-04riscv: Discard vector state on syscallsBjörn Töpel1-0/+34
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu1-0/+4
2023-06-08riscv: Allocate user's vector context in the first-use trapAndy Chiu1-0/+2
2023-06-08riscv: Add task switch support for vectorGreentime Hu1-0/+38
2023-06-08riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu1-0/+95
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu1-0/+8
2023-06-08riscv: Introduce Vector enable/disable helpersGreentime Hu1-0/+11
2023-06-08riscv: Extending cpufeature.c to detect V-extensionGuo Ren1-0/+26