aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/process.c
AgeCommit message (Expand)Author
2021-01-14riscv: Improve __show_regsKefeng Wang
2021-01-14riscv: Add dump stack in show_regsKefeng Wang
2021-01-14riscv: Enable per-task stack canariesGuo Ren
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-30riscv: Add STACKPROTECTOR supportedGuo Ren
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-05-21RISC-V: gp_in_global needs register keywordPalmer Dabbelt
2020-03-03RISC-V: Stop relying on GCC's register allocator's hueristicsPalmer Dabbelt
2020-01-07riscv: Implement copy_thread_tlsAmanieu d'Antras
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig
2019-10-28riscv: add missing header file includesPaul Walmsley
2019-08-14riscv: Correct the initialized flow of FP registerVincent Chen
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner
2018-10-22Auto-detect whether a FPU existsAlan Kao
2018-10-22Allow to disable FPU supportAlan Kao
2018-01-31Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-07riscv: rename SR_* constants to match the specChristoph Hellwig
2017-12-04riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro
2017-09-26RISC-V: Task implementationPalmer Dabbelt