summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/vector.h
AgeCommit message (Expand)Author
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang
2023-08-22RISC-V: vector: export VLENB csr in __sc_riscv_v_stateAndy Chiu
2023-07-04riscv: Discard vector state on syscallsBjörn Töpel
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu
2023-06-08riscv: Allocate user's vector context in the first-use trapAndy Chiu
2023-06-08riscv: Add task switch support for vectorGreentime Hu
2023-06-08riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu
2023-06-08riscv: Introduce Vector enable/disable helpersGreentime Hu
2023-06-08riscv: Extending cpufeature.c to detect V-extensionGuo Ren