aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/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-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+2
2016-09-15arc: don't leak bits of kernel stack into coredumpAl Viro1-4/+4
2016-05-30Fix typosAndrea Gelmini1-1/+1
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta1-3/+3
2015-06-19ARC: Make way for pt_regs != user_regs_structVineet Gupta1-2/+54
2015-04-12arc: Remove signal translation and exec_domainRichard Weinberger1-13/+1
2015-03-26ARC: signal handling robustifyVineet Gupta1-4/+16
2015-03-26ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta1-2/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06arc: Use sigsp()Richard Weinberger1-7/+3
2014-08-06arc: Use get_signal() signal_setup_done()Richard Weinberger1-24/+15
2013-10-03ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert1-12/+13
2013-02-15ARC: [Review] Prevent incorrect syscall restartsVineet Gupta1-4/+8
2013-02-15ARC: Signal handlingVineet Gupta1-0/+356