summaryrefslogtreecommitdiffstats
path: root/mm/mremap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* huge mm: move_huge_pmd does not need new_vmaHugh Dickins2016-05-191-3/+2
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-2/+1
* mm: move max_map_count bits into mm.hAndrey Ryabinin2016-03-171-1/+0
* mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2016-02-111-0/+2
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-8/+7
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-151-1/+1
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-3/+4
* x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-051-0/+4
* mm/mremap: use offset_in_page macroAlexander Kuleshov2015-11-051-6/+6
* mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov2015-09-041-7/+2