summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/vector.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: add helper function to read the vector VLENHeiko Stuebner2024-01-231-0/+11
* riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu2024-01-161-4/+54
* riscv: vector: use kmem_cache to manage vector contextAndy Chiu2024-01-161-0/+4
* riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu2024-01-161-9/+5
* riscv: sched: defer restoring Vector context for userAndy Chiu2024-01-161-1/+10
* riscv: Add support for kernel mode vectorGreentime Hu2024-01-161-0/+9
* riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-091-1/+1
* RISC-V: vector: export VLENB csr in __sc_riscv_v_stateAndy Chiu2023-08-221-1/+2
* riscv: Discard vector state on syscallsBjörn Töpel2023-07-041-0/+34
* riscv: Add prctl controls for userspace vector managementAndy Chiu2023-06-081-0/+4
* riscv: Allocate user's vector context in the first-use trapAndy Chiu2023-06-081-0/+2
* riscv: Add task switch support for vectorGreentime Hu2023-06-081-0/+38
* riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu2023-06-081-0/+95
* riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu2023-06-081-0/+8
* riscv: Introduce Vector enable/disable helpersGreentime Hu2023-06-081-0/+11
* riscv: Extending cpufeature.c to detect V-extensionGuo Ren2023-06-081-0/+26