aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-09mm: remove vma arg from page_evictableHugh Dickins
2012-10-09mm: fix invalidate_complete_page2() lock orderingHugh Dickins
2012-10-09memcg: move mem_cgroup_is_root upwardsMichal Hocko
2012-10-09memcg: cleanup kmem tcp ifdefsMichal Hocko
2012-10-09memcg: trivial fixes for Documentation/cgroups/memory.txtMichael Kerrisk
2012-10-09mm: fix-up zone present pagesJianguo Wu
2012-10-09mm: enable CONFIG_COMPACTION by defaultRik van Riel
2012-10-09mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.cCatalin Marinas
2012-10-09mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas
2012-10-09thp: khugepaged_prealloc_page() forgot to reset the page alloc indicatorXiao Guangrong
2012-10-09memory-hotplug: don't replace lowmem pages with highmemMinchan Kim
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim
2012-10-09mm/hugetlb.c: remove duplicate inclusion of header fileSachin Kamat
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman
2012-10-09mm: compaction: Restart compaction from near where it left offMel Gorman
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman
2012-10-09revert "mm: have order > 0 compaction start off where it left"Mel Gorman
2012-10-09mm: compaction: acquire the zone->lock as late as possibleMel Gorman
2012-10-09mm: compaction: acquire the zone->lru_lock as late as possibleMel Gorman
2012-10-09mm: compaction: Update try_to_compact_pages()kerneldoc commentMel Gorman
2012-10-09mm: compaction: move fatal signal check out of compact_checklock_irqsaveMel Gorman
2012-10-09mm: compaction: abort compaction loop if lock is contended or run too longShaohua Li
2012-10-09mm/memblock: cleanup early_node_map[] related commentsWanpeng Li
2012-10-09mm/memblock: use existing interface to set nidWanpeng Li
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-10-09atomic: implement generic atomic_dec_if_positive()Shaohua Li
2012-10-09memory-hotplug: fix pages missed by race rather than failingMinchan Kim
2012-10-09memory-hotplug: bug fix race between isolation and allocationMinchan Kim
2012-10-09mm: remain migratetype in freed pageMinchan Kim
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim
2012-10-09cma: fix watermark checkingBartlomiej Zolnierkiewicz
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz
2012-10-09cma: fix counting of isolated pagesBartlomiej Zolnierkiewicz
2012-10-09mm: fix tracing in free_pcppages_bulk()Bartlomiej Zolnierkiewicz
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim
2012-10-09mm: mmu_notifier: make the mmu_notifier srcu staticAndrea Arcangeli
2012-10-09memory-hotplug: build zonelists when offlining pagesXishi Qiu
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse
2012-10-09mm anon rmap: in mremap, set the new vma's position before anon_vma_clone()Michel Lespinasse
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse
2012-10-09mm rmap: remove vma_address check for address inside vmaMichel Lespinasse
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse
2012-10-09mm: interval tree updatesMichel Lespinasse
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse
2012-10-09prio_tree: removeMichel Lespinasse
2012-10-09kmemleak: use rbtree instead of prio treeMichel Lespinasse
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09rbtree: add prio tree and interval tree testsMichel Lespinasse
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse