aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-06um: Use get_signal() signal_setup_done()Richard Weinberger1-24/+21
2013-07-19um: remove dead codeRichard Weinberger1-1/+0
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-13/+2
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-7/+2
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-6/+0
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-2/+0
2012-05-21um: missing checks of __put_user()/__get_user() return valuesAl Viro1-2/+2
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro1-11/+11
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3
2011-11-02um: merge signal_{32,64}.cAl Viro1-0/+624