summaryrefslogtreecommitdiffstats
path: root/mm/mremap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/mremap: fix memory account on do_munmap() failureChen Wandun2021-09-031-1/+1
* mm/mremap: allow arch runtime overrideAneesh Kumar K.V2021-07-081-1/+14
* mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V2021-07-081-2/+2
* mm/mremap: use pmd/pud_poplulate to update page table entriesAneesh Kumar K.V2021-07-081-4/+3
* mm/mremap: don't enable optimized PUD move if page table levels is 2Aneesh Kumar K.V2021-07-081-1/+1
* mm/mremap: convert huge PUD move to separate helperAneesh Kumar K.V2021-07-081-7/+73
* mm/mremap: use vma_lookup() in vma_to_resize()Liam Howlett2021-06-291-2/+3
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-1/+1
* mm: extend MREMAP_DONTUNMAP to non-anonymous mappingsBrian Geffon2021-04-301-2/+2
* 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