summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-28riscv: add missing header file includesPaul Walmsley1-0/+2
2019-08-14riscv: Correct the initialized flow of FP registerVincent Chen1-2/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner1-14/+1
2018-10-23Auto-detect whether a FPU existsAlan Kao1-1/+3
2018-10-23Allow to disable FPU supportAlan Kao1-1/+3
2018-02-01Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-01-08riscv: rename SR_* constants to match the specChristoph Hellwig1-2/+2
2017-12-05riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro1-1/+1
2017-09-27RISC-V: Task implementationPalmer Dabbelt1-0/+129