aboutsummaryrefslogtreecommitdiff
path: root/mm/mremap.c
AgeCommit message (Expand)Author
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
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie
2012-06-01move security_mmap_addr() to saner placeAl Viro
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro
2012-05-30merge do_mremap() into sys_mremap()Al Viro
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli
2011-10-31mremap: avoid sending one IPI per pageAndrea Arcangeli
2011-10-31mremap: check for overflow using deltasAndrea Arcangeli
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra
2011-04-07mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds
2011-02-23mm: fix possible cause of a page_mapped BUGHugh Dickins