aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-11mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov1-1/+8
2013-10-16mm: revert mremap pud_free anti-fixHugh Dickins1-4/+1
2013-09-11mm/mremap.c: call pud_free() after fail calling pmd_alloc()Chen Gang1-1/+4
2013-08-27mm: move_ptes -- Set soft dirty bit depending on pte typeCyrill Gorcunov1-1/+20
2013-07-09mm: mremap: validate input before taking lockRasmus Villemoes1-8/+10
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-1/+1
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov1-1/+1
2013-02-23mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse1-12/+13
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-1/+1
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-1/+1
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-1/+1
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg1-2/+6
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse1-18/+39
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse1-9/+5
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie1-2/+0
2012-06-01move security_mmap_addr() to saner placeAl Viro1-7/+0
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-2/+2
2012-05-30merge do_mremap() into sys_mremap()Al Viro1-14/+5
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-1/+1
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma()Andrea Arcangeli1-0/+9
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli1-4/+18
2011-10-31mremap: avoid sending one IPI per pageAndrea Arcangeli1-6/+9
2011-10-31mremap: check for overflow using deltasAndrea Arcangeli1-2/+3
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-1/+0