summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-071-0/+6
|\
| * riscv: Add STACKPROTECTOR supportedGuo Ren2020-07-301-0/+6
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
|/
* RISC-V: gp_in_global needs register keywordPalmer Dabbelt2020-05-211-1/+1
* RISC-V: Stop relying on GCC's register allocator's hueristicsPalmer Dabbelt2020-03-031-2/+3
* riscv: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-3/+3
* riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-051-8/+9
* riscv: add missing header file includesPaul Walmsley2019-10-281-0/+2
* riscv: Correct the initialized flow of FP registerVincent Chen2019-08-141-2/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner2019-05-241-14/+1
* Auto-detect whether a FPU existsAlan Kao2018-10-221-1/+3
* Allow to disable FPU supportAlan Kao2018-10-221-1/+3
* Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-311-1/+1
|\
| * riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro2017-12-041-1/+1
* | riscv: rename SR_* constants to match the specChristoph Hellwig2018-01-071-2/+2
|/
* RISC-V: Task implementationPalmer Dabbelt2017-09-261-0/+129