summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* x86,um: switch to generic old sigsuspend()Al Viro2013-02-031-10/+0
* introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-191-5/+0
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-2/+2
* um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-271-1/+5
* 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-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-14/+2
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-231-8/+1
|\
| * new helper: sigsuspend()Al Viro2012-05-211-8/+1
* | um: wrong sigmask saved in case of multiple sigframesAl Viro2012-05-211-6/+5
* | um: ->restart_block.fn needs to be reset on sigreturnAl Viro2012-05-211-3/+0
|/
* um: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-231-14/+6
* um: don't restore current->blocked on errorMatt Fleming2012-03-231-6/+2
* um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro2011-11-021-1/+0
* x86, um: sanitize uml sigcontext.h usesAl Viro2008-10-221-1/+1
* uml: style fixes in arch/um/kernelJeff Dike2008-02-051-8/+8
* uml: style fixes pass 3Jeff Dike2007-10-161-32/+26
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-1/+0
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* [PATCH] uml: fix formatting violations in signal delivery codeJeff Dike2007-03-061-3/+3
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] uml: move _kern.c filesJeff Dike2006-07-101-0/+191