summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* unicore32: Remove signal translation and exec_domainRichard Weinberger2015-04-121-7/+0
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* unicore32: Fix build errorGuenter Roeck2014-08-311-4/+5
* unicore32: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-28/+20
* unicore32: switch to generic sigaltstackAl Viro2013-02-031-10/+2
* Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
* new helper: signal_delivered()Al Viro2012-06-011-4/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-5/+1
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-15/+3
* new helper: sigmask_to_save()Al Viro2012-06-011-10/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-2/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* unicore32: if there's no handler we need to restore sigmask, syscall or no sy...Al Viro2012-05-221-8/+5
* unicore32: use block_sigmask()Matt Fleming2012-05-211-4/+1
* unicore32: Use set_current_blocked()Matt Fleming2012-01-101-10/+5
* unicore32 core architecture: signals handlingGuanXuetao2011-03-171-0/+494