aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus 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-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-31csky: remove unused members in processor.hGuo Ren1-2/+0
2018-10-26csky: Process management and SignalGuo Ren1-0/+347