linux/arch/um/kernel
Al Viro d2ce4e92fa um: kill thread->forking
we only use that to tell copy_thread() done by syscall from that
done by kernel_thread().  However, it's easier to do simply by
checking PF_KTHREAD in thread flags.

Merge sys_clone() guts for 32bit and 64bit, while we are at it...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-09-27 18:04:55 +02:00
..
skas um: split syscall_trace(), pass pt_regs to it 2012-08-02 00:25:38 +02:00
Makefile um: Use generic init_task 2012-05-05 13:00:26 +02:00
asm-offsets.c
config.c.in
dyn.lds.S
early_printk.c
exec.c um: don't leak floating point state and segment registers on execve() 2012-09-27 18:04:38 +02:00
exitcode.c
gmon_syms.c
gprof_syms.c
initrd.c
internal.h
irq.c um: pass siginfo to guest process 2012-08-02 00:49:17 +02:00
ksyms.c
mem.c
physmem.c
process.c um: kill thread->forking 2012-09-27 18:04:55 +02:00
ptrace.c um: split syscall_trace(), pass pt_regs to it 2012-08-02 00:25:38 +02:00
reboot.c um: properly check all process' threads for a live mm 2012-05-31 17:49:30 -07:00
sigio.c um: remove IRQF_SAMPLE_RANDOM which is now a no-op 2012-07-19 10:40:42 -04:00
signal.c um: let signal_delivered() do SIGTRAP on singlestepping into handler 2012-09-27 18:04:47 +02:00
smp.c smp: Add task_struct argument to __cpu_up() 2012-04-26 12:06:09 +02:00
syscall.c um: kill thread->forking 2012-09-27 18:04:55 +02:00
sysrq.c
time.c um: pass siginfo to guest process 2012-08-02 00:49:17 +02:00
tlb.c um: Add BUG() to do_ops()'s error path 2012-05-21 21:09:33 +02:00
trap.c um: pass siginfo to guest process 2012-08-02 00:49:17 +02:00
um_arch.c um: Use generic init_task 2012-05-05 13:00:26 +02:00
umid.c
uml.lds.S
vmlinux.lds.S