aboutsummaryrefslogtreecommitdiff
path: root/mm/fremap.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-13mm: save soft-dirty bits on file pagesGravatar Cyrill Gorcunov 1-3/+8
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Gravatar Michel Lespinasse 1-10/+2
2013-03-14mm/fremap.c: fix possible oops on error pathGravatar Michel Lespinasse 1-3/+2
2013-03-13mm/fremap.c: fix oops on error pathGravatar Andrew Morton 1-2/+4
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsGravatar Michel Lespinasse 1-2/+10
2013-02-23mm: remove flags argument to mmap_regionGravatar Michel Lespinasse 1-2/+1
2013-02-23mm: use mm_populate() for blocking remap_file_pages()Gravatar Michel Lespinasse 1-16/+6
2013-02-23mm: remap_file_pages() fixesGravatar Michel Lespinasse 1-8/+14
2012-10-19remap_file_pages: correctly handle the case of a NULL vm_ops pointerGravatar Linus Torvalds 1-1/+1
2012-10-09mm: replace vma prio_tree with an interval treeGravatar Michel Lespinasse 1-1/+1
2012-10-09mm: kill vma flag VM_CAN_NONLINEARGravatar Konstantin Khlebnikov 1-6/+8
2012-09-26make get_file() return its argumentGravatar Al Viro 1-2/+1
2011-10-31mm: delete various needless include <linux/module.h>Gravatar Paul Gortmaker 1-1/+0
2011-05-26mm: don't access vm_flags as 'int'Gravatar KOSAKI Motohiro 1-1/+1
2011-05-25mm: Convert i_mmap_lock to a mutexGravatar Peter Zijlstra 1-2/+2
2010-09-25Avoid pgoff overflow in remap_file_pagesGravatar Larry Woodman 1-0/+4
2010-09-24fremap: get rid of broken 'end' variableGravatar Linus Torvalds 1-2/+1
2010-03-06mm: clean up mm_counterGravatar KAMEZAWA Hiroyuki 1-1/+1
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTGravatar Mel Gorman 1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 13Gravatar Heiko Carstens 1-2/+2
2009-01-06badpage: remove vma from page_remove_rmapGravatar Hugh Dickins 1-1/+1
2008-10-20mmap: handle mlocked pages during map, remap, unmapGravatar Rik van Riel 1-5/+22
2008-07-28mmu-notifiers: coreGravatar Andrea Arcangeli 1-0/+3
2008-03-19mm: fix various kernel-doc commentsGravatar Randy Dunlap 1-1/+1
2008-02-05sys_remap_file_pages: fix ->vm_file accountingGravatar Oleg Nesterov 1-1/+4
2007-10-17remap_file_pages: kernel-doc correctionsGravatar Randy Dunlap 1-11/+13
2007-10-17Drop some headers from mm.hGravatar Alexey Dobriyan 1-1/+1
2007-10-08fix VM_CAN_NONLINEAR check in sys_remap_file_pagesGravatar Yan Zheng 1-1/+1
2007-07-19only allow nonlinear vmas for ram backed filesystemsGravatar Miklos Szeredi 1-0/+19
2007-07-19mm: fault feedback #1Gravatar Nick Piggin 1-69/+16
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Gravatar Nick Piggin 1-31/+72
2006-12-22[PATCH] mm: more rmap debuggingGravatar Nick Piggin 1-1/+1
2006-12-07[PATCH] kill install_file_pte's pte_valGravatar Hugh Dickins 1-2/+0
2006-10-01[PATCH] paravirt: pte clear not presentGravatar Zachary Amsden 1-1/+1
2006-09-26[PATCH] mm: small cleanup of install_page()Gravatar Peter Zijlstra 1-2/+2
2006-06-23[PATCH] fix update_mmu_cache in fremap.cGravatar Hugh Dickins 1-1/+8
2005-11-29VM: add common helper function to create the page tablesGravatar Linus Torvalds 1-22/+2
2005-11-28mm: re-architect the VM_UNPAGED logicGravatar Linus Torvalds 1-15/+7
2005-11-22[PATCH] unpaged: VM_NONLINEAR VM_RESERVEDGravatar Hugh Dickins 1-4/+2
2005-11-22[PATCH] unpaged: VM_UNPAGEDGravatar Hugh Dickins 1-2/+2
2005-10-29[PATCH] mm: ptd_alloc take ptlockGravatar Hugh Dickins 1-30/+18
2005-10-29[PATCH] mm: update_hiwaters just in timeGravatar Hugh Dickins 1-1/+3
2005-10-29[PATCH] mm: zap_pte out of lineGravatar Hugh Dickins 1-10/+9
2005-10-29[PATCH] core remove PageReservedGravatar Nick Piggin 1-9/+14
2005-10-29[PATCH] mm: rss = file_rss + anon_rssGravatar Hugh Dickins 1-2/+2
2005-10-11[PATCH] Don't map the same page too muchGravatar Hugh Dickins 1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+256