summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: signal: Remove unlikely() from WARN_ON() conditionZhongqiu Han2024-07-261-1/+1
* riscv: Fix vector state restore in rt_sigreturn()Björn Töpel2024-04-041-7/+8
* Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt2024-01-161-2/+5
|\
| * riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu2024-01-161-1/+1
| * riscv: sched: defer restoring Vector context for userAndy Chiu2024-01-161-1/+4
* | riscv; fix __user annotation in save_v_state()Ben Dooks2024-01-101-1/+1
|/
* Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt2023-11-091-7/+0
|\
| * riscv: signal: fix sigaltstack frame size checkingAndy Chiu2023-10-121-7/+0
* | riscv: signal: handle syscall restart before get_signalHaorong Lu2023-11-051-39/+46
|/
* riscv: signal: validate altstack to reflect VectorAndy Chiu2023-06-081-0/+7
* riscv: signal: Report signal frame size to userspace via auxvVincent Chen2023-06-081-5/+15
* riscv: signal: Add sigcontext save/restore for vectorGreentime Hu2023-06-081-14/+160
* riscv: signal: check fp-reserved words unconditionallyAndy Chiu2023-06-081-27/+28
* Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-291-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-091-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-181-1/+6
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-291-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-261-2/+2
* riscv: Add uprobes supportedGuo Ren2021-01-151-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-241-1/+1
* riscv: add nommu supportChristoph Hellwig2019-11-181-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-091-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-041-2/+2
* Auto-detect whether a FPU existsAlan Kao2018-10-231-2/+4
* Allow to disable FPU supportAlan Kao2018-10-231-0/+5
* Refactor FPU code in signal setup/return proceduresAlan Kao2018-10-231-27/+41
* RISC-V: User-facing APIPalmer Dabbelt2017-09-271-0/+292