summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vector.c
AgeCommit message (Expand)Author
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu
2024-01-16riscv: vector: use kmem_cache to manage vector contextAndy Chiu
2024-01-16riscv: vector: use a mask to write vstate_ctrlAndy Chiu
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu
2023-10-10riscv: Remove now superfluous sentinel element from ctl_table arrayJoel Granados
2023-07-01riscv: vector: clear V-reg in the first-use trapAndy Chiu
2023-06-08riscv: Add sysctl to set the default vector rule for new processesAndy Chiu
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: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu