linux/arch/um/sys-i386
Al Viro a955bd611d um: series of __get_user() is costly in sigframe handling
It's not x86, where __get_user() is a single dereference; here it's
a single ptrace(2) call in host, which obviously costs a lot more.
IOW, it's cheaper to do copy_{to,from}_user() once than bother with
fields one by one...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
2011-11-02 14:14:42 +01:00
..
asm um: clean arch_ptrace() up a bit 2011-09-14 18:09:37 -07:00
shared/sysdep um: Save FPU registers between task switches 2011-09-14 18:09:37 -07:00
bug.c uml: header untangling 2008-02-05 09:44:28 -08:00
bugs.c UML: make several more things static 2008-07-24 10:47:24 -07:00
checksum.S UML: make several more things static 2008-07-24 10:47:24 -07:00
delay.c um: clean up delay functions 2011-07-25 20:57:12 -07:00
elfcore.c elf coredump: add extended numbering support 2010-03-06 11:26:46 -08:00
fault.c uml: style fixes pass 3 2007-10-16 09:43:05 -07:00
ksyms.c Generic semaphore implementation 2008-04-17 10:42:34 -04:00
ldt.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
Makefile um: use subarch-obj instead of copying... 2011-11-02 14:14:40 +01:00
mem.c um: Set __HAVE_ARCH_GATE_AREA for i386 2011-07-25 20:57:13 -07:00
ptrace_user.c uml: style fixes in arch/um/sys-x86_64 2008-02-05 09:44:31 -08:00
ptrace.c um: clean arch_ptrace() up a bit 2011-09-14 18:09:37 -07:00
setjmp.S
signal.c um: series of __get_user() is costly in sigframe handling 2011-11-02 14:14:42 +01:00
stub_segv.c uml: simplify SIGSEGV handling 2008-02-05 09:44:28 -08:00
stub.S uml: fix a section warning 2009-06-16 19:47:47 -07:00
sys_call_table.S Add generic sys_old_mmap() 2010-03-12 15:52:32 -08:00
syscalls.c Add generic sys_ipc wrapper 2010-03-12 15:52:32 -08:00
sysrq.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
tls.c uml: host TLS diagnostics 2008-02-05 09:44:27 -08:00
user-offsets.c uml: tidy ptrace interface 2008-05-13 08:02:21 -07:00