linux/arch/um/kernel
Andrea Arcangeli 8ac1f8320a thp: pte alloc trans splitting
pte alloc routines must wait for split_huge_page if the pmd is not present
and not null (i.e.  pmd_trans_splitting).  The additional branches are
optimized away at compile time by pmd_trans_splitting if the config option
is off.  However we must pass the vma down in order to know the anon_vma
lock to wait for.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Acked-by: Rik van Riel <riel@redhat.com>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-01-13 17:32:40 -08:00
..
skas thp: pte alloc trans splitting 2011-01-13 17:32:40 -08:00
Makefile
asm-offsets.c
config.c.in
dyn.lds.S uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc 2010-10-26 16:52:12 -07:00
exec.c BKL: remove extraneous #include <smp_lock.h> 2010-11-17 08:59:32 -08:00
exitcode.c
gmon_syms.c
gprof_syms.c
init_task.c
initrd.c
internal.h uml: fix compile warning 2010-09-22 17:22:39 -07:00
irq.c um: migrate from __do_IRQ() to generic_handle_irq() 2010-10-26 16:52:12 -07:00
ksyms.c
mem.c
physmem.c
process.c
ptrace.c um: fix ptrace build error 2010-11-12 07:55:30 -08:00
reboot.c
sigio.c
signal.c
smp.c
syscall.c uml: fix compile warning 2010-09-22 17:22:39 -07:00
sysrq.c
time.c
tlb.c
trap.c
uaccess.c
um_arch.c
umid.c
uml.lds.S uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc 2010-10-26 16:52:12 -07:00
vmlinux.lds.S