aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2
2019-03-05mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador1-0/+17
2019-01-04mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)1-0/+64
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-1/+1
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-6/+4
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi1-4/+16
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds1-17/+13
2018-06-15mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-1/+1
2017-09-06mm/mremap: fail map duplication attempts for private mappingsMike Kravetz1-0/+13
2017-08-02userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport1-2/+5