aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/kernel/process.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-12-04riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro1-1/+1
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2017-09-26RISC-V: Task implementationPalmer Dabbelt1-0/+129
This patch contains the implementation of tasks on RISC-V, most of which is involved in task switching. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>