aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memblock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-13mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUGTony Luck1-23/+20
2014-09-10mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_range()Xishi Qiu1-0/+4
2014-08-29memblock, memhotplug: fix wrong type in memblock_find_in_range_node().Tang Chen1-2/+1
2014-06-06mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas1-2/+8
2014-06-04mm/memblock.c: use PFN_DOWNFabian Frederick1-3/+2
2014-06-04memblock: introduce memblock_alloc_range()Akinobu Mita1-4/+17
2014-05-20mm/memblock: add physical memory listPhilipp Hachtmann1-0/+12
2014-05-20mm/memblock: Do some refactoring, enhance APIPhilipp Hachtmann1-71/+122
2014-04-07mm/memblock.c: use PFN_PHYS()Fabian Frederick1-2/+2
2014-04-07memblock: use for_each_memblock()Emil Medve1-13/+11
2014-03-12ARM: 7993/1: mm/memblock: add memblock_get_current_limitLaura Abbott1-0/+5
2014-01-29memblock: add limit checking to memblock_virt_allocYinghai Lu1-0/+3
2014-01-27memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu1-6/+0
2014-01-23mm/nobootmem: free_all_bootmem againPhilipp Hachtmann1-15/+2
2014-01-23mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann1-0/+16
2014-01-21mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameterGrygorii Strashko1-13/+8
2014-01-21mm/memblock: add memblock memory allocation apisSantosh Shilimkar1-2/+207
2014-01-21mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko1-9/+19
2014-01-21mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko1-8/+8
2014-01-21mm/memblock: drop WARN and use SMP_CACHE_BYTES as a default alignmentGrygorii Strashko1-2/+2
2014-01-21mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCKGrygorii Strashko1-0/+13
2014-01-21memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen1-0/+12
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-3/+3
2014-01-21memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regionsTang Chen1-0/+53
2014-01-21memblock, numa: introduce flags field into memblockTang Chen1-15/+38
2014-01-21mm/memblock: debug: correct displaying of upper memory boundaryGrygorii Strashko1-2/+2
2013-11-13mm/memblock.c: introduce bottom-up allocation modeTang Chen1-3/+80
2013-11-13mm/memblock.c: factor out of top-down allocationTang Chen1-13/+34
2013-09-11memblock, numa: binary search node idYinghai Lu1-0/+18
2013-07-09mm/memblock.c: fix wrong comment in __next_free_mem_range()Tang Chen1-1/+1
2013-04-29memblock: fix missing comment of memblock_insert_region()Tang Chen1-4/+5
2013-04-29memblock: add assertion for zero allocation alignmentVineet Gupta1-0/+3
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu1-50/+0
2013-02-23mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map in memblock_overlaps_region().Tang Chen1-0/+34
2013-02-23page_alloc: bootmem limit with movablecore_mapTang Chen1-1/+17
2013-01-29memblock: Add memblock_mem_size()Yinghai Lu1-0/+17
2013-01-11mm: memblock: fix wrong memmove size in memblock_merge_regions()Lin Feng1-1/+2
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu1-0/+24
2012-10-09mm: avoid section mismatch warning for memblock_type_nameRaghavendra D Prabhu1-1/+2
2012-10-09mm/memblock: use existing interface to set nidWanpeng Li1-1/+1
2012-09-05mm/memblock: Use NULL instead of 0 for pointersSachin Kamat1-1/+1
2012-07-31mm/memblock.c:memblock_double_array(): cosmetic cleanupsAndrew Morton1-17/+18
2012-07-11memblock: free allocated memblock_reserved_regions laterYinghai Lu1-28/+23
2012-06-20mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson1-4/+32
2012-06-20mm: fix kernel-doc warningsWanpeng Li1-6/+6
2012-06-08memblock: Document memblock_is_region_{memory,reserved}()Stephen Boyd1-0/+20
2012-05-29mm/memblock: fix memory leak on extending regionsGavin Shan1-13/+24
2012-05-29mm/memblock: cleanup on duplicate VA/PA conversionGavin Shan1-2/+3
2012-04-20memblock: memblock should be able to handle zero length operationsTejun Heo1-1/+6
2012-03-01memblock: Fix size aligning of memblock_alloc_base_nid()Tejun Heo1-3/+3