summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-1/+1
* m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport2018-07-291-1/+0
* m68k/mm: Stop printing the virtual memory layoutGeert Uytterhoeven2018-03-191-27/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* m68k/mm: Modernize printing of kernel messagesGeert Uytterhoeven2017-02-121-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* m68k/mm: Eliminate memset after alloc_bootmem_pagesHimangi Saraogi2014-11-101-1/+0
* m68k/UAPI: Move generic definitions to <asm/bootinfo.h>Geert Uytterhoeven2013-11-261-1/+1
* mm/m68k: fix build warning of unused variableJiang Liu2013-07-031-5/+8
* mm/m68k: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-031-3/+1
* mm/m68k: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-29/+2
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-2/+2
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* mm/m68k: use common help functions to free reserved pagesJiang Liu2013-04-291-22/+2
* m68knommu: fix build when CPU is not coldfireThadeu Lima de Souza Cascardo2013-03-041-1/+1
* m68k: fix conditional use of init_pointer_tableGreg Ungerer2013-01-071-3/+5
* m68k: move to a single instance of free_initmem()Greg Ungerer2012-11-141-14/+8
* m68k: merge MMU and non-MMU versions of mm/init.cGreg Ungerer2012-11-141-2/+228
* m68k: merge m68k and m68knommu arch directoriesGreg Ungerer2011-03-251-149/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
* m68k: Kill several external declarations in source filesGeert Uytterhoeven2009-01-121-3/+1
* m68k: use generic show_mem()Johannes Weiner2008-07-261-30/+0
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-241-3/+1
* m68k: Export empty_zero_page for ZERO_PAGE usage in modules.Aneesh Kumar K.V2008-04-291-0/+1
* m68k: remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-281-1/+0
* m68k: missing __initAl Viro2007-07-201-1/+1
* m68k: discontinuous memory supportRoman Zippel2007-05-311-41/+78
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] remove set_page_count() outside mm/Nick Piggin2006-03-221-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+147