summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* new helper: signal_delivered()Al Viro2012-06-011-2/+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-2/+0
* openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro2012-06-011-14/+6
* new helper: sigmask_to_save()Al Viro2012-06-011-9/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* openrisc: sanitize use of orig_gpr11Jonas Bonn2012-03-061-1/+1
* OpenRISC: Use set_current_blocked() and block_sigmask()Matt Fleming2012-02-171-11/+2
* OpenRISC: Don't mask signals if we fail to setup signal stackMatt Fleming2012-02-171-11/+18
* OpenRISC: No need to reset handler if SA_ONESHOTMatt Fleming2012-02-171-3/+0
* OpenRISC: Don't reimplement force_sigsegv()Matt Fleming2012-02-171-3/+1
* openrisc: don't use pt_regs in struct sigcontextJonas Bonn2011-09-051-18/+11
* OpenRISC: Signal handlingJonas Bonn2011-07-221-0/+396