summaryrefslogtreecommitdiff
path: root/mm/mremap.c
AgeCommit message (Expand)Author
2021-02-24mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP successLi Xinhai
2021-02-21Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy
2021-02-09mm/mremap: fix BUILD_BUG_ON() error in get_extentArnd Bergmann
2020-12-29mm/mremap.c: fix extent calculationKalesh Singh
2020-12-15mremap: check if it's possible to split original vmaDmitry Safonov
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov
2020-12-15mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm()Dmitry Safonov
2020-12-15mm/mremap: account memory on do_munmap() failureDmitry Safonov
2020-12-15mm: speedup mremap on 1GB or larger regionsKalesh Singh
2020-08-07mm/mremap: start addresses are properly alignedWei Yang
2020-08-07mm/mremap: calculate extent in one placeWei Yang
2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang
2020-07-13mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04mm: use false for bool variableZou Wei
2020-06-04mm: Fix mremap not considering huge pmd devmapFan Yang
2020-05-14userfaultfd: fix remap event with MREMAP_DONTUNMAPBrian Geffon
2020-04-19mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon
2020-04-02mm/mremap: add MREMAP_DONTUNMAP to mremap()Brian Geffon
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual
2020-03-26mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon
2020-02-20mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu
2019-09-25mm: untag user pointers in mmap/munmap/mremap/brkCatalin Marinas
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-03-05mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador
2019-01-04mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-06-15mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan
2017-09-06mm/mremap: fail map duplication attempts for private mappingsMike Kravetz
2017-08-02userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-22userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli
2017-02-22userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov
2016-11-29mremap: move_ptes: check pte dirty after its removalAaron Lu
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko
2016-05-19huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins