summaryrefslogtreecommitdiff
path: root/arch/m68k/mm
AgeCommit message (Expand)Author
2023-11-02Merge tag 'm68knommu-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-23m68k: coldfire: remove unused variable in MMU codeGreg Ungerer
2023-10-06m68k: sun3/3x: Add and use "sun3.h"Geert Uytterhoeven
2023-10-06m68k: mm: Add and use "fault.h"Geert Uytterhoeven
2023-10-06m68k: mm: Include <asm/hwtest.h> for hwreg_()Geert Uytterhoeven
2023-08-24m68k: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21m68k: convert various functions to use ptdescsVishal Moola (Oracle)
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-19m68k: allow pte_offset_map[_lock]() to failHugh Dickins
2023-05-29m68k: Pass a pointer to virt_to_pfn() virt_to_page()Linus Walleij
2023-03-06m68k: mm: Fix systems with memory at end of 32-bit address spaceKars de Jong
2023-03-02m68k: fix livelock in uaccessAl Viro
2022-07-17m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann
2022-04-11m68k: Introduce a virtual m68k machineLaurent Vivier
2022-02-21m68k: mm: Remove check for VM_IO to fix deferred I/OGeert Uytterhoeven
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-11-29m68k: Enable memtest functionalityFinn Thain
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2021-09-24m68k: Remove set_fs()Christoph Hellwig
2021-09-24m68k: Remove the 030 case in virt_to_phys_slowChristoph Hellwig
2021-06-29m68k: remove support for DISCONTIGMEMMike Rapoport
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2020-12-15m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMMike Rapoport
2020-12-15m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMMike Rapoport
2020-10-12Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-07m68k: mm: Remove superfluous memblock_alloc*() castsGeert Uytterhoeven
2020-09-07m68k: mm: Use PAGE_ALIGNED() helperGeert Uytterhoeven
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12mm/m68k: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-07-27m68k: mcfmmu: remove stale part of comment about steal_contextMike Rapoport
2020-07-27m68k: fix ColdFire mmu init compile warningGreg Ungerer
2020-06-29m68k: mm: fix node memblock initAngelo Dureghello
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-08module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig