aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memblock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-05memblock: do not start bottom-up allocations with kernel_endRoman Gushchin1-43/+6
2021-01-21mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()Levi Yun1-1/+1
2020-12-16Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-0/+3
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi1-1/+1
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport1-0/+80
2020-11-16mm: memblock: add more debug logsFaiyaz Mohammed1-0/+3
2020-10-15memblock: get rid of a :c:type leftoverMauro Carvalho Chehab1-2/+2
2020-10-15docs: get rid of :c:type explicit declarations for structsMauro Carvalho Chehab1-2/+2
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport1-2/+2
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport1-36/+20
2020-10-13memblock: remove unused memblock_mem_size()Mike Rapoport1-15/+0
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport1-4/+2
2020-10-13memblock: make memblock_debug and related functionality privateMike Rapoport1-2/+14
2020-10-13memblock: make for_each_memblock_type() iterator privateMike Rapoport1-0/+5
2020-07-10mm/memblock: expose only miminal interface to add/walk physmemDavid Hildenbrand1-28/+29
2020-06-04mm/memblock: fix a typo in comment "implict"->"implicit"Ethon Paul1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-6/+5
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport1-3/+5
2020-04-10mm: cma: NUMA node interfaceAslan Bakirov1-1/+1
2020-04-02mm/memblock.c: remove redundant assignment to variable max_addrColin Ian King1-1/+1
2020-01-31memblock: Use __func__ in remaining memblock_dbg() call sitesAnshuman Khandual1-4/+4
2020-01-31mm/memblock: define memblock_physmem_add()Anshuman Khandual1-1/+13
2019-12-01mm: support memblock alloc on the exact node for sparse_buffer_init()Yunfeng Ye1-11/+54
2019-12-01mm/memblock: correct doc for functionCao jin1-1/+1
2019-12-01mm/memblock.c: cleanup docCao jin1-24/+20
2019-10-19mm: memblock: do not enforce current limit for memblock_phys* familyMike Rapoport1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport1-3/+3
2019-05-14mm: implement new zone specific memblock iteratorAlexander Duyck1-0/+64
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-6/+6
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-7/+7
2019-03-12mm: memblock: update comments and kernel-docMike Rapoport1-17/+43
2019-03-12memblock: split checks whether a region should be skipped to a helper functionMike Rapoport1-28/+25
2019-03-12memblock: remove memblock_{set,clear}_region_flagsMike Rapoport1-3/+6
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-35/+0
2019-03-12memblock: memblock_alloc_try_nid: don't panicMike Rapoport1-10/+5
2019-03-12memblock: make memblock_find_in_range_node() and choose_memblock_flags() staticMike Rapoport1-2/+2
2019-03-12memblock: refactor internal allocation functionsMike Rapoport1-94/+77
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-14/+0
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport1-7/+2
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport1-5/+0
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport1-1/+3
2019-03-12memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport1-4/+5
2019-03-12memblock: drop memblock_alloc_base_nid()Mike Rapoport1-11/+4
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+1
2019-02-16arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel1-2/+9
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Qian Cai1-8/+11
2018-12-28memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport1-14/+8
2018-12-28mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()Wentao Wang1-6/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+2