[PATCH -v2 0/11] x86: memblock related cleanup

From: Yinghai Lu
Date: Mon Feb 07 2011 - 18:19:10 EST


1. allocate bootmem with memblock will follow top-down
2. make page table cold be as high and on local node.
3. seperate bootmem.c into nobootmem.c.

[PATCH 01/11] memblock: Don't adjust size in memblock_find_base()
[PATCH 02/11] x86, mm, 64bit: Put early page table high.
[PATCH 03/11] x86, 64bit, gart: Fix allocation with memblock
[PATCH 04/11] memblock: Make find_memory_core_early() find from top-down
[PATCH 05/11] x86: Change get_max_mapped() to inline
[PATCH 06/11] x86, 64bit, numa: Allocate memnodemap under max_pfn_mapped
[PATCH 07/11] x86, 64bit, numa: Put pgtable to local node memory
[PATCH 08/11] x86: Rename e820_table_* to pgt_buf_*
[PATCH 09/11] bootmem: Add nobootmem.c to reduce the #ifdef
[PATCH 10/11] mm: Move contig_page_data define to bootmem.c/nobootmem.c
[PATCH 11/11] memblock: Move __alloc_memory_core_early() to nobootmem.c

First patch is already in -mm, but better to go with this patchset as patch 3 need that.
and patch 4 is depending patch 3.

Thanks

Yinghai Lu
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/