aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathGravatar Andrew Bresticker 1-13/+21
2022-09-17riscv: fix a nasty sigreturn bug...Gravatar Al Viro 1-0/+2
2022-08-18riscv: signal: fix missing prototype warningGravatar Conor Dooley 1-0/+1
2022-05-17riscv: compat: signal: Add rt_frame implementationGravatar Guo Ren 1-1/+6
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2022-03-22RISC-V: Add support for restartable sequenceGravatar Vincent Chen 1-0/+2
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2021-05-25riscv: Turn has_fpu into a static key if FPU=yGravatar Jisheng Zhang 1-2/+2
2021-01-14riscv: Add uprobes supportedGravatar Guo Ren 1-0/+3
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALGravatar Jens Axboe 1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-11-17riscv: add nommu supportGravatar Christoph Hellwig 1-1/+16
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeGravatar Christoph Hellwig 1-11/+10
2019-10-28riscv: for C functions called only from assembly, mark with __visibleGravatar Paul Walmsley 1-2/+2
2019-10-28riscv: fp: add missing __user pointer annotationsGravatar Paul Walmsley 1-2/+2
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Gravatar Thomas Gleixner 1-14/+1
2019-04-25riscv/signal: Fixup additional syscall restartingGravatar Guo Ren 1-0/+6
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2018-10-22Auto-detect whether a FPU existsGravatar Alan Kao 1-2/+4
2018-10-22Allow to disable FPU supportGravatar Alan Kao 1-0/+5
2018-10-22Refactor FPU code in signal setup/return proceduresGravatar Alan Kao 1-27/+41
2017-09-26RISC-V: User-facing APIGravatar Palmer Dabbelt 1-0/+292