summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2015-04-12unicore32: Remove signal translation and exec_domainRichard Weinberger1-7/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-31unicore32: Fix build errorGuenter Roeck1-4/+5
2014-08-06unicore32: Use get_signal() signal_setup_done()Richard Weinberger1-28/+20
2013-02-03unicore32: switch to generic sigaltstackAl Viro1-10/+2
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-06-01new helper: signal_delivered()Al Viro1-4/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-5/+1
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-15/+3
2012-06-01new helper: sigmask_to_save()Al Viro1-10/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-2/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-22unicore32: if there's no handler we need to restore sigmask, syscall or no sy...Al Viro1-8/+5
2012-05-21unicore32: use block_sigmask()Matt Fleming1-4/+1
2012-01-10unicore32: Use set_current_blocked()Matt Fleming1-10/+5
2011-03-17unicore32 core architecture: signals handlingGuanXuetao1-0/+494