Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-31 | um: Add uaccess.h to syscalls_64.c | Richard Weinberger | 1 | -0/+1 | |
It's using put_user() and needs this header. Signed-off-by: Richard Weinberger <richard@nod.at> | |||||
2012-09-27 | um: kill thread->forking | Al Viro | 1 | -20/+3 | |
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> | |||||
2011-11-02 | um: take arch/um/sys-x86 to arch/x86/um | Al Viro | 1 | -0/+102 | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> |