aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mremap.c
Commit message (Expand)AuthorAge
* mm: untag user pointers in mmap/munmap/mremap/brkCatalin Marinas2019-09-25
* mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-25
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-14
* mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador2019-03-06
* mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)2019-01-04
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-04
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-28
* mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi2018-10-26
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-18
* mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman2018-06-14
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-08
* mm/mremap: fail map duplication attempts for private mappingsMike Kravetz2017-09-06
* userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport2017-08-02
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-02
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-09
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-24
* userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli2017-02-22
* userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov2017-02-22
* mremap: move_ptes: check pte dirty after its removalAaron Lu2016-11-29
* mremap: fix race between mremap() and page cleanningAaron Lu2016-11-17
* mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi2016-07-26
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-23
* huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins2016-05-19
* huge mm: move_huge_pmd does not need new_vmaHugh Dickins2016-05-19
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-17
* mm: move max_map_count bits into mm.hAndrey Ryabinin2016-03-17
* mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2016-02-11
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-15
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-15
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-14
* x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-05
* mm/mremap: use offset_in_page macroAlexander Kuleshov2015-11-05
* mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov2015-09-04
* mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov2015-09-04
* mremap: don't do mm_populate(new_addr) on failureOleg Nesterov2015-09-04
* mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov2015-09-04
* mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov2015-09-04
* mm: new arch_remap() hookLaurent Dufour2015-06-24
* mm/mremap.c: clean up goto just return ERR_PTRDerek2015-04-15
* mremap should return -ENOMEM when __vm_enough_memory failDerek2015-04-15
* fix mremap() vs. ioctx_kill() raceAl Viro2015-04-06
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-10
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-12-14
|\
| * aio: Make it possible to remap aio ringPavel Emelyanov2014-12-13
* | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-13
* | mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-13
|/
* mm/mremap.c: use linux headersPaul McQuade2014-10-09
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-09
* mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov2014-05-11