index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
vector.h
Age
Commit message (
Expand
)
Author
2025-06-12
riscv: vector: Fix context save/restore with xtheadvector
Han Gao
2025-06-05
riscv: vector: Support calling schedule() for preemptible Vector
Andy Chiu
2025-01-18
riscv: vector: Support xtheadvector save/restore
Charlie Jenkins
2024-10-18
RISC-V: Detect unaligned vector accesses supported
Jesse Taube
2024-05-30
riscv: vector: adjust minimum Vector requirement to ZVE32X
Andy Chiu
2024-01-22
RISC-V: add helper function to read the vector VLEN
Heiko Stuebner
2024-01-16
riscv: vector: allow kernel-mode Vector with preemption
Andy Chiu
2024-01-16
riscv: vector: use kmem_cache to manage vector context
Andy Chiu
2024-01-16
riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
Andy Chiu
2024-01-16
riscv: sched: defer restoring Vector context for user
Andy Chiu
2024-01-16
riscv: Add support for kernel mode vector
Greentime Hu
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
2023-08-22
RISC-V: vector: export VLENB csr in __sc_riscv_v_state
Andy Chiu
2023-07-04
riscv: Discard vector state on syscalls
Björn Töpel
2023-06-08
riscv: Add prctl controls for userspace vector management
Andy Chiu
2023-06-08
riscv: Allocate user's vector context in the first-use trap
Andy Chiu
2023-06-08
riscv: Add task switch support for vector
Greentime Hu
2023-06-08
riscv: Introduce struct/helpers to save/restore per-task Vector state
Greentime Hu
2023-06-08
riscv: Introduce riscv_v_vsize to record size of Vector context
Greentime Hu
2023-06-08
riscv: Introduce Vector enable/disable helpers
Greentime Hu
2023-06-08
riscv: Extending cpufeature.c to detect V-extension
Guo Ren