summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/vector.h
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: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu
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