aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm: add merging after mremap resizeJakub Matěna1-2/+17
2022-09-26mm/mremap: use vma_find_intersection() instead of vma linked listLiam R. Howlett1-2/+3
2022-09-26mm/mmap: reorganize munmap to use maple statesLiam R. Howlett1-7/+10
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-11/+5
2022-05-13mm: hugetlb: considering PMD sharing when flushing cache/TLBsBaolin Wang1-1/+1
2022-05-09mm: mremap: fix sign for EFAULT error return valueNiels Dossche1-1/+1
2022-04-28mm/mremap: avoid unneeded do_munmap callMiaohe Lin1-2/+2
2022-04-28mm/mremap: use helper mlock_future_check()Miaohe Lin1-8/+2
2022-04-08mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini1-0/+3
2022-03-22mm/mremap:: use vma_lookup() instead of find_vma()Miaohe Lin1-2/+2
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry1-3/+33
2021-11-06mm/mremap: don't account pages in vma_to_resize()Dmitry Safonov1-28/+22
2021-09-03mm/mremap: fix memory account on do_munmap() failureChen Wandun1-1/+1
2021-07-08mm/mremap: allow arch runtime overrideAneesh Kumar K.V1-1/+14
2021-07-08mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V1-2/+2
2021-07-08mm/mremap: use pmd/pud_poplulate to update page table entriesAneesh Kumar K.V1-4/+3
2021-07-08mm/mremap: don't enable optimized PUD move if page table levels is 2Aneesh Kumar K.V1-1/+1
2021-07-08mm/mremap: convert huge PUD move to separate helperAneesh Kumar K.V1-7/+73
2021-06-29mm/mremap: use vma_lookup() in vma_to_resize()Liam Howlett1-2/+3
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-1/+1
2021-04-30mm: extend MREMAP_DONTUNMAP to non-anonymous mappingsBrian Geffon1-2/+2
2021-02-24mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP successLi Xinhai1-0/+8
2021-02-21Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-3/+0
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy1-3/+0
2021-02-09mm/mremap: fix BUILD_BUG_ON() error in get_extentArnd Bergmann1-2/+3
2020-12-29mm/mremap.c: fix extent calculationKalesh Singh1-1/+3
2020-12-15mremap: check if it's possible to split original vmaDmitry Safonov1-1/+10
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov1-1/+1
2020-12-15mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm()Dmitry Safonov1-23/+13
2020-12-15mm/mremap: account memory on do_munmap() failureDmitry Safonov1-1/+2
2020-12-15mm: speedup mremap on 1GB or larger regionsKalesh Singh1-40/+190
2020-08-07mm/mremap: start addresses are properly alignedWei Yang1-3/+0
2020-08-07mm/mremap: calculate extent in one placeWei Yang1-3/+3
2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang1-6/+4
2020-07-13mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds1-2/+21
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-3/+3
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-04mm: use false for bool variableZou Wei1-1/+1
2020-06-04mm: Fix mremap not considering huge pmd devmapFan Yang1-1/+1
2020-05-14userfaultfd: fix remap event with MREMAP_DONTUNMAPBrian Geffon1-1/+1
2020-04-19mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon1-1/+12
2020-04-02mm/mremap: add MREMAP_DONTUNMAP to mremap()Brian Geffon1-21/+69
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual1-1/+1
2020-03-26mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon1-0/+10
2020-02-20mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas1-1/+0
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu1-2/+2
2019-09-25mm: untag user pointers in mmap/munmap/mremap/brkCatalin Marinas1-5/+1
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov1-0/+7