[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1297120632-24933-1-git-send-email-yinghai@kernel.org>
Date: Mon, 7 Feb 2011 15:17:01 -0800
From: Yinghai Lu <yinghai@...nel.org>
To: Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: David Miller <davem@...emloft.net>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
linux-kernel@...r.kernel.org, Yinghai Lu <yinghai@...nel.org>
Subject: [PATCH -v2 0/11] x86: memblock related cleanup
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists