Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-07mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov
2014-06-05mm: softdirty: make freshly remapped file pages being softdirty unconditionallyCyrill Gorcunov
2014-03-20mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins
2014-01-03mm: fix use-after-free in sys_remap_file_pagesRik van Riel
2013-08-14mm: save soft-dirty bits on file pagesCyrill Gorcunov
2013-03-29Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse
2013-03-15mm/fremap.c: fix possible oops on error pathMichel Lespinasse
2013-03-14mm/fremap.c: fix oops on error pathAndrew Morton
2013-02-24mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse
2013-02-24mm: remove flags argument to mmap_regionMichel Lespinasse
2013-02-24mm: use mm_populate() for blocking remap_file_pages()Michel Lespinasse
2013-02-24mm: remap_file_pages() fixesMichel Lespinasse
2012-10-20remap_file_pages: correctly handle the case of a NULL vm_ops pointerLinus Torvalds
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-09-27make get_file() return its argumentAl Viro
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2010-09-25Avoid pgoff overflow in remap_file_pagesLarry Woodman
2010-09-25fremap: get rid of broken 'end' variableLinus Torvalds
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens
2009-01-07badpage: remove vma from page_remove_rmapHugh Dickins
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel
2008-07-29mmu-notifiers: coreAndrea Arcangeli
2008-03-20mm: fix various kernel-doc commentsRandy Dunlap
2008-02-05sys_remap_file_pages: fix ->vm_file accountingOleg Nesterov
2007-10-17remap_file_pages: kernel-doc correctionsRandy Dunlap
2007-10-17Drop some headers from mm.hAlexey Dobriyan
2007-10-08fix VM_CAN_NONLINEAR check in sys_remap_file_pagesYan Zheng
2007-07-19only allow nonlinear vmas for ram backed filesystemsMiklos Szeredi
2007-07-19mm: fault feedback #1Nick Piggin
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin
2006-12-22[PATCH] mm: more rmap debuggingNick Piggin
2006-12-07[PATCH] kill install_file_pte's pte_valHugh Dickins
2006-10-01[PATCH] paravirt: pte clear not presentZachary Amsden
2006-09-26[PATCH] mm: small cleanup of install_page()Peter Zijlstra
2006-06-23[PATCH] fix update_mmu_cache in fremap.cHugh Dickins
2005-11-30VM: add common helper function to create the page tablesLinus Torvalds
2005-11-29mm: re-architect the VM_UNPAGED logicLinus Torvalds
2005-11-22[PATCH] unpaged: VM_NONLINEAR VM_RESERVEDHugh Dickins
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins
2005-10-30[PATCH] mm: ptd_alloc take ptlockHugh Dickins
2005-10-30[PATCH] mm: update_hiwaters just in timeHugh Dickins
2005-10-30[PATCH] mm: zap_pte out of lineHugh Dickins
2005-10-30[PATCH] core remove PageReservedNick Piggin
2005-10-30[PATCH] mm: rss = file_rss + anon_rssHugh Dickins
2005-10-11[PATCH] Don't map the same page too muchHugh Dickins