aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arch: remove score portArnd Bergmann1-308/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06score: Use get_signal() signal_setup_done()Richard Weinberger1-25/+18
2013-02-03score: switch to generic sigaltstackAl Viro1-19/+2
2012-11-28score: do_sigaltstack() expects a userland pointer...Al Viro1-5/+2
2012-10-01score: fix bogus restarts on sigreturn()Al Viro1-0/+1
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-19/+5
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+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-21score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro1-1/+8
2012-05-21score: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-21score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21score: use set_current_blocked() and block_sigmask()Matt Fleming1-12/+3
2012-05-21score: don't mask signals if we fail to setup signal stackMatt Fleming1-6/+8
2009-08-30score: remove unused code, add include files in .cChen Liqin1-2/+2
2009-06-27score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann1-1/+1
2009-06-27score: fix function prototypesArnd Bergmann1-9/+13
2009-06-27score: add address space annotationsArnd Bergmann1-5/+5
2009-06-27score: add missing #includesArnd Bergmann1-1/+3
2009-06-19score: update files according to review commentsChen Liqin1-3/+3
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin1-0/+355