summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/vector.h
AgeCommit message (Expand)AuthorFilesLines
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