aboutsummaryrefslogtreecommitdiff
path: root/mm/mremap.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueGravatar Rik van Riel 1-2/+5
2010-03-06mm: use rlimit helpersGravatar Jiri Slaby 1-1/+1
2009-12-11Take arch_mmap_check() into get_unmapped_area()Gravatar Al Viro 1-12/+3
2009-12-11fix pgoff in "have to relocate" case of mremap()Gravatar Al Viro 1-1/+3
2009-12-11fix the arch checks in MREMAP_FIXED caseGravatar Al Viro 1-2/+17
2009-12-11fix checks for expand-in-place mremapGravatar Al Viro 1-2/+11
2009-12-11do_mremap() untangling, part 3Gravatar Al Viro 1-4/+12
2009-12-11do_mremap() untangling, part 2Gravatar Al Viro 1-48/+72
2009-12-11untangling do_mremap(), part 1Gravatar Al Viro 1-33/+55
2009-09-24truncate: new helpersGravatar npiggin@suse.de 1-2/+2
2009-09-22ksm: mremap use err from ksm_madviseGravatar Hugh Dickins 1-3/+5
2009-09-22ksm: prevent mremap move poisoningGravatar Hugh Dickins 1-0/+12
2009-01-14[CVE-2009-0029] System call wrappers part 13Gravatar Heiko Carstens 1-3/+3
2009-01-14[CVE-2009-0029] Convert all system calls to return a longGravatar Heiko Carstens 1-1/+1
2009-01-05mm: update my addressGravatar Alan Cox 1-1/+1
2008-10-20mmap: handle mlocked pages during map, remap, unmapGravatar Rik van Riel 1-3/+5
2008-07-28mmu-notifiers: coreGravatar Andrea Arcangeli 1-0/+6
2007-10-18sparse pointer use of zero as nullGravatar Stephen Hemminger 1-2/+2
2007-07-19mm: variable length argument supportGravatar Ollie Wild 1-1/+1
2007-07-11security: Protection for exploiting null dereference using mmapGravatar Eric Paris 1-2/+11
2007-01-30[PATCH] mm: mremap correct rmap accountingGravatar Hugh Dickins 1-1/+0
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchGravatar Zachary Amsden 1-0/+2
2006-07-03[PATCH] lockdep: annotate mmGravatar Ingo Molnar 1-1/+1
2006-01-11[PATCH] move capable() to capability.hGravatar Randy.Dunlap 1-0/+1
2005-12-16Make sure we copy pages inserted with "vm_insert_page()" on forkGravatar Linus Torvalds 1-1/+1
2005-10-29[PATCH] mm: split page table lockGravatar Hugh Dickins 1-1/+10
2005-10-29[PATCH] mm: ptd_alloc take ptlockGravatar Hugh Dickins 1-18/+9
2005-10-29[PATCH] mm: ptd_alloc inline and outGravatar Hugh Dickins 1-6/+1
2005-10-29[PATCH] mm: update_hiwaters just in timeGravatar Hugh Dickins 1-2/+10
2005-10-29[PATCH] mm: do_mremap current mmGravatar Hugh Dickins 1-9/+9
2005-10-29[PATCH] mm: move_page_tables by extentsGravatar Hugh Dickins 1-96/+72
2005-10-29[PATCH] mm: vm_stat_account unshackledGravatar Hugh Dickins 1-2/+2
2005-09-28[PATCH] mm: move_pte to remap ZERO_PAGEGravatar Nick Piggin 1-3/+3
2005-09-05[PATCH] mm: remap ZERO_PAGE mappingsGravatar Nick Piggin 1-0/+4
2005-08-04[PATCH] fix VmSize and VmData after mremapGravatar Hugh Dickins 1-1/+1
2005-05-17[PATCH] mm acct accounting fixGravatar Kirill Korotaev 1-1/+6
2005-05-01[PATCH] RLIMIT_AS checking fixGravatar akpm@osdl.org 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+426