summaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* score: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-25/+18
* score: switch to generic sigaltstackAl Viro2013-02-031-19/+2
* score: do_sigaltstack() expects a userland pointer...Al Viro2012-11-281-5/+2
* score: fix bogus restarts on sigreturn()Al Viro2012-10-011-0/+1
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-19/+5
* new helper: sigmask_to_save()Al Viro2012-06-011-9/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro2012-05-211-1/+8
* score: don't open-code force_sigsegv()Al Viro2012-05-211-3/+1
* score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-211-0/+3
* score: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-211-12/+3
* score: don't mask signals if we fail to setup signal stackMatt Fleming2012-05-211-6/+8
* score: remove unused code, add include files in .cChen Liqin2009-08-301-2/+2
* score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann2009-06-271-1/+1
* score: fix function prototypesArnd Bergmann2009-06-271-9/+13
* score: add address space annotationsArnd Bergmann2009-06-271-5/+5
* score: add missing #includesArnd Bergmann2009-06-271-1/+3
* score: update files according to review commentsChen Liqin2009-06-191-3/+3
* score: Add support for Sunplus S+core architectureChen Liqin2009-06-191-0/+355