summaryrefslogtreecommitdiff
path: root/mm/mremap.c
AgeCommit message (Expand)Author
2018-10-20mremap: properly flush TLB before releasing the pageLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan
2017-09-06mm/mremap: fail map duplication attempts for private mappingsMike Kravetz
2017-08-02userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-22userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli
2017-02-22userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov
2016-11-29mremap: move_ptes: check pte dirty after its removalAaron Lu
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko
2016-05-19huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins
2016-05-19huge mm: move_huge_pmd does not need new_vmaHugh Dickins
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin
2016-02-11mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani
2015-11-05mm/mremap: use offset_in_page macroAlexander Kuleshov
2015-09-04mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov
2015-09-04mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov
2015-09-04mremap: don't do mm_populate(new_addr) on failureOleg Nesterov
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov
2015-09-04mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov
2015-06-24mm: new arch_remap() hookLaurent Dufour
2015-04-15mm/mremap.c: clean up goto just return ERR_PTRDerek
2015-04-15mremap should return -ENOMEM when __vm_enough_memory failDerek
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-10-09mm/mremap.c: use linux headersPaul McQuade
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-05-11mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov
2013-10-16mm: revert mremap pud_free anti-fixHugh Dickins
2013-09-11mm/mremap.c: call pud_free() after fail calling pmd_alloc()Chen Gang
2013-08-27mm: move_ptes -- Set soft dirty bit depending on pte typeCyrill Gorcunov
2013-07-09mm: mremap: validate input before taking lockRasmus Villemoes
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov
2013-02-23mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds