summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-27/+2
|\
| * riscv: entry: Convert to generic entryGuo Ren2023-03-231-27/+2
* | riscv: add icache flush for nommu sigreturn trampolineMathis Salmen2023-04-111-1/+8
|/
* RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker2022-12-081-13/+21
* riscv: fix a nasty sigreturn bug...Al Viro2022-09-171-0/+2
* riscv: signal: fix missing prototype warningConor Dooley2022-08-181-0/+1
* riscv: compat: signal: Add rt_frame implementationGuo Ren2022-05-171-1/+6
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-2/+2
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
* | RISC-V: Add support for restartable sequenceVincent Chen2022-03-221-0/+2
|/
* riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang2021-05-251-2/+2
* riscv: Add uprobes supportedGuo Ren2021-01-141-0/+3
* riscv: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-1/+1
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* riscv: add nommu supportChristoph Hellwig2019-11-171-1/+16
* riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-051-11/+10
* riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley2019-10-281-2/+2
* riscv: fp: add missing __user pointer annotationsPaul Walmsley2019-10-281-2/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner2019-05-241-14/+1
|/
* riscv/signal: Fixup additional syscall restartingGuo Ren2019-04-251-0/+6
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* Auto-detect whether a FPU existsAlan Kao2018-10-221-2/+4
* Allow to disable FPU supportAlan Kao2018-10-221-0/+5
* Refactor FPU code in signal setup/return proceduresAlan Kao2018-10-221-27/+41
* RISC-V: User-facing APIPalmer Dabbelt2017-09-261-0/+292