summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/signal.c
AgeCommit message (Expand)Author
2024-04-03riscv: Fix vector state restore in rt_sigreturn()Björn Töpel
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu
2024-01-09riscv; fix __user annotation in save_v_state()Ben Dooks
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt
2023-11-05riscv: signal: handle syscall restart before get_signalHaorong Lu
2023-10-12riscv: signal: fix sigaltstack frame size checkingAndy Chiu
2023-06-08riscv: signal: validate altstack to reflect VectorAndy Chiu
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu
2023-06-08riscv: signal: check fp-reserved words unconditionallyAndy Chiu
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-11riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
2023-03-23riscv: entry: Convert to generic entryGuo Ren
2022-12-08RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker
2022-09-17riscv: fix a nasty sigreturn bug...Al Viro
2022-08-18riscv: signal: fix missing prototype warningConor Dooley
2022-05-17riscv: compat: signal: Add rt_frame implementationGuo Ren
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-22RISC-V: Add support for restartable sequenceVincent Chen
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2021-05-25riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang
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