summaryrefslogtreecommitdiff
path: root/arch/m68k/mm
AgeCommit message (Expand)AuthorFilesLines
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