summaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
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