summaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-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/+1Star
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* c6x: Use sigsp()Richard Weinberger2014-08-061-9/+3Star
* c6x: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-25/+18Star
* C6X: clean up compiler warningMark Salter2012-07-191-2/+0Star
* new helper: signal_delivered()Al Viro2012-06-011-2/+1Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0Star
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-2/+1Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-17/+6Star
* new helper: sigmask_to_save()Al Viro2012-06-011-11/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
* C6X: use set_current_blocked() and block_sigmask()Matt Fleming2012-04-061-13/+3Star
* C6X: signal managementAurelien Jacquiot2011-10-071-0/+377