summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vector.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: vector: adjust minimum Vector requirement to ZVE32XAndy Chiu2024-05-301-1/+4
* riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu2024-01-161-6/+25
* riscv: vector: use kmem_cache to manage vector contextAndy Chiu2024-01-161-1/+18
* riscv: vector: use a mask to write vstate_ctrlAndy Chiu2024-01-161-1/+2
* riscv: sched: defer restoring Vector context for userAndy Chiu2024-01-161-1/+1
* riscv: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
* riscv: vector: clear V-reg in the first-use trapAndy Chiu2023-07-011-0/+1
* riscv: Add sysctl to set the default vector rule for new processesAndy Chiu2023-06-081-1/+32
* riscv: Add prctl controls for userspace vector managementAndy Chiu2023-06-081-0/+114
* riscv: Allocate user's vector context in the first-use trapAndy Chiu2023-06-081-0/+95
* riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu2023-06-081-0/+36