aboutsummaryrefslogtreecommitdiff
path: root/mm/mremap.c
AgeCommit message (Expand)Author
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
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm: use rlimit helpersJiri Slaby
2009-12-11Take arch_mmap_check() into get_unmapped_area()Al Viro
2009-12-11fix pgoff in "have to relocate" case of mremap()Al Viro
2009-12-11fix the arch checks in MREMAP_FIXED caseAl Viro
2009-12-11fix checks for expand-in-place mremapAl Viro
2009-12-11do_mremap() untangling, part 3Al Viro
2009-12-11do_mremap() untangling, part 2Al Viro
2009-12-11untangling do_mremap(), part 1Al Viro
2009-09-24truncate: new helpersnpiggin@suse.de
2009-09-22ksm: mremap use err from ksm_madviseHugh Dickins
2009-09-22ksm: prevent mremap move poisoningHugh Dickins
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens
2009-01-05mm: update my addressAlan Cox
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel
2008-07-28mmu-notifiers: coreAndrea Arcangeli
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-07-19mm: variable length argument supportOllie Wild
2007-07-11security: Protection for exploiting null dereference using mmapEric Paris
2007-01-30[PATCH] mm: mremap correct rmap accountingHugh Dickins
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchZachary Amsden
2006-07-03[PATCH] lockdep: annotate mmIngo Molnar
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2005-12-16Make sure we copy pages inserted with "vm_insert_page()" on forkLinus Torvalds
2005-10-29[PATCH] mm: split page table lockHugh Dickins
2005-10-29[PATCH] mm: ptd_alloc take ptlockHugh Dickins
2005-10-29[PATCH] mm: ptd_alloc inline and outHugh Dickins
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins
2005-10-29[PATCH] mm: do_mremap current mmHugh Dickins
2005-10-29[PATCH] mm: move_page_tables by extentsHugh Dickins
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins
2005-09-28[PATCH] mm: move_pte to remap ZERO_PAGENick Piggin
2005-09-05[PATCH] mm: remap ZERO_PAGE mappingsNick Piggin
2005-08-04[PATCH] fix VmSize and VmData after mremapHugh Dickins
2005-05-17[PATCH] mm acct accounting fixKirill Korotaev
2005-05-01[PATCH] RLIMIT_AS checking fixakpm@osdl.org