| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Remove not used early_res code | Yinghai Lu | 2010-08-27 | 5 | -680/+0 |
* | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 2010-08-27 | 20 | -92/+105 |
* | x86: Use memblock to replace early_res | Yinghai Lu | 2010-08-27 | 14 | -199/+141 |
* | x86, memblock: Use memblock_debug to control debug message print out | Yinghai Lu | 2010-08-27 | 1 | -8/+12 |
* | x86, memblock: Add memblock_x86_memory_in_range() | Yinghai Lu | 2010-08-27 | 2 | -1/+18 |
* | x86, memblock: Add memblock_x86_free_memory_in_range() | Yinghai Lu | 2010-08-27 | 2 | -0/+49 |
* | x86, memblock: Add memblock_x86_find_in_range_node() | Yinghai Lu | 2010-08-27 | 2 | -0/+16 |
* | memblock: Add find_memory_core_early() | Yinghai Lu | 2010-08-27 | 2 | -0/+38 |
* | x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_ho... | Yinghai Lu | 2010-08-27 | 2 | -0/+70 |
* | x86, memblock: Add get_free_all_memory_range() | Yinghai Lu | 2010-08-27 | 2 | -1/+99 |
* | x86, memblock: Add memblock_x86_reserve_range/memblock_x86_free_range | Yinghai Lu | 2010-08-27 | 2 | -0/+25 |
* | x86, memblock: Add memblock_x86_to_bootmem() | Yinghai Lu | 2010-08-27 | 2 | -0/+30 |
* | bootmem, x86: Add weak version of reserve_bootmem_generic | Yinghai Lu | 2010-08-27 | 3 | -24/+8 |
* | x86, memblock: Add memblock_x86_find_in_range_size() | Yinghai Lu | 2010-08-27 | 3 | -0/+97 |
* | memblock: Add memblock_free/reserve_reserved_regions() | Yinghai Lu | 2010-08-27 | 2 | -0/+26 |
* | memblock: Add memblock_find_in_range() | Yinghai Lu | 2010-08-05 | 2 | -0/+10 |
* | memblock: Option for the architecture to put memblock into the .init section | Yinghai Lu | 2010-08-05 | 2 | -24/+32 |
* | memblock: Protect memblock.h with CONFIG_HAVE_MEMBLOCK | Yinghai Lu | 2010-08-05 | 1 | -0/+3 |
* | memblock: Make MEMBLOCK_ERROR be 0 | Benjamin Herrenschmidt | 2010-08-05 | 2 | -1/+7 |
* | memblock: Export MEMBLOCK_ERROR | Yinghai Lu | 2010-08-05 | 2 | -3/+2 |
* | memblock: Improve debug output when resizing the reserve array | Yinghai Lu | 2010-08-05 | 1 | -3/+4 |
* | memblock: Expose some memblock bits for use by x86 | Yinghai Lu | 2010-08-05 | 2 | -1/+7 |
* | memblock: Add debugfs files to dump the arrays content | Benjamin Herrenschmidt | 2010-08-05 | 1 | -0/+51 |
* | memblock: Make memblock_alloc_try_nid() fallback to MEMBLOCK_ALLOC_ANYWHERE | Benjamin Herrenschmidt | 2010-08-05 | 1 | -1/+1 |
* | memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid() | Benjamin Herrenschmidt | 2010-08-05 | 3 | -3/+21 |
* | memblock: NUMA allocate can now use early_pfn_map | Benjamin Herrenschmidt | 2010-08-05 | 2 | -1/+30 |
* | memblock: Add "start" argument to memblock_find_base() | Benjamin Herrenschmidt | 2010-08-05 | 1 | -11/+16 |
* | memblock: Add arch function to control coalescing of memblock memory regions | Benjamin Herrenschmidt | 2010-08-05 | 2 | -1/+20 |
* | memblock: Add array resizing support | Benjamin Herrenschmidt | 2010-08-05 | 1 | -2/+102 |
* | memblock: Move functions around into a more sensible order | Benjamin Herrenschmidt | 2010-08-05 | 1 | -142/+159 |
* | memblock: split memblock_find_base() out of __memblock_alloc_base() | Benjamin Herrenschmidt | 2010-08-05 | 1 | -20/+38 |
* | memblock: Move memblock_init() to the bottom of the file | Benjamin Herrenschmidt | 2010-08-05 | 1 | -27/+27 |
* | memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0 | Benjamin Herrenschmidt | 2010-08-05 | 1 | -5/+7 |
* | memblock: Make memblock_find_region() out of memblock_alloc_region() | Benjamin Herrenschmidt | 2010-08-05 | 1 | -11/+9 |
* | memblock: Add debug markers at the end of the array | Benjamin Herrenschmidt | 2010-08-05 | 1 | -0/+11 |
* | memblock: Move memblock arrays to static storage in memblock.c and make their... | Benjamin Herrenschmidt | 2010-08-05 | 2 | -4/+13 |
* | memblock: Remove memblock_type.size and add memblock.memory_size instead | Benjamin Herrenschmidt | 2010-08-05 | 3 | -6/+6 |
* | memblock: Remove unused memblock.debug struct member | Benjamin Herrenschmidt | 2010-08-05 | 1 | -3/+4 |
* | memblock: Change u64 to phys_addr_t | Benjamin Herrenschmidt | 2010-08-05 | 2 | -82/+84 |
* | memblock: Remove rmo_size, burry it in arch/powerpc where it belongs | Benjamin Herrenschmidt | 2010-08-05 | 16 | -40/+125 |
* | memblock: Introduce default allocation limit and use it to replace explicit ones | Benjamin Herrenschmidt | 2010-08-05 | 14 | -53/+63 |
* | memblock: Expose MEMBLOCK_ALLOC_ANYWHERE | Benjamin Herrenschmidt | 2010-08-05 | 3 | -3/+2 |
* | memblock: Factor the lowest level alloc function | Benjamin Herrenschmidt | 2010-08-05 | 1 | -32/+27 |
* | memblock: Remove nid_range argument, arch provides memblock_nid_range() instead | Benjamin Herrenschmidt | 2010-08-05 | 3 | -17/+19 |
* | memblock: Remove memblock_find() | Benjamin Herrenschmidt | 2010-08-05 | 2 | -33/+0 |
* | memblock: Remove obsolete accessors | Benjamin Herrenschmidt | 2010-08-05 | 1 | -23/+0 |
* | memblock/arm: Use new accessors | Benjamin Herrenschmidt | 2010-08-05 | 1 | -9/+12 |
* | memblock/powerpc: Use new accessors | Benjamin Herrenschmidt | 2010-08-04 | 3 | -71/+46 |
* | memblock/sparc: Use new accessors | Benjamin Herrenschmidt | 2010-08-04 | 1 | -18/+12 |
* | memblock/sh: Use new accessors | Benjamin Herrenschmidt | 2010-08-04 | 1 | -8/+9 |