aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/mm
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowGravatar Mike Rapoport 1-2/+3
2018-09-03m68k: fix early memory reservation for ColdFire MMU systemsGravatar Mike Rapoport 1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-2/+2
2018-07-29m68k: switch to MEMBLOCK + NO_BOOTMEMGravatar Mike Rapoport 3-31/+18
2018-06-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 1-0/+8
2018-06-04Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2018-05-28m68k: fix ioremapping for internal ColdFire peripheralsGravatar Greg Ungerer 1-0/+8
2018-05-24m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()Gravatar Michael Schmitz 1-1/+2
2018-04-25signal/m68k: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-14/+11
2018-03-19m68k/mm: Stop printing the virtual memory layoutGravatar Geert Uytterhoeven 1-27/+0
2018-01-22signal: Don't use structure initializers for struct siginfoGravatar Eric W. Biederman 1-1/+2
2017-11-06m68k: fix ColdFire node shift size calculationGravatar Greg Ungerer 1-1/+1
2017-11-06m68k: move coldfire MMU initialization codeGravatar Greg Ungerer 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 10-0/+10