Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | riscv: vector: adjust minimum Vector requirement to ZVE32X | Andy Chiu | 2024-05-30 | 1 | -1/+4 |
* | riscv: vector: allow kernel-mode Vector with preemption | Andy Chiu | 2024-01-16 | 1 | -6/+25 |
* | riscv: vector: use kmem_cache to manage vector context | Andy Chiu | 2024-01-16 | 1 | -1/+18 |
* | riscv: vector: use a mask to write vstate_ctrl | Andy Chiu | 2024-01-16 | 1 | -1/+2 |
* | riscv: sched: defer restoring Vector context for user | Andy Chiu | 2024-01-16 | 1 | -1/+1 |
* | riscv: Remove now superfluous sentinel element from ctl_table array | Joel Granados | 2023-10-11 | 1 | -1/+0 |
* | riscv: vector: clear V-reg in the first-use trap | Andy Chiu | 2023-07-01 | 1 | -0/+1 |
* | riscv: Add sysctl to set the default vector rule for new processes | Andy Chiu | 2023-06-08 | 1 | -1/+32 |
* | riscv: Add prctl controls for userspace vector management | Andy Chiu | 2023-06-08 | 1 | -0/+114 |
* | riscv: Allocate user's vector context in the first-use trap | Andy Chiu | 2023-06-08 | 1 | -0/+95 |
* | riscv: Introduce riscv_v_vsize to record size of Vector context | Greentime Hu | 2023-06-08 | 1 | -0/+36 |