summaryrefslogtreecommitdiff
path: root/arch/csky/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-1/+1
2021-10-16csky: don't let sigreturn play with priveleged bits of status registerAl Viro1-0/+4
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-3/+1
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren1-2/+2
2020-11-09csky: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-03csky: Add uprobes supportGuo Ren1-0/+3
2020-03-08csky: Add support for restartable sequenceGuo Ren1-0/+3
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+1
2019-06-26csky: Fixup libgcc unwind errorGuo Ren1-0/+5
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-3/+1
2019-04-22csky: Reconstruct signal processingGuo Ren1-216/+127
2019-04-22csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren1-6/+9
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds1-2/+0
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-31csky: remove unused members in processor.hGuo Ren1-2/+0
2018-10-25csky: Process management and SignalGuo Ren1-0/+347