First  |  Prev |  Next  |  Last
Pages: 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451
[PATCH 07/16] memblock: Add find_memory_core_early()
According to node range in early_node_map[] with __memblock_find_in_range to find free range. Will be used by memblock_x86_find_in_range_node() memblock_x86_find_in_range_node will be used to find right buffer for NODE_DATA Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/mm.h | 2 ++ m... 22 Jul 2010 15:49
[PATCH 02/16] bootmem, x86: Add weak version of reserve_bootmem_generic
It will be used memblock_x86_to_bootmem converting It is an wrapper for reserve_bootmem, and x86 64bit is using special one. Also clean up that version for x86_64. We don't need to take care of numa path for that, bootmem can handle it how Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/mm/init... 22 Jul 2010 15:49
Staging: vt6656: Remove PUINT from ttype.h
On Tue, Jul 13, 2010 at 12:28:02AM +0200, Roel Van Nyen wrote: Remove PUINT from ttype.h and change it to unsigned int * Signed-of-by Roel Van Nyen <roel.vannyen(a)gmail.com> --- Please run your patches through the scripts/checkpatch.pl script before sending them to me. I can't add new warnings to the d... 30 Jul 2010 05:20
Staging: comedi: drivers: Code style issues
On Thu, Jul 22, 2010 at 01:07:53PM -0400, Chihau Chau wrote: From: Chihau Chau <chihau(a)gmail.com> This fix some lines over 80 characters. Signed-off-by: Chihau Chau <chihau(a)gmail.com> --- drivers/staging/comedi/drivers.c | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(... 22 Jul 2010 15:48
[PATCH 10/16] x86, memblock: Add memblock_x86_memory_in_range()
It will return memory size in specified range according to memblock.memory.region Try to share some code with memblock_x86_free_memory_in_range() by passing get_free to __memblock_x86_memory_in_range(). -v2: Ben want _in_range in the name instead of size Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- a... 22 Jul 2010 15:48
[PATCH 04/16] x86,memblock: Add memblock_x86_reserve_range/memblock_x86_free_range
they are wrappers for core versions. they are taking start/end/name instead of base/size. will make x86 conversion more easy could add more debug print out -v2: change get_max_mapped() to memblock.default_alloc_limit according to Michael Ellerman and Ben change to memblock_x86_reserve_range and mem... 22 Jul 2010 15:48
[PATCH 15/16] x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get correct dma_reserve
memblock_memory_size() will return memory size in memblock.memory.region. memblock_free_memory_size() will return free memory size in memblock.memory.region. So We can get exact reseved size in specified range. Set the size right after initmem_init(), because later bootmem API will get area above 16M. (except s... 22 Jul 2010 15:48
[PATCH 06/16] x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_hole_size()
memblock_x86_register_active_regions() will be used to fill early_node_map, the result will be memblock.memory.region AND numa data memblock_x86_hole_size will be used to find hole size on memblock.memory.region with specified range. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/mem... 22 Jul 2010 15:48
[PATCH 11/16] x86, memblock: Use memblock_debug to control debug message print out
Also let memblock_x86_reserve_range/memblock_x86_free_range could print out name if memblock=debug is specified will also print ther name when reserve_memblock_area/free_memblock_area are called. -v2: according to Ingo, put " if (memblock_debug) " in one place Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> -... 22 Jul 2010 15:48
[PATCH 16/16] x86: remove old bootmem code
Requested by Ingo, Thomas and HPA. it mean 2.6.34 and 2.6.35 have them bootmem and nobootmem for x86. and later for x86 will only have nobootmem Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/Kconfig | 10 +------- arch/x86/kernel/setup.c | 4 --- arch/x86/mm/init_32.c | 56 ----... 22 Jul 2010 15:48
First  |  Prev |  Next  |  Last
Pages: 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451