aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-01arch: remove unicore32 portMike Rapoport1-261/+0
2020-06-03unicore32: simplify detection of memory zone boundariesMike Rapoport1-34/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig1-13/+1
2019-03-07unicore32: stop printing the virtual memory layoutGeert Uytterhoeven1-24/+0
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli1-18/+0
2018-11-26arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli1-3/+7
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-26unicore32: switch to NO_BOOTMEMMike Rapoport1-53/+1
2018-09-30unicore32: remove swiotlb supportChristoph Hellwig1-3/+0
2017-02-22arch, mm: remove arch specific show_memMichal Hocko1-44/+0
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-3/+0
2013-07-03mm/unicore32: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-47/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-04-29mm/unicore32: use common help functions to free reserved pagesJiang Liu1-25/+3
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+3
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-1/+0
2011-12-08memblock: Fix include breakages caused by 24aa07882bTejun Heo1-0/+1
2011-10-31unicore32: EXPORT_SYMBOL needs export.hAxel Lin1-0/+1
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-1/+1
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2011-03-17unicore32 core architecture: mm related: generic codesGuanXuetao1-0/+517