aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18ARC: fix typos in commentsJulia Lawall1-1/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2021-06-10ARCv2: save ABI registers across signal handlingVineet Gupta1-0/+43
2021-05-10arc: Fix typos/spellosBhaskar Chowdhury1-2/+2
2021-03-22arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing1-2/+2
2020-11-09arc: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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