aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm
AgeCommit message (Expand)AuthorFilesLines
2025-06-30m68k: mm: Convert pointer table macros to use ptdescsVishal Moola (Oracle)1-3/+2
2025-06-30m68k: mm: Convert init_pointer_table() to use ptdescsVishal Moola (Oracle)1-6/+6
2025-06-30m68k: mm: Convert free_pointer_table() to use ptdescsVishal Moola (Oracle)1-7/+6
2025-06-30m68k: mm: Convert get_pointer_table() to use ptdescsVishal Moola (Oracle)1-11/+15
2025-05-31m68k: remove use of page->indexMatthew Wilcox (Oracle)1-1/+2
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-3/+3
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-2/+0
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang4-24/+6
2025-01-25mm: introduce ctor/dtor at PGD levelKevin Brodsky1-2/+4
2025-01-25m68k: mm: add calls to pagetable_pmd_[cd]torKevin Brodsky1-5/+12
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-1/+1
2023-11-02Merge tag 'm68knommu-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2023-10-23m68k: coldfire: remove unused variable in MMU codeGreg Ungerer1-2/+1
2023-10-06m68k: sun3/3x: Add and use "sun3.h"Geert Uytterhoeven2-5/+3
2023-10-06m68k: mm: Add and use "fault.h"Geert Uytterhoeven2-0/+9
2023-10-06m68k: mm: Include <asm/hwtest.h> for hwreg_()Geert Uytterhoeven1-0/+2
2023-08-24m68k: implement the new page table range APIMatthew Wilcox (Oracle)1-1/+1
2023-08-21m68k: convert various functions to use ptdescsVishal Moola (Oracle)1-2/+2
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+5
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-3/+6
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-3/+6
2023-06-19m68k: allow pte_offset_map[_lock]() to failHugh Dickins1-31/+21
2023-05-29m68k: Pass a pointer to virt_to_pfn() virt_to_page()Linus Walleij3-4/+5
2023-03-06m68k: mm: Fix systems with memory at end of 32-bit address spaceKars de Jong1-5/+5
2023-03-02m68k: fix livelock in uaccessAl Viro1-1/+4
2022-07-17m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-0/+104
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann1-1/+0
2022-04-11m68k: Introduce a virtual m68k machineLaurent Vivier1-6/+15
2022-02-21m68k: mm: Remove check for VM_IO to fix deferred I/OGeert Uytterhoeven1-2/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+10
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-12/+10
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-11-29m68k: Enable memtest functionalityFinn Thain1-0/+2
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand2-3/+6
2021-09-24m68k: Remove set_fs()Christoph Hellwig5-13/+3
2021-09-24m68k: Remove the 030 case in virt_to_phys_slowChristoph Hellwig1-18/+1
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-10-12Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+5
2020-09-07m68k: mm: Remove superfluous memblock_alloc*() castsGeert Uytterhoeven2-4/+3
2020-09-07m68k: mm: Use PAGE_ALIGNED() helperGeert Uytterhoeven1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-12mm/m68k: use general page fault accountingPeter Xu1-10/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-4/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport5-4/+3
2020-07-27m68k: mcfmmu: remove stale part of comment about steal_contextMike Rapoport1-5/+0
2020-07-27m68k: fix ColdFire mmu init compile warningGreg Ungerer1-1/+0
2020-06-29m68k: mm: fix node memblock initAngelo Dureghello1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-1/+1
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-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport3-3/+0
2020-06-08module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig1-0/+4
2020-06-08m68k: implement flush_icache_user_rangeChristoph Hellwig1-1/+6
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-1/+1
2020-06-03m68k: mm: simplify detection of memory zone boundariesMike Rapoport2-13/+8
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2-9/+6
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-2/+2
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual1-1/+1
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-02-10m68k: mm: Fully initialize the page-table allocatorPeter Zijlstra1-1/+12
2020-02-10m68k: mm: Extend table allocator for multiple sizesPeter Zijlstra2-30/+51
2020-02-10m68k: mm: Improve kernel_page_table()Peter Zijlstra2-27/+29
2020-02-10m68k: mm: Restructure Motorola MMU page-table layoutPeter Zijlstra2-35/+29
2020-02-10m68k: mm: Move the pointer table allocator to motorola.cPeter Zijlstra2-102/+102
2020-02-10m68k: mm: Unify Motorola MMU page setupPeter Zijlstra2-9/+26
2019-12-04m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport4-19/+59
2019-11-11m68k: rename __iounmap and mark it staticChristoph Hellwig1-50/+50
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
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 Rapoport4-0/+24
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport1-1/+0
2019-03-05m68k/mm: use __ClearPageReserved()David Hildenbrand1-1/+1
2018-12-20Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2018-12-19m68k: Fix memblock-related crashesGeert Uytterhoeven1-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport4-4/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport4-6/+6
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-2/+3
2018-09-03m68k: fix early memory reservation for ColdFire MMU systemsMike Rapoport1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-2/+2
2018-07-29m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport3-31/+18
2018-06-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-0/+8
2018-06-04Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2018-05-28m68k: fix ioremapping for internal ColdFire peripheralsGreg Ungerer1-0/+8
2018-05-24m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()Michael Schmitz1-1/+2
2018-04-25signal/m68k: Use force_sig_fault where appropriateEric W. Biederman1-14/+11
2018-03-19m68k/mm: Stop printing the virtual memory layoutGeert Uytterhoeven1-27/+0
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman1-1/+2
2017-11-06m68k: fix ColdFire node shift size calculationGreg Ungerer1-1/+1
2017-11-06m68k: move coldfire MMU initialization codeGreg Ungerer1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-03-28m68k: switch to generic extable.hAl Viro1-1/+1
2017-02-13m68k/sun3: Remove dead code in paging_init()Mathias Krause1-3/+0
2017-02-12m68k/mm: Modernize printing of kernel messagesGeert Uytterhoeven2-4/+2
2017-02-12m68k/mm: sun3 - Modernize printing of kernel messagesGeert Uytterhoeven1-2/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-09-26m68k: move ColdFire _bootmem_alloc codeGreg Ungerer1-1/+30
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2015-11-22m68k/mm: motorola - Add missing initialization of max_pfnGeert Uytterhoeven1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-11-10m68k/mm: Eliminate memset after alloc_bootmem_pagesHimangi Saraogi1-1/+0
2014-10-03m68k: Reformat arch/m68k/mm/hwtest.cGeert Uytterhoeven1-38/+40
2014-10-03m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()Geert Uytterhoeven1-0/+6
2014-05-28m68k: Increase initial mapping to 8 or 16 MiB if possibleAndreas Schwab1-4/+6
2013-12-30m68k/mm: kmap spelling/grammar fixesGeert Uytterhoeven1-5/+5
2013-12-30m68k: Convert arch/m68k/mm/fault.c to pr_*()Geert Uytterhoeven1-15/+8
2013-12-30m68k/mm: Check for mm != NULL in do_page_fault() debug codeGeert Uytterhoeven1-2/+1
2013-11-26m68k/UAPI: Move generic definitions to <asm/bootinfo.h>Geert Uytterhoeven2-2/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
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 Ungerer4-36/+8
2012-11-14m68k: merge MMU and non-MMU versions of mm/init.cGreg Ungerer3-323/+228
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2-2/+2
2012-07-17m68k: fix ColdFire clear cache operationGreg Ungerer1-1/+1
2012-06-27m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}Geert Uytterhoeven2-2/+2
2012-04-22m68k/mm: Port OOM changes to do_page_fault()Kautuk Consul1-8/+34
2012-03-28Disintegrate asm/system.h for M68KDavid Howells7-7/+0
2012-02-07m68k: Do not set global share for non-kernel shared pagesAlexander Stein1-4/+5
2012-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-3/+3
2012-01-22m68k: Fix assembler constraint to prevent overeager gcc optimisationAndreas Schwab1-3/+3
2011-12-30m68k: add ColdFire with MMU enabled support to the m68k mem init codeGreg Ungerer1-1/+1
2011-12-30m68k: compile appropriate mm arch files for ColdFire MMU supportGreg Ungerer1-3/+5
2011-12-30m68k: ColdFire V4e MMU paging init code and miss handlerGreg Ungerer1-0/+198
2011-12-30m68k: use ColdFire MMU read/write bit flags when ioremappingGreg Ungerer1-1/+2
2011-12-30m68k: modify cache push and clear code for ColdFire with MMU enableGreg Ungerer1-2/+6
2011-12-30m68k: add cache support for V4e ColdFire cores running with MMU enabledGreg Ungerer1-3/+21
2011-12-24m68k: print memory layout info in boot logGreg Ungerer1-0/+34
2011-10-18m68knommu: create common externs for _ram* varsGreg Ungerer1-1/+0
2011-10-18m68knommu: remove extern declarations of memory_start/memory_end from mm/initGreg Ungerer1-3/+0
2011-10-18m68knommu: use generic section names in mm/init codeGreg Ungerer1-9/+8
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-5/+0
2011-07-30m68k/atari: Reserve some ST-RAM early on for device buffer useMichael Schmitz1-5/+0
2011-07-25m68knommu: Fix printk() format in free_initrd_mem()Geert Uytterhoeven1-2/+3
2011-07-25m68knommu: Make empty_zero_page "void *", like on m68kGeert Uytterhoeven1-3/+3
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-24m68knommu: clean up mm/init_no.cGreg Ungerer1-47/+4
2011-05-24m68k: merge the mmu and non-mmu mm/MakefileGreg Ungerer3-18/+9
2011-05-24m68k: mv kmap_mm.c to kmap.cGreg Ungerer2-370/+365
2011-05-24m68knommu: remove stubs for __ioremap() and iounmap()Greg Ungerer2-38/+1
2011-05-24m68knommu: remove unused kernel_set_cachemode()Greg Ungerer1-8/+0
2011-04-27m68k/mm: Set all online nodes in N_NORMAL_MEMORYMichael Schmitz1-0/+2
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer9-522/+780
2011-03-16m68k: Add helper function handle_kernel_fault()Roman Zippel1-15/+1
2010-05-17m68k: invoke oom-killer from page faultNick Piggin1-10/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-1/+3
2010-02-27m68k{,nommu}/h8300: Remove obsolete comment about map_chunkPhilippe De Muyter1-2/+1
2010-02-27m68k: Allow ioremapping top of memoryPhilippe De Muyter1-1/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-01-12m68k: Kill several external declarations in source filesGeert Uytterhoeven2-7/+4
2008-10-14arch/m68k/mm/kmap.c: introduce missing kfreeJulia Lawall1-1/+3
2008-07-26m68k: use generic show_mem()Johannes Weiner1-30/+0
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2-2/+2
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-3/+1
2008-07-20arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-07-20arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
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-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-08-22m68k: Kill superfluous externGeert Uytterhoeven1-5/+1
2007-07-20m68k: missing __initAl Viro1-1/+1
2007-07-20m68k: missing exportsAl Viro1-0/+2
2007-07-19mm: fault feedback #2Nick Piggin1-11/+10
2007-05-31m68k: discontinuous memory supportRoman Zippel3-146/+147
2007-05-31m68k: runtime patching infrastructureRoman Zippel1-0/+3
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-09[PATCH] m68k: EXPORT_SYMBOL(cache_{clear,push}) bogus commentGeert Uytterhoeven1-2/+2
2006-12-09[PATCH] Sun3: General updatesSam Creasey1-2/+5
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra1-1/+1
2006-10-11[PATCH] clean m68k ksymsAl Viro3-2/+13
2006-10-11[PATCH] sun3 __iomem annotationsAl Viro1-4/+4
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0
2006-06-26[PATCH] arch: use list_move()Akinobu Mita1-4/+2
2006-06-25[PATCH] m68k: fix __iounmap for 030Roman Zippel1-2/+4