aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-22metag: Remove arch/metag/James Hogan1-408/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2016-08-09metag: Drop show_mem() from mem_init()James Hogan1-1/+0
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-1/+2
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu1-1/+1
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-9/+0
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-3/+2
2013-07-03mm/metag: prepare for killing free_all_bootmem_node()Jiang Liu1-12/+2
2013-07-03mm/metag: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-7/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-4/+1
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-0/+6
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+2
2013-04-29mm/metag: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-8/+2
2013-04-29mm/metag: use common help functions to free reserved pagesJiang Liu1-19/+2
2013-03-02metag: move mm/init.c exports out of metag_ksyms.cJames Hogan1-0/+3
2013-03-02metag: Memory managementJames Hogan1-0/+448