aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vector.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-01riscv: vector: clear V-reg in the first-use trapGravatar Andy Chiu 1-0/+1
2023-06-08riscv: Add sysctl to set the default vector rule for new processesGravatar Andy Chiu 1-1/+32
2023-06-08riscv: Add prctl controls for userspace vector managementGravatar Andy Chiu 1-0/+114
2023-06-08riscv: Allocate user's vector context in the first-use trapGravatar Andy Chiu 1-0/+95
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGravatar Greentime Hu 1-0/+36