aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm/motorola.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+29
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann1-1/+0
2021-11-29m68k: Enable memtest functionalityFinn Thain1-0/+2
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand1-2/+4
2021-09-24m68k: Remove set_fs()Christoph Hellwig1-1/+1
2020-09-07m68k: mm: Remove superfluous memblock_alloc*() castsGeert Uytterhoeven1-3/+2
2020-09-07m68k: mm: Use PAGE_ALIGNED() helperGeert Uytterhoeven1-2/+2
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-22/+4
2020-06-09m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport1-0/+43
2020-06-03m68k: mm: simplify detection of memory zone boundariesMike Rapoport1-6/+5
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-2/+2
2020-02-10m68k: mm: Extend table allocator for multiple sizesPeter Zijlstra1-22/+43
2020-02-10m68k: mm: Improve kernel_page_table()Peter Zijlstra1-22/+29
2020-02-10m68k: mm: Restructure Motorola MMU page-table layoutPeter Zijlstra1-15/+13
2020-02-10m68k: mm: Move the pointer table allocator to motorola.cPeter Zijlstra1-0/+102
2020-02-10m68k: mm: Unify Motorola MMU page setupPeter Zijlstra1-6/+24
2019-12-04m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport1-6/+11
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+9
2018-12-20Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-0/+2
2018-12-19m68k: Fix memblock-related crashesGeert Uytterhoeven1-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-2/+3
2018-07-29m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport1-24/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-11-22m68k/mm: motorola - Add missing initialization of max_pfnGeert Uytterhoeven1-1/+1
2014-05-28m68k: Increase initial mapping to 8 or 16 MiB if possibleAndreas Schwab1-4/+6
2013-11-26m68k/UAPI: Move generic definitions to <asm/bootinfo.h>Geert Uytterhoeven1-1/+1
2012-11-14m68k: move to a single instance of free_initmem()Greg Ungerer1-14/+0
2012-03-28Disintegrate asm/system.h for M68KDavid Howells1-1/+0
2011-04-27m68k/mm: Set all online nodes in N_NORMAL_MEMORYMichael Schmitz1-0/+2
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-01-12m68k: Kill several external declarations in source filesGeert Uytterhoeven1-4/+3
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-1/+1
2008-07-20arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2007-08-22m68k: Kill superfluous externGeert Uytterhoeven1-5/+1
2007-05-31m68k: discontinuous memory supportRoman Zippel1-32/+69
2007-05-31m68k: runtime patching infrastructureRoman Zippel1-0/+3
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] m68k: use proper defines for zone initializationRoman Zippel1-6/+6
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+285