summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/signal.c
Commit message (Expand)AuthorAgeFilesLines
* um: remove dead codeRichard Weinberger2013-07-191-1/+0Star
* x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-041-13/+2Star
* new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-201-7/+2Star
* 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-6/+0Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-2/+0Star
* um: missing checks of __put_user()/__get_user() return valuesAl Viro2012-05-211-2/+2
* um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro2012-05-211-11/+11
* um: ->restart_block.fn needs to be reset on sigreturnAl Viro2012-05-211-0/+3
* um: merge signal_{32,64}.cAl Viro2011-11-021-0/+624