aboutsummaryrefslogtreecommitdiffstats
path: root/mm/fremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-283/+0
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-2/+2
2014-06-06mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov1-0/+4
2014-06-04mm: softdirty: make freshly remapped file pages being softdirty unconditionallyCyrill Gorcunov1-5/+2
2014-03-19mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins1-6/+22
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel1-1/+1
2014-01-02mm: fix use-after-free in sys_remap_file_pagesRik van Riel1-3/+5
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov1-3/+8
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs"Michel Lespinasse1-10/+2
2013-03-14mm/fremap.c: fix possible oops on error pathMichel Lespinasse1-3/+2
2013-03-13mm/fremap.c: fix oops on error pathAndrew Morton1-2/+4
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse1-2/+10
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse1-2/+1
2013-02-23mm: use mm_populate() for blocking remap_file_pages()Michel Lespinasse1-16/+6
2013-02-23mm: remap_file_pages() fixesMichel Lespinasse1-8/+14
2012-10-19remap_file_pages: correctly handle the case of a NULL vm_ops pointerLinus Torvalds1-1/+1
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-1/+1
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-6/+8
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker1-1/+0
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+1
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2010-09-25Avoid pgoff overflow in remap_file_pagesLarry Woodman1-0/+4
2010-09-24fremap: get rid of broken 'end' variableLinus Torvalds1-2/+1
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-1/+1
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens1-2/+2
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins1-1/+1
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel1-5/+22
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+3
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap1-1/+1
2008-02-05sys_remap_file_pages: fix ->vm_file accountingOleg Nesterov1-1/+4
2007-10-17remap_file_pages: kernel-doc correctionsRandy Dunlap1-11/+13
2007-10-17Drop some headers from mm.hAlexey Dobriyan1-1/+1
2007-10-08fix VM_CAN_NONLINEAR check in sys_remap_file_pagesYan Zheng1-1/+1
2007-07-19only allow nonlinear vmas for ram backed filesystemsMiklos Szeredi1-0/+19
2007-07-19mm: fault feedback #1Nick Piggin1-69/+16
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-31/+72
2006-12-22[PATCH] mm: more rmap debuggingNick Piggin1-1/+1
2006-12-07[PATCH] kill install_file_pte's pte_valHugh Dickins1-2/+0
2006-10-01[PATCH] paravirt: pte clear not presentZachary Amsden1-1/+1
2006-09-26[PATCH] mm: small cleanup of install_page()Peter Zijlstra1-2/+2
2006-06-23[PATCH] fix update_mmu_cache in fremap.cHugh Dickins1-1/+8
2005-11-29VM: add common helper function to create the page tablesLinus Torvalds1-22/+2
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-15/+7
2005-11-22[PATCH] unpaged: VM_NONLINEAR VM_RESERVEDHugh Dickins1-4/+2
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins1-2/+2
2005-10-29[PATCH] mm: ptd_alloc take ptlockHugh Dickins1-30/+18
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins1-1/+3