summaryrefslogtreecommitdiff
path: root/arch/m68k/mm
AgeCommit message (Expand)Author
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
2020-06-08m68k: implement flush_icache_user_rangeChristoph Hellwig
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-06-03m68k: mm: simplify detection of memory zone boundariesMike Rapoport
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2020-02-10m68k: mm: Fully initialize the page-table allocatorPeter Zijlstra
2020-02-10m68k: mm: Extend table allocator for multiple sizesPeter Zijlstra
2020-02-10m68k: mm: Improve kernel_page_table()Peter Zijlstra
2020-02-10m68k: mm: Restructure Motorola MMU page-table layoutPeter Zijlstra
2020-02-10m68k: mm: Move the pointer table allocator to motorola.cPeter Zijlstra
2020-02-10m68k: mm: Unify Motorola MMU page setupPeter Zijlstra
2019-12-04m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport
2019-11-11m68k: rename __iounmap and mark it staticChristoph Hellwig
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman