summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/kernel_mode_vector.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-13RISC-V: KVM: fix vcpu vector context handling for kernel-mode vectorAndy Chiu1-12/+47
2026-08-13riscv: vector: allow non-preemptible kernel-mode vector with IRQs offAndy Chiu1-6/+13
2026-08-13riscv: vector: refactor riscv_v_start_kernel_contextAndy Chiu1-9/+5
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins1-4/+4
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