summaryrefslogtreecommitdiffstats
path: root/mm/mremap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP successLi Xinhai2021-02-241-0/+8
* Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-3/+0
|\
| * mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy2021-02-121-3/+0
* | mm/mremap: fix BUILD_BUG_ON() error in get_extentArnd Bergmann2021-02-091-2/+3
|/
* mm/mremap.c: fix extent calculationKalesh Singh2020-12-291-1/+3
* mremap: check if it's possible to split original vmaDmitry Safonov2020-12-151-1/+10
* mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+1
* mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm()Dmitry Safonov2020-12-151-23/+13
* mm/mremap: account memory on do_munmap() failureDmitry Safonov2020-12-151-1/+2
* mm: speedup mremap on 1GB or larger regionsKalesh Singh2020-12-151-40/+190
* mm/mremap: start addresses are properly alignedWei Yang2020-08-071-3/+0
* mm/mremap: calculate extent in one placeWei Yang2020-08-071-3/+3
* mm/mremap: it is sure to have enough space when extent meets requirementWei Yang2020-08-071-6/+4
* mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds2020-07-131-2/+21
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-4/+4
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-1/+1
|\
| * mm: use false for bool variableZou Wei2020-06-041-1/+1
* | mm: Fix mremap not considering huge pmd devmapFan Yang2020-06-041-1/+1
|/
* userfaultfd: fix remap event with MREMAP_DONTUNMAPBrian Geffon2020-05-141-1/+1
* mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon2020-04-191-1/+12
* mm/mremap: add MREMAP_DONTUNMAP to mremap()Brian Geffon2020-04-021-21/+69
* mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual2020-04-021-1/+1
* mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon2020-03-261-0/+10
* mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas2020-02-201-1/+0
* mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu2019-12-011-2/+2
* mm: untag user pointers in mmap/munmap/mremap/brkCatalin Marinas2019-09-251-5/+1
* mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-251-0/+7
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
* mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador2019-03-051-0/+17
* mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)2019-01-041-0/+64
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-1/+1
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-6/+4
* mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi2018-10-261-4/+16
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-181-17/+13
* mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman2018-06-151-4/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-1/+1
* mm/mremap: fail map duplication attempts for private mappingsMike Kravetz2017-09-061-0/+13
* userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport2017-08-021-2/+5
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-021-0/+1
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-2/+11
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-9/+14
* userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli2017-02-221-1/+1
* userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov2017-02-221-5/+12
* mremap: move_ptes: check pte dirty after its removalAaron Lu2016-11-291-4/+8
* mremap: fix race between mremap() and page cleanningAaron Lu2016-11-171-9/+21
* mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi2016-07-261-2/+1
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-231-1/+2
* huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins2016-05-191-20/+22