summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* ARC: Fix typosBjorn Helgaas2024-04-011-3/+4
* ARC: fix spare errorVineet Gupta2023-12-081-3/+3
* ARC: -Wmissing-prototype warning fixesVineet Gupta2023-08-131-0/+1
* ARC: fix typos in commentsJulia Lawall2022-04-181-1/+1
* resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
* ARCv2: save ABI registers across signal handlingVineet Gupta2021-06-101-0/+43
* arc: Fix typos/spellosBhaskar Chowdhury2021-05-101-2/+2
* arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing2021-03-221-2/+2
* arc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+1
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* arc: don't leak bits of kernel stack into coredumpAl Viro2016-09-151-4/+4
* Fix typosAndrea Gelmini2016-05-301-1/+1
* ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta2015-06-221-3/+3
* ARC: Make way for pt_regs != user_regs_structVineet Gupta2015-06-191-2/+54
* arc: Remove signal translation and exec_domainRichard Weinberger2015-04-121-13/+1
* ARC: signal handling robustifyVineet Gupta2015-03-261-4/+16
* ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta2015-03-261-2/+2
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* arc: Use sigsp()Richard Weinberger2014-08-061-7/+3
* arc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-24/+15
* ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert2013-10-031-12/+13
* ARC: [Review] Prevent incorrect syscall restartsVineet Gupta2013-02-151-4/+8
* ARC: Signal handlingVineet Gupta2013-02-151-0/+356