aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memblock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17mm: coalesce split stringsJoe Perches1-2/+1
2016-03-15mm/memblock.c: remove unnecessary memblock_type variableAlexander Kuleshov1-6/+2
2016-02-05memblock: don't mark memblock_phys_mem_size() as __initDavid Gibson1-1/+1
2016-01-14mm/memblock: introduce for_each_memblock_type()Alexander Kuleshov1-16/+16
2016-01-14mm/memblock: remove rgnbase and rgnsize variablesAlexander Kuleshov1-6/+3
2016-01-14mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai1-2/+2
2015-12-09mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory tableArd Biesheuvel1-0/+28
2015-11-05mm/memblock: make memblock_remove_range() staticAlexander Kuleshov1-1/+1
2015-09-08mm/memblock.c: fix comment in __next_mem_range()Alexander Kuleshov1-1/+1
2015-09-08mm/memblock.c: fiy typos in commentsAlexander Kuleshov1-4/+4
2015-09-08mm/memblock.c: rename local variable of memblock_type to 'type'Alexander Kuleshov1-5/+5
2015-09-08mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen1-1/+1
2015-09-08mm/memblock.c: make memblock_overlaps_region() return bool.Tang Chen1-5/+5
2015-09-08mm/memblock.c: WARN_ON when flags differs from overlap regionWei Yang1-0/+1
2015-09-04mm/memblock: WARN_ON when nid differs from overlap regionWei Yang1-0/+3
2015-06-30mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman1-1/+1
2015-06-30memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt1-0/+32
2015-06-24mm/memblock: allocate boot time data structures from mirrored memoryTony Luck1-11/+67
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based on attributeTony Luck1-20/+35
2015-04-15mm/memblock.c: add debug output for memblock_add()Alexander Kuleshov1-2/+16
2015-04-14mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He1-2/+2
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