aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/mm
AgeCommit message (Expand)AuthorFilesLines
2021-06-29m68k: remove support for DISCONTIGMEMGravatar Mike Rapoport 1-20/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Gravatar Kefeng Wang 1-1/+0
2020-12-15m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMGravatar Mike Rapoport 1-3/+3
2020-12-15m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMGravatar Mike Rapoport 1-2/+2
2020-10-12Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-6/+5
2020-09-07m68k: mm: Remove superfluous memblock_alloc*() castsGravatar Geert Uytterhoeven 2-4/+3
2020-09-07m68k: mm: Use PAGE_ALIGNED() helperGravatar Geert Uytterhoeven 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-12mm/m68k: use general page fault accountingGravatar Peter Xu 1-10/+4
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-4/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 5-4/+3
2020-07-27m68k: mcfmmu: remove stale part of comment about steal_contextGravatar Mike Rapoport 1-5/+0
2020-07-27m68k: fix ColdFire mmu init compile warningGravatar Greg Ungerer 1-1/+0
2020-06-29m68k: mm: fix node memblock initGravatar Angelo Dureghello 1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-4/+4
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-1/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 1-22/+4
2020-06-09m68k/mm: move {cache,nocahe}_page() definitions close to their userGravatar Mike Rapoport 1-0/+43
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 3-3/+0
2020-06-08module: move the set_fs hack for flush_icache_range to m68kGravatar Christoph Hellwig 1-0/+4
2020-06-08m68k: implement flush_icache_user_rangeGravatar Christoph Hellwig 1-1/+6
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageGravatar Christoph Hellwig 1-1/+1
2020-06-03m68k: mm: simplify detection of memory zone boundariesGravatar Mike Rapoport 2-13/+8
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesGravatar Mike Rapoport 2-9/+6
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionGravatar Mike Rapoport 1-2/+2
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsGravatar Anshuman Khandual 1-1/+1
2020-04-07mm/vma: make vma_is_accessible() available for general useGravatar Anshuman Khandual 1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesGravatar Peter Xu 1-3/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTGravatar Peter Xu 1-1/+1
2020-04-02mm: introduce fault_signal_pending()Gravatar Peter Xu 1-1/+1
2020-02-10m68k: mm: Fully initialize the page-table allocatorGravatar Peter Zijlstra 1-1/+12
2020-02-10m68k: mm: Extend table allocator for multiple sizesGravatar Peter Zijlstra 2-30/+51
2020-02-10m68k: mm: Improve kernel_page_table()Gravatar Peter Zijlstra 2-27/+29
2020-02-10m68k: mm: Restructure Motorola MMU page-table layoutGravatar Peter Zijlstra 2-35/+29
2020-02-10m68k: mm: Move the pointer table allocator to motorola.cGravatar Peter Zijlstra 2-102/+102
2020-02-10m68k: mm: Unify Motorola MMU page setupGravatar Peter Zijlstra 2-9/+26
2019-12-04m68k: mm: use pgtable-nopXd instead of 4level-fixupGravatar Mike Rapoport 4-19/+59
2019-11-11m68k: rename __iounmap and mark it staticGravatar Christoph Hellwig 1-50/+50
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-2/+2
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-7/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 4-0/+24
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Gravatar Mike Rapoport 1-1/+0
2019-03-05m68k/mm: use __ClearPageReserved()Gravatar David Hildenbrand 1-1/+1
2018-12-20Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2018-12-19m68k: Fix memblock-related crashesGravatar Geert Uytterhoeven 1-0/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 4-4/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocGravatar Mike Rapoport 4-6/+6