kernel-ark/arch/i386/mm
Dave Hansen 6f167ec721 [PATCH] sparsemem base: simple NUMA remap space allocator
Introduce a simple allocator for the NUMA remap space.  This space is very
scarce, used for structures which are best allocated node local.

This mechanism is also used on non-NUMA ia64 systems with a vmem_map to keep
the pgdat->node_mem_map initialized in a consistent place for all
architectures.

Issues:
o alloc_remap takes a node_id where we might expect a pgdat which was intended
  to allow us to allocate the pgdat's using this mechanism; which we do not yet
  do.  Could have alloc_remap_node() and alloc_remap_nid() for this purpose.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-23 09:45:01 -07:00
..
boot_ioremap.c
discontig.c [PATCH] sparsemem base: simple NUMA remap space allocator 2005-06-23 09:45:01 -07:00
extable.c
fault.c
highmem.c
hugetlbpage.c [PATCH] Avoiding mmap fragmentation 2005-06-21 18:46:16 -07:00
init.c [PATCH] mm: remove PG_highmem 2005-06-21 18:46:17 -07:00
ioremap.c
Makefile
mmap.c
pageattr.c
pgtable.c [PATCH] remove non-DISCONTIG use of pgdat->node_mem_map 2005-06-23 09:45:00 -07:00