aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16riscv: Fix typo EXRACT -> EXTRACTAlexandre Ghiti1-1/+1
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+18
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins1-6/+6
2025-01-18riscv: vector: Use vlenb from DT for theadCharlie Jenkins1-1/+11
2025-01-18RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt1-1/+1
2024-10-18RISC-V: Detect unaligned vector accesses supportedJesse Taube1-1/+1
2024-05-30riscv: vector: adjust minimum Vector requirement to ZVE32XAndy Chiu1-1/+4
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu1-6/+25
2024-01-16riscv: vector: use kmem_cache to manage vector contextAndy Chiu1-1/+18
2024-01-16riscv: vector: use a mask to write vstate_ctrlAndy Chiu1-1/+2
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu1-1/+1
2023-10-10riscv: Remove now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-07-01riscv: vector: clear V-reg in the first-use trapAndy Chiu1-0/+1
2023-06-08riscv: Add sysctl to set the default vector rule for new processesAndy Chiu1-1/+32
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu1-0/+114
2023-06-08riscv: Allocate user's vector context in the first-use trapAndy Chiu1-0/+95
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu1-0/+36