aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-14riscv: signal: fix signal frame sizeYong-Xuan Wang1-6/+0
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins1-3/+3
2024-07-26riscv: signal: Remove unlikely() from WARN_ON() conditionZhongqiu Han1-1/+1
2024-04-03riscv: Fix vector state restore in rt_sigreturn()Björn Töpel1-7/+8
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt1-2/+5
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu1-1/+1
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu1-1/+4
2024-01-09riscv; fix __user annotation in save_v_state()Ben Dooks1-1/+1
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a counter"Palmer Dabbelt1-7/+0
2023-11-05riscv: signal: handle syscall restart before get_signalHaorong Lu1-39/+46
2023-10-12riscv: signal: fix sigaltstack frame size checkingAndy Chiu1-7/+0
2023-06-08riscv: signal: validate altstack to reflect VectorAndy Chiu1-0/+7
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen1-5/+15
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu1-14/+160
2023-06-08riscv: signal: check fp-reserved words unconditionallyAndy Chiu1-27/+28
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-27/+2
2023-04-11riscv: add icache flush for nommu sigreturn trampolineMathis Salmen1-1/+8
2023-03-23riscv: entry: Convert to generic entryGuo Ren1-27/+2
2022-12-08RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker1-13/+21
2022-09-17riscv: fix a nasty sigreturn bug...Al Viro1-0/+2
2022-08-18riscv: signal: fix missing prototype warningConor Dooley1-0/+1
2022-05-17riscv: compat: signal: Add rt_frame implementationGuo Ren1-1/+6
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2022-03-22RISC-V: Add support for restartable sequenceVincent Chen1-0/+2
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2021-05-25riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang1-2/+2
2021-01-14riscv: Add uprobes supportedGuo Ren1-0/+3
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-17riscv: 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-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus 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-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-10-22Auto-detect whether a FPU existsAlan Kao1-2/+4
2018-10-22Allow to disable FPU supportAlan Kao1-0/+5
2018-10-22Refactor FPU code in signal setup/return proceduresAlan Kao1-27/+41
2017-09-26RISC-V: User-facing APIPalmer Dabbelt1-0/+292