summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-20/+1
2026-01-26m68k: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)-4/+9
2025-06-30m68k: mm: Convert pointer table macros to use ptdescsVishal Moola (Oracle)-3/+2
2025-06-30m68k: mm: Convert init_pointer_table() to use ptdescsVishal Moola (Oracle)-6/+6
2025-06-30m68k: mm: Convert free_pointer_table() to use ptdescsVishal Moola (Oracle)-7/+6
2025-06-30m68k: mm: Convert get_pointer_table() to use ptdescsVishal Moola (Oracle)-11/+15
2025-05-31m68k: remove use of page->indexMatthew Wilcox (Oracle)-1/+2
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky-3/+3
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)-2/+0
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-24/+6
2025-01-25mm: introduce ctor/dtor at PGD levelKevin Brodsky-2/+4
2025-01-25m68k: mm: add calls to pagetable_pmd_[cd]torKevin Brodsky-5/+12
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng-1/+1
2023-11-02Merge tag 'm68knommu-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2023-10-23m68k: coldfire: remove unused variable in MMU codeGreg Ungerer-2/+1
2023-10-06m68k: sun3/3x: Add and use "sun3.h"Geert Uytterhoeven-5/+3
2023-10-06m68k: mm: Add and use "fault.h"Geert Uytterhoeven-0/+9
2023-10-06m68k: mm: Include <asm/hwtest.h> for hwreg_()Geert Uytterhoeven-0/+2
2023-08-24m68k: implement the new page table range APIMatthew Wilcox (Oracle)-1/+1
2023-08-21m68k: convert various functions to use ptdescsVishal Moola (Oracle)-2/+2
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+5
2023-06-28Merge branch 'expand-stack'Linus Torvalds-3/+6
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds-3/+6
2023-06-19m68k: allow pte_offset_map[_lock]() to failHugh Dickins-31/+21
2023-05-29m68k: Pass a pointer to virt_to_pfn() virt_to_page()Linus Walleij-4/+5
2023-03-06m68k: mm: Fix systems with memory at end of 32-bit address spaceKars de Jong-5/+5
2023-03-02m68k: fix livelock in uaccessAl Viro-1/+4
2022-07-17m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-0/+104
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu-0/+4
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann-1/+0
2022-04-11m68k: Introduce a virtual m68k machineLaurent Vivier-6/+15
2022-02-21m68k: mm: Remove check for VM_IO to fix deferred I/OGeert Uytterhoeven-2/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-12/+10
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng-12/+10
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman-1/+1
2021-11-29m68k: Enable memtest functionalityFinn Thain-0/+2
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand-3/+6
2021-09-24m68k: Remove set_fs()Christoph Hellwig-13/+3
2021-09-24m68k: Remove the 030 case in virt_to_phys_slowChristoph Hellwig-18/+1
2021-06-29m68k: remove support for DISCONTIGMEMMike Rapoport-20/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang-1/+0
2020-12-15m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMMike Rapoport-3/+3
2020-12-15m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMMike Rapoport-2/+2
2020-10-12Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+5
2020-09-07m68k: mm: Remove superfluous memblock_alloc*() castsGeert Uytterhoeven-4/+3
2020-09-07m68k: mm: Use PAGE_ALIGNED() helperGeert Uytterhoeven-2/+2