summaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* c6x: remove architectureArnd Bergmann2021-01-201-322/+0
* c6x: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-1/+2
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* 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
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* c6x: Use sigsp()Richard Weinberger2014-08-061-9/+3
* c6x: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-25/+18
* C6X: clean up compiler warningMark Salter2012-07-181-2/+0
* new helper: signal_delivered()Al Viro2012-06-011-2/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-2/+1
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-17/+6
* new helper: sigmask_to_save()Al Viro2012-06-011-11/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-211-0/+3
* C6X: use set_current_blocked() and block_sigmask()Matt Fleming2012-04-051-13/+3
* C6X: signal managementAurelien Jacquiot2011-10-061-0/+377