aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memblock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2018-04-05mm/memblock.c: cast constant ULLONG_MAX to phys_addr_tStefan Agner1-2/+2
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-0/+1
2018-04-05mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-12/+1
2018-04-05mm: uninitialized struct page poisoning sanity checkingPavel Tatashin1-1/+1
2018-04-05mm: initialize pages on demand during bootPavel Tatashin1-23/+0
2018-03-30mm: make memblock_alloc_base_nid() non-staticNicholas Piggin1-1/+1
2018-03-22Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek1-28/+0
2018-03-09mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek1-5/+5
2018-02-06mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai1-3/+3
2017-11-15mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin1-7/+53
2017-11-15mm/memblock.c: make the index explicit argument of for_each_memblock_typeGioh Kim1-4/+4
2017-08-25mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin1-1/+1
2017-08-18mm: discard memblock data laterPavel Tatashin1-21/+17
2017-07-06mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko1-1/+0
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko1-2/+0
2017-06-02mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko1-0/+23
2017-04-05memblock: add memblock_cap_memory_range()AKASHI Takahiro1-15/+29
2017-04-05memblock: add memblock_clear_nomap()AKASHI Takahiro1-0/+12
2017-03-09mm/memblock.c: fix memblock_next_valid_pfn()AKASHI Takahiro1-1/+4
2017-02-24memblock: embed memblock type name within struct memblock_typeHeiko Carstens1-24/+11
2017-02-24memblock: also dump physmem list within __memblock_dump_allHeiko Carstens1-0/+3
2017-02-24memblock: let memblock_type_name know about physmem typeHeiko Carstens1-0/+4
2017-02-22mm/memblock.c: remove unnecessary log and clean upMiles Chen1-29/+25
2017-02-22mm/memblock.c: check return value of memblock_reserve() in memblock_virt_alloc_internal()Wei Yang1-4/+2
2017-02-22mm/memblock.c: trivial code refine in memblock_is_region_memory()Wei Yang1-2/+1
2017-02-22mm: page_alloc: skip over regions of invalid pfns where possiblePaul Burton1-0/+25
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas1-4/+4
2016-10-07mm/memblock.c: expose total reserved memorySrikar Dronamraju1-0/+5
2016-08-04mm/memblock.c: fix NULL dereference errorzijun_hu1-1/+4
2016-08-04mm/memblock: fix a typo in a commentAlexander Kuleshov1-2/+2
2016-07-28mm/memblock.c: fix index adjustment error in __next_mem_range_rev()zijun_hu1-1/+1
2016-07-28mm/memblock.c: add new infrastructure to address the mem limit issueDennis Chen1-5/+52
2016-07-28memblock: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig1-1/+1
2016-07-26mm/memblock.c:memblock_add_range(): if nr_new is 0 just returnnimisolo1-0/+3
2016-05-20mm/memblock.c: remove unnecessary always-true comparisonRichard Leitner1-1/+1
2016-05-20mm/memblock.c: move memblock_{add,reserve}_region into memblock_{add,reserve}Alexander Kuleshov1-22/+6
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