aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg1-0/+28
2016-03-05Revert "um: Fix get_signal() usage"Richard Weinberger1-1/+1
2015-12-08um: Fix get_signal() usageRichard Weinberger1-1/+1
2015-07-07um: Fix do_signal() prototypeIngo Molnar1-7/+1
2014-08-06um: Use get_signal() signal_setup_done()Richard Weinberger1-16/+11
2013-07-19um: siginfo cleanupRichard Weinberger1-2/+2
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-10/+0
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-5/+0
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-2/+2
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro1-1/+5
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-14/+2
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+2
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-8/+1
2012-05-21new helper: sigsuspend()Al Viro1-8/+1
2012-05-21um: wrong sigmask saved in case of multiple sigframesAl Viro1-6/+5
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnAl Viro1-3/+0
2012-03-23um: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+6
2012-03-23um: don't restore current->blocked on errorMatt Fleming1-6/+2
2011-11-02um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro1-1/+0
2008-10-22x86, um: sanitize uml sigcontext.h usesAl Viro1-1/+1
2008-02-05uml: style fixes in arch/um/kernelJeff Dike1-8/+8
2007-10-16uml: style fixes pass 3Jeff Dike1-32/+26
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-1/+0
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-03-06[PATCH] uml: fix formatting violations in signal delivery codeJeff Dike1-3/+3
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-07-10[PATCH] uml: move _kern.c filesJeff Dike1-0/+191