index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
vector.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RISC-V: add helper function to read the vector VLEN
Heiko Stuebner
2024-01-23
1
-0
/
+11
*
riscv: vector: allow kernel-mode Vector with preemption
Andy Chiu
2024-01-16
1
-4
/
+54
*
riscv: vector: use kmem_cache to manage vector context
Andy Chiu
2024-01-16
1
-0
/
+4
*
riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
Andy Chiu
2024-01-16
1
-9
/
+5
*
riscv: sched: defer restoring Vector context for user
Andy Chiu
2024-01-16
1
-1
/
+10
*
riscv: Add support for kernel mode vector
Greentime Hu
2024-01-16
1
-0
/
+9
*
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
2023-11-09
1
-1
/
+1
*
RISC-V: vector: export VLENB csr in __sc_riscv_v_state
Andy Chiu
2023-08-22
1
-1
/
+2
*
riscv: Discard vector state on syscalls
Björn Töpel
2023-07-04
1
-0
/
+34
*
riscv: Add prctl controls for userspace vector management
Andy Chiu
2023-06-08
1
-0
/
+4
*
riscv: Allocate user's vector context in the first-use trap
Andy Chiu
2023-06-08
1
-0
/
+2
*
riscv: Add task switch support for vector
Greentime Hu
2023-06-08
1
-0
/
+38
*
riscv: Introduce struct/helpers to save/restore per-task Vector state
Greentime Hu
2023-06-08
1
-0
/
+95
*
riscv: Introduce riscv_v_vsize to record size of Vector context
Greentime Hu
2023-06-08
1
-0
/
+8
*
riscv: Introduce Vector enable/disable helpers
Greentime Hu
2023-06-08
1
-0
/
+11
*
riscv: Extending cpufeature.c to detect V-extension
Guo Ren
2023-06-08
1
-0
/
+26