aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/include/asm/switch_to.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins1-1/+1
2024-10-24riscv: Add support for userspace pointer maskingSamuel Holland1-0/+11
2024-10-05riscv: Add support for per-thread envcfg CSR valuesSamuel Holland1-0/+8
2024-04-18riscv: Include riscv_set_icache_flush_ctx prctlCharlie Jenkins1-0/+23
2024-01-16riscv: fpu: drop SR_SD bit checkingAndy Chiu1-2/+1
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang1-1/+1
2023-06-08riscv: Add task switch support for vectorGreentime Hu1-0/+3
2023-06-08riscv: Rename __switch_to_aux() -> fpuGuo Ren1-3/+3
2023-01-31riscv: fpu: switch has_fpu() to riscv_has_extension_likely()Jisheng Zhang1-1/+2
2022-06-16riscv: switch has_fpu() to the unified static key mechanismJisheng Zhang1-2/+2
2021-05-25riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang1-3/+8
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig1-5/+5
2019-10-28riscv: add missing header file includesPaul Walmsley1-0/+1
2019-08-14riscv: Make __fstate_clean() work correctly.Vincent Chen1-1/+1
2019-08-14riscv: Correct the initialized flow of FP registerVincent Chen1-0/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2018-10-22Auto-detect whether a FPU existsAlan Kao1-4/+4
2018-10-22Allow to disable FPU supportAlan Kao1-0/+10
2017-09-26RISC-V: Task implementationPalmer Dabbelt1-0/+69