summaryrefslogtreecommitdiff
path: root/arch/arc/kernel/signal.c
AgeCommit message (Expand)Author
2023-12-08ARC: fix spare errorVineet Gupta
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta
2022-04-18ARC: fix typos in commentsJulia Lawall
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2021-06-10ARCv2: save ABI registers across signal handlingVineet Gupta
2021-05-10arc: Fix typos/spellosBhaskar Chowdhury
2021-03-22arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing
2020-11-09arc: 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
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-09-15arc: don't leak bits of kernel stack into coredumpAl Viro
2016-05-30Fix typosAndrea Gelmini
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta
2015-06-19ARC: Make way for pt_regs != user_regs_structVineet Gupta
2015-04-12arc: Remove signal translation and exec_domainRichard Weinberger
2015-03-26ARC: signal handling robustifyVineet Gupta
2015-03-26ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06arc: Use sigsp()Richard Weinberger
2014-08-06arc: Use get_signal() signal_setup_done()Richard Weinberger
2013-10-03ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert
2013-02-15ARC: [Review] Prevent incorrect syscall restartsVineet Gupta
2013-02-15ARC: Signal handlingVineet Gupta