summaryrefslogtreecommitdiff
path: root/mm/mremap.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-07mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov1-1/+8
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/...Linus 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 i...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
2011-04-07mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds1-2/+9
2011-02-23mm: fix possible cause of a page_mapped BUGHugh Dickins1-3/+1
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli1-0/+1
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli1-3/+5
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-2/+5
2010-03-06mm: use rlimit helpersJiri Slaby1-1/+1
2009-12-11Take arch_mmap_check() into get_unmapped_area()Al Viro1-12/+3
2009-12-11fix pgoff in "have to relocate" case of mremap()Al Viro1-1/+3
2009-12-11fix the arch checks in MREMAP_FIXED caseAl Viro1-2/+17
2009-12-11fix checks for expand-in-place mremapAl Viro1-2/+11
2009-12-11do_mremap() untangling, part 3Al Viro1-4/+12
2009-12-11do_mremap() untangling, part 2Al Viro1-48/+72
2009-12-11untangling do_mremap(), part 1Al Viro1-33/+55
2009-09-24truncate: new helpersnpiggin@suse.de1-2/+2
2009-09-22ksm: mremap use err from ksm_madviseHugh Dickins1-3/+5
2009-09-22ksm: prevent mremap move poisoningHugh Dickins1-0/+12
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens1-3/+3
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2009-01-05mm: update my addressAlan Cox1-1/+1
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel1-3/+5
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+6
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-2/+2
2007-07-19mm: variable length argument supportOllie Wild1-1/+1
2007-07-11security: Protection for exploiting null dereference using mmapEric Paris1-2/+11
2007-01-30[PATCH] mm: mremap correct rmap accountingHugh Dickins1-1/+0
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchZachary Amsden1-0/+2
2006-07-03[PATCH] lockdep: annotate mmIngo Molnar1-1/+1