index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
vector.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-05
riscv: vector: Support calling schedule() for preemptible Vector
Andy Chiu
1
-3
/
+19
2025-01-18
riscv: vector: Support xtheadvector save/restore
Charlie Jenkins
1
-49
/
+173
2024-10-18
RISC-V: Detect unaligned vector accesses supported
Jesse Taube
1
-0
/
+2
2024-05-30
riscv: vector: adjust minimum Vector requirement to ZVE32X
Andy Chiu
1
-5
/
+5
2024-01-22
RISC-V: add helper function to read the vector VLEN
Heiko Stuebner
1
-0
/
+11
2024-01-16
riscv: vector: allow kernel-mode Vector with preemption
Andy Chiu
1
-4
/
+54
2024-01-16
riscv: vector: use kmem_cache to manage vector context
Andy Chiu
1
-0
/
+4
2024-01-16
riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
Andy Chiu
1
-9
/
+5
2024-01-16
riscv: sched: defer restoring Vector context for user
Andy Chiu
1
-1
/
+10
2024-01-16
riscv: Add support for kernel mode vector
Greentime Hu
1
-0
/
+9
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
1
-1
/
+1
2023-08-22
RISC-V: vector: export VLENB csr in __sc_riscv_v_state
Andy Chiu
1
-1
/
+2
2023-07-04
riscv: Discard vector state on syscalls
Björn Töpel
1
-0
/
+34
2023-06-08
riscv: Add prctl controls for userspace vector management
Andy Chiu
1
-0
/
+4
2023-06-08
riscv: Allocate user's vector context in the first-use trap
Andy Chiu
1
-0
/
+2
2023-06-08
riscv: Add task switch support for vector
Greentime Hu
1
-0
/
+38
2023-06-08
riscv: Introduce struct/helpers to save/restore per-task Vector state
Greentime Hu
1
-0
/
+95
2023-06-08
riscv: Introduce riscv_v_vsize to record size of Vector context
Greentime Hu
1
-0
/
+8
2023-06-08
riscv: Introduce Vector enable/disable helpers
Greentime Hu
1
-0
/
+11
2023-06-08
riscv: Extending cpufeature.c to detect V-extension
Guo Ren
1
-0
/
+26