aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-24m68k: Remove set_fs()Christoph Hellwig1-6/+0
2021-06-29m68k: remove support for DISCONTIGMEMMike Rapoport1-20/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2020-12-15m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMMike Rapoport1-3/+3
2020-12-15m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMMike Rapoport1-2/+2
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-1/+1
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-3/+3
2020-02-10m68k: mm: Fully initialize the page-table allocatorPeter Zijlstra1-1/+12
2020-02-10m68k: mm: Extend table allocator for multiple sizesPeter Zijlstra1-8/+8
2020-02-10m68k: mm: Improve kernel_page_table()Peter Zijlstra1-5/+0
2019-12-04m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport1-2/+4
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport1-1/+1
2018-07-29m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport1-1/+0
2018-03-19m68k/mm: Stop printing the virtual memory layoutGeert Uytterhoeven1-27/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-12m68k/mm: Modernize printing of kernel messagesGeert Uytterhoeven1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-11-10m68k/mm: Eliminate memset after alloc_bootmem_pagesHimangi Saraogi1-1/+0
2013-11-26m68k/UAPI: Move generic definitions to <asm/bootinfo.h>Geert Uytterhoeven1-1/+1
2013-07-03mm/m68k: fix build warning of unused variableJiang Liu1-5/+8
2013-07-03mm/m68k: prepare for killing free_all_bootmem_node()Jiang Liu1-3/+1
2013-07-03mm/m68k: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-29/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-2/+2
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/m68k: use common help functions to free reserved pagesJiang Liu1-22/+2
2013-03-04m68knommu: fix build when CPU is not coldfireThadeu Lima de Souza Cascardo1-1/+1
2013-01-07m68k: fix conditional use of init_pointer_tableGreg Ungerer1-3/+5
2012-11-14m68k: move to a single instance of free_initmem()Greg Ungerer1-14/+8
2012-11-14m68k: merge MMU and non-MMU versions of mm/init.cGreg Ungerer1-2/+228
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer1-149/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-01-12m68k: Kill several external declarations in source filesGeert Uytterhoeven1-3/+1
2008-07-26m68k: use generic show_mem()Johannes Weiner1-30/+0
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-3/+1
2008-04-29m68k: Export empty_zero_page for ZERO_PAGE usage in modules.Aneesh Kumar K.V1-0/+1
2008-04-28m68k: remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2007-07-20m68k: missing __initAl Viro1-1/+1
2007-05-31m68k: discontinuous memory supportRoman Zippel1-41/+78
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+147