summaryrefslogtreecommitdiff
path: root/arch/score/kernel/signal.c
AgeCommit message (Expand)Author
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06score: Use get_signal() signal_setup_done()Richard Weinberger
2013-02-03score: switch to generic sigaltstackAl Viro
2012-11-28score: do_sigaltstack() expects a userland pointer...Al Viro
2012-10-01score: fix bogus restarts on sigreturn()Al Viro
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-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-21score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro
2012-05-21score: don't open-code force_sigsegv()Al Viro
2012-05-21score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-21score: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-21score: don't mask signals if we fail to setup signal stackMatt Fleming
2009-08-30score: remove unused code, add include files in .cChen Liqin
2009-06-27score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann
2009-06-27score: fix function prototypesArnd Bergmann
2009-06-27score: add address space annotationsArnd Bergmann
2009-06-27score: add missing #includesArnd Bergmann
2009-06-19score: update files according to review commentsChen Liqin
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin