summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/kernel_mode_vector.c
AgeCommit message (Expand)Author
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy 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: vector: make Vector always available for softirq contextAndy Chiu
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu