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