Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |