summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "csky: Add support for restartable sequence"Mathieu Desnoyers2022-11-111-2/+0
* 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
* | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-1/+1
|/
* csky: don't let sigreturn play with priveleged bits of status registerAl Viro2021-10-161-0/+4
* entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
* csky: Reconstruct VDSO frameworkGuo Ren2021-01-121-2/+2
* csky: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+1
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* csky: Add uprobes supportGuo Ren2020-04-031-0/+3
* csky: Add support for restartable sequenceGuo Ren2020-03-081-0/+3
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-3/+1
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-3/+1
* | csky: Fixup libgcc unwind errorGuo Ren2019-06-261-0/+5
|/
* csky: Reconstruct signal processingGuo Ren2019-04-221-216/+127
* csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren2019-04-221-6/+9
* Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-01-051-2/+0
|\
| * csky: remove unused members in processor.hGuo Ren2018-12-311-2/+0
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
|/
* csky: Process management and SignalGuo Ren2018-10-261-0/+347