summaryrefslogtreecommitdiff
path: root/arch/csky/kernel/signal.c
AgeCommit message (Expand)Author
2022-11-11Revert "csky: Add support for restartable sequence"Mathieu Desnoyers
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2021-10-16csky: don't let sigreturn play with priveleged bits of status registerAl Viro
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren
2020-11-09csky: 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
2020-04-03csky: Add uprobes supportGuo Ren
2020-03-08csky: Add support for restartable sequenceGuo Ren
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-26csky: Fixup libgcc unwind errorGuo Ren
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-04-22csky: Reconstruct signal processingGuo Ren
2019-04-22csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-31csky: remove unused members in processor.hGuo Ren
2018-10-26csky: Process management and SignalGuo Ren