aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entriesMel Gorman1-0/+1
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-2/+11
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-9/+14
2017-02-22userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli1-1/+1
2017-02-22userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov1-5/+12
2016-11-29mremap: move_ptes: check pte dirty after its removalAaron Lu1-4/+8
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu1-9/+21
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi1-2/+1
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko1-1/+2
2016-05-19huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins1-20/+22
2016-05-19huge mm: move_huge_pmd does not need new_vmaHugh Dickins1-3/+2
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-2/+1
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin1-1/+0
2016-02-11mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov1-0/+2
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-8/+7
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-1/+1
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-3/+4
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani1-0/+4
2015-11-05mm/mremap: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-09-04mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov1-7/+2
2015-09-04mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov1-10/+11
2015-09-04mremap: don't do mm_populate(new_addr) on failureOleg Nesterov1-1/+3
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov1-2/+2
2015-09-04mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov1-9/+7
2015-06-24mm: new arch_remap() hookLaurent Dufour1-6/+11
2015-04-15mm/mremap.c: clean up goto just return ERR_PTRDerek1-17/+8
2015-04-15mremap should return -ENOMEM when __vm_enough_memory failDerek1-1/+1
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro1-2/+8
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-2/+0
2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+2
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov1-1/+2
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-1/+1
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-2/+2
2014-10-09mm/mremap.c: use linux headersPaul McQuade1-1/+1
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin1-1/+2