summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang1-2/+2
2021-01-15riscv: Add uprobes supportedGuo Ren1-0/+3
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-3/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-18riscv: add nommu supportChristoph Hellwig1-1/+16
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig1-11/+10
2019-10-28riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley1-2/+2
2019-10-28riscv: fp: add missing __user pointer annotationsPaul Walmsley1-2/+2
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner1-14/+1
2019-04-25riscv/signal: Fixup additional syscall restartingGuo Ren1-0/+6
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-10-23Auto-detect whether a FPU existsAlan Kao1-2/+4
2018-10-23Allow to disable FPU supportAlan Kao1-0/+5
2018-10-23Refactor FPU code in signal setup/return proceduresAlan Kao1-27/+41
2017-09-27RISC-V: User-facing APIPalmer Dabbelt1-0/+292