summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/signal.c
AgeCommit message (Expand)Author
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06um: Use get_signal() signal_setup_done()Richard Weinberger
2013-07-19um: remove dead codeRichard Weinberger
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-05-21um: missing checks of __put_user()/__get_user() return valuesAl Viro
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnAl Viro
2011-11-02um: merge signal_{32,64}.cAl Viro