summaryrefslogtreecommitdiffstats
path: root/mm/memblock.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memblock: expose only miminal interface to add/walk physmemDavid Hildenbrand2020-07-101-28/+29
* mm/memblock: fix a typo in comment "implict"->"implicit"Ethon Paul2020-06-041-1/+1
* mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-6/+5
* mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-031-3/+5
* mm: cma: NUMA node interfaceAslan Bakirov2020-04-101-1/+1
* mm/memblock.c: remove redundant assignment to variable max_addrColin Ian King2020-04-021-1/+1
* memblock: Use __func__ in remaining memblock_dbg() call sitesAnshuman Khandual2020-01-311-4/+4
* mm/memblock: define memblock_physmem_add()Anshuman Khandual2020-01-311-1/+13
* mm: support memblock alloc on the exact node for sparse_buffer_init()Yunfeng Ye2019-12-011-11/+54
* mm/memblock: correct doc for functionCao jin2019-12-011-1/+1
* mm/memblock.c: cleanup docCao jin2019-12-011-24/+20
* mm: memblock: do not enforce current limit for memblock_phys* familyMike Rapoport2019-10-191-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-3/+3
* mm: implement new zone specific memblock iteratorAlexander Duyck2019-05-141-0/+64
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-6/+6
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-7/+7
* | mm: memblock: update comments and kernel-docMike Rapoport2019-03-121-17/+43
* | memblock: split checks whether a region should be skipped to a helper functionMike Rapoport2019-03-121-28/+25
* | memblock: remove memblock_{set,clear}_region_flagsMike Rapoport2019-03-121-3/+6
* | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-35/+0
* | memblock: memblock_alloc_try_nid: don't panicMike Rapoport2019-03-121-10/+5
* | memblock: make memblock_find_in_range_node() and choose_memblock_flags() staticMike Rapoport2019-03-121-2/+2
* | memblock: refactor internal allocation functionsMike Rapoport2019-03-121-94/+77
* | memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-14/+0
* | memblock: drop __memblock_alloc_base()Mike Rapoport2019-03-121-7/+2
* | memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-121-5/+0
* | memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2019-03-121-1/+3
* | memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport2019-03-121-4/+5
* | memblock: drop memblock_alloc_base_nid()Mike Rapoport2019-03-121-11/+4
|/
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-051-2/+1
* arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel2019-02-161-2/+9
* mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-281-8/+11
* memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport2018-12-281-14/+8
* mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()Wentao Wang2018-12-281-6/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-2/+2
* mm: convert zone->managed_pages to atomic variableArun KS2018-12-281-1/+1
* memblock: annotate memblock_is_reserved() with __init_memblockYueyi Li2018-12-141-1/+1
* mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang2018-11-181-1/+1
* mm/memblock.c: warn if zero alignment was requestedMike Rapoport2018-10-311-0/+11
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-8/+0
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-311-4/+4
* mm: remove nobootmemMike Rapoport2018-10-311-0/+104
* memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport2018-10-311-1/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-13/+13
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-4/+4
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-2/+0
* mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck2018-10-261-3/+2