aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/signal.c
AgeCommit message (Expand)Author
2021-01-14riscv: Add uprobes supportedGuo Ren
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-11-17riscv: add nommu supportChristoph Hellwig
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig
2019-10-28riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley
2019-10-28riscv: fp: add missing __user pointer annotationsPaul Walmsley
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner
2019-04-25riscv/signal: Fixup additional syscall restartingGuo Ren
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-22Auto-detect whether a FPU existsAlan Kao
2018-10-22Allow to disable FPU supportAlan Kao
2018-10-22Refactor FPU code in signal setup/return proceduresAlan Kao
2017-09-26RISC-V: User-facing APIPalmer Dabbelt