summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/kernel_mode_vector.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu1-6/+127
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu1-1/+1
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu1-1/+1
2024-01-16riscv: vector: make Vector always available for softirq contextAndy Chiu1-2/+12
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu1-0/+116