aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/signal.c
AgeCommit message (Expand)Author
2021-01-20c6x: remove architectureArnd Bergmann
2020-12-12c6x: 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
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06c6x: Use sigsp()Richard Weinberger
2014-08-06c6x: Use get_signal() signal_setup_done()Richard Weinberger
2012-07-18C6X: clean up compiler warningMark Salter
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-04-05C6X: use set_current_blocked() and block_sigmask()Matt Fleming
2011-10-06C6X: signal managementAurelien Jacquiot