aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-18C6X: clean up compiler warningMark Salter1-2/+0
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-2/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-17/+6
2012-06-01new helper: sigmask_to_save()Al Viro1-11/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-04-05C6X: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+3
2011-10-06C6X: signal managementAurelien Jacquiot1-0/+377