aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-x86_64/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-02um: merge arch/um/sys-{i386,x86_64}Al Viro1-255/+0
2011-11-02um: series of __get_user() is costly in sigframe handlingAl Viro1-61/+57
2011-11-02um: make copy_sc() staticAl Viro1-30/+0
2011-11-02um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn()Al Viro1-5/+8
2011-11-02um: switch {rt_,}sigreturn() to set_current_blocked()Al Viro1-5/+1
2010-04-20UML: add kernel.h include to signal.cJiri Kosina1-0/+1
2010-04-20UML: Drop private round_down definitionJan Kiszka1-2/+0
2008-02-05uml: current.h cleanupJeff Dike1-2/+2
2008-02-03arch/um: Spelling fixesJoe Perches1-1/+1
2008-01-30UML: change sigcontext fields to match x86Jeff Dike1-35/+35
2007-10-16uml: style fixes in FP codeJeff Dike1-8/+15
2007-10-16uml: floating point signal delivery fixesJeff Dike1-14/+39
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike1-3/+3
2007-10-16uml: style fixes pass 3Jeff Dike1-82/+67
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-26/+9
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-7/+2
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-50/+0
2007-05-07uml: kernel segfaults should dump proper registersJeff Dike1-0/+30
2007-05-07uml: tidy fault codeJeff Dike1-1/+1
2007-01-30[PATCH] uml: fix signal frame alignmentJeff Dike1-2/+3
2006-06-05[PATCH] uml: more __user annotationsAl Viro1-10/+14
2006-04-11[PATCH] uml: fix critical typo for TT modePaolo 'Blaisorblade' Giarrusso1-1/+1
2006-03-27[PATCH] uml: fix segfault on signal deliveryJeff Dike1-15/+41
2005-09-05[PATCH] uml: fix signal frame copy_userAl Viro1-17/+24
2005-07-14[PATCH] uml: fix lvalue for gcc4Paolo 'Blaisorblade' Giarrusso1-1/+1
2005-05-06[PATCH] uml: x86_64 fixesJeff Dike1-1/+1
2005-05-05[PATCH] uml: S390 preparation, abstract host page fault dataBodo Stroesser1-4/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+276