summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove not used early_res codeYinghai Lu2010-08-275-680/+0
* x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-2720-92/+105
* x86: Use memblock to replace early_resYinghai Lu2010-08-2714-199/+141
* x86, memblock: Use memblock_debug to control debug message print outYinghai Lu2010-08-271-8/+12
* x86, memblock: Add memblock_x86_memory_in_range()Yinghai Lu2010-08-272-1/+18
* x86, memblock: Add memblock_x86_free_memory_in_range()Yinghai Lu2010-08-272-0/+49
* x86, memblock: Add memblock_x86_find_in_range_node()Yinghai Lu2010-08-272-0/+16
* memblock: Add find_memory_core_early()Yinghai Lu2010-08-272-0/+38
* x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_ho...Yinghai Lu2010-08-272-0/+70
* x86, memblock: Add get_free_all_memory_range()Yinghai Lu2010-08-272-1/+99
* x86, memblock: Add memblock_x86_reserve_range/memblock_x86_free_rangeYinghai Lu2010-08-272-0/+25
* x86, memblock: Add memblock_x86_to_bootmem()Yinghai Lu2010-08-272-0/+30
* bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu2010-08-273-24/+8
* x86, memblock: Add memblock_x86_find_in_range_size()Yinghai Lu2010-08-273-0/+97
* memblock: Add memblock_free/reserve_reserved_regions()Yinghai Lu2010-08-272-0/+26
* memblock: Add memblock_find_in_range()Yinghai Lu2010-08-052-0/+10
* memblock: Option for the architecture to put memblock into the .init sectionYinghai Lu2010-08-052-24/+32
* memblock: Protect memblock.h with CONFIG_HAVE_MEMBLOCKYinghai Lu2010-08-051-0/+3
* memblock: Make MEMBLOCK_ERROR be 0Benjamin Herrenschmidt2010-08-052-1/+7
* memblock: Export MEMBLOCK_ERRORYinghai Lu2010-08-052-3/+2
* memblock: Improve debug output when resizing the reserve arrayYinghai Lu2010-08-051-3/+4
* memblock: Expose some memblock bits for use by x86Yinghai Lu2010-08-052-1/+7
* memblock: Add debugfs files to dump the arrays contentBenjamin Herrenschmidt2010-08-051-0/+51
* memblock: Make memblock_alloc_try_nid() fallback to MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt2010-08-051-1/+1
* memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()Benjamin Herrenschmidt2010-08-053-3/+21
* memblock: NUMA allocate can now use early_pfn_mapBenjamin Herrenschmidt2010-08-052-1/+30
* memblock: Add "start" argument to memblock_find_base()Benjamin Herrenschmidt2010-08-051-11/+16
* memblock: Add arch function to control coalescing of memblock memory regionsBenjamin Herrenschmidt2010-08-052-1/+20
* memblock: Add array resizing supportBenjamin Herrenschmidt2010-08-051-2/+102
* memblock: Move functions around into a more sensible orderBenjamin Herrenschmidt2010-08-051-142/+159
* memblock: split memblock_find_base() out of __memblock_alloc_base()Benjamin Herrenschmidt2010-08-051-20/+38
* memblock: Move memblock_init() to the bottom of the fileBenjamin Herrenschmidt2010-08-051-27/+27
* memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0Benjamin Herrenschmidt2010-08-051-5/+7
* memblock: Make memblock_find_region() out of memblock_alloc_region()Benjamin Herrenschmidt2010-08-051-11/+9
* memblock: Add debug markers at the end of the arrayBenjamin Herrenschmidt2010-08-051-0/+11
* memblock: Move memblock arrays to static storage in memblock.c and make their...Benjamin Herrenschmidt2010-08-052-4/+13
* memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt2010-08-053-6/+6
* memblock: Remove unused memblock.debug struct memberBenjamin Herrenschmidt2010-08-051-3/+4
* memblock: Change u64 to phys_addr_tBenjamin Herrenschmidt2010-08-052-82/+84
* memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt2010-08-0516-40/+125
* memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-0514-53/+63
* memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt2010-08-053-3/+2
* memblock: Factor the lowest level alloc functionBenjamin Herrenschmidt2010-08-051-32/+27
* memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt2010-08-053-17/+19
* memblock: Remove memblock_find()Benjamin Herrenschmidt2010-08-052-33/+0
* memblock: Remove obsolete accessorsBenjamin Herrenschmidt2010-08-051-23/+0
* memblock/arm: Use new accessorsBenjamin Herrenschmidt2010-08-051-9/+12
* memblock/powerpc: Use new accessorsBenjamin Herrenschmidt2010-08-043-71/+46
* memblock/sparc: Use new accessorsBenjamin Herrenschmidt2010-08-041-18/+12
* memblock/sh: Use new accessorsBenjamin Herrenschmidt2010-08-041-8/+9