aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-02-11mlock: do not munlock pages in __do_fault()Michel Lespinasse
2011-02-11mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse
2011-01-13thp: add debug checks for mapcount related invariantsAndrea Arcangeli
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli
2011-01-13thp: verify pmd_trans_huge isn't leakingAndrea Arcangeli
2011-01-13thp: transparent hugepage core fixletHugh Dickins
2011-01-13thp: transparent hugepage coreAndrea Arcangeli
2011-01-13thp: clear_copy_huge_pageAndrea Arcangeli
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli
2011-01-13thp: export maybe_mkwriteAndrea Arcangeli
2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse
2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse
2011-01-13mlock: avoid dirtying pages and triggering writebackMichel Lespinasse
2011-01-13do_wp_page: clarify dirty_page handlingMichel Lespinasse
2011-01-13do_wp_page: remove the 'reuse' flagMichel Lespinasse
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen
2010-09-20mm: further fix swapin race conditionHugh Dickins
2010-09-09mm: fix swapin race conditionAndrea Arcangeli
2010-08-24guard page for stacks that grow upwardsLuck, Tony
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-14mm: fix page table unmap for stack guard page properlyLinus Torvalds
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds
2010-08-12mm: keep a guard page below a grow-down stack segmentLinus Torvalds
2010-08-09mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge
2010-08-09mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins
2010-05-25mm: document follow_page()Johannes Weiner
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24exit: fix oops in sync_mm_rssMichael S. Tsirkin
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King