aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim2-0/+19
2012-10-09mm: revert 0def08e3 ("mm/mempolicy.c: check return code of check_range")Minchan Kim1-4/+7
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_endHaggai Eran3-14/+31
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg6-29/+92
2012-10-09hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko1-1/+2
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes1-11/+30
2012-10-09mm: remove free_page_mlockHugh Dickins2-18/+1
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins5-28/+13
2012-10-09mm: remove vma arg from page_evictableHugh Dickins5-24/+14
2012-10-09mm: fix invalidate_complete_page2() lock orderingHugh Dickins1-1/+2
2012-10-09memcg: move mem_cgroup_is_root upwardsMichal Hocko1-6/+5
2012-10-09memcg: cleanup kmem tcp ifdefsMichal Hocko1-8/+3
2012-10-09mm: fix-up zone present pagesJianguo Wu4-1/+53
2012-10-09mm: enable CONFIG_COMPACTION by defaultRik van Riel1-0/+1
2012-10-09mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.cCatalin Marinas1-3/+3
2012-10-09thp: khugepaged_prealloc_page() forgot to reset the page alloc indicatorXiao Guangrong1-0/+1
2012-10-09memory-hotplug: don't replace lowmem pages with highmemMinchan Kim1-9/+6
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim2-13/+12
2012-10-09mm/hugetlb.c: remove duplicate inclusion of header fileSachin Kamat1-1/+0
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman3-16/+43
2012-10-09mm: compaction: Restart compaction from near where it left offMel Gorman2-10/+52
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman3-36/+131
2012-10-09revert "mm: have order > 0 compaction start off where it left"Mel Gorman3-71/+5
2012-10-09mm: compaction: acquire the zone->lock as late as possibleMel Gorman1-64/+76
2012-10-09mm: compaction: acquire the zone->lru_lock as late as possibleMel Gorman1-20/+45
2012-10-09mm: compaction: Update try_to_compact_pages()kerneldoc commentMel Gorman1-0/+2
2012-10-09mm: compaction: move fatal signal check out of compact_checklock_irqsaveMel Gorman1-3/+1
2012-10-09mm: compaction: abort compaction loop if lock is contended or run too longShaohua Li2-6/+13
2012-10-09mm/memblock: cleanup early_node_map[] related commentsWanpeng Li2-3/+1
2012-10-09mm/memblock: use existing interface to set nidWanpeng Li1-1/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-2/+2
2012-10-09memory-hotplug: fix pages missed by race rather than failingMinchan Kim2-3/+15
2012-10-09memory-hotplug: bug fix race between isolation and allocationMinchan Kim1-1/+4
2012-10-09mm: remain migratetype in freed pageMinchan Kim1-2/+5
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim2-4/+4
2012-10-09cma: fix watermark checkingBartlomiej Zolnierkiewicz3-17/+36
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz3-9/+23
2012-10-09cma: fix counting of isolated pagesBartlomiej Zolnierkiewicz2-5/+16
2012-10-09mm: fix tracing in free_pcppages_bulk()Bartlomiej Zolnierkiewicz1-2/+5
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim3-7/+41
2012-10-09mm: mmu_notifier: make the mmu_notifier srcu staticAndrea Arcangeli1-3/+3
2012-10-09memory-hotplug: build zonelists when offlining pagesXishi Qiu1-1/+6
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse2-20/+44
2012-10-09mm anon rmap: in mremap, set the new vma's position before anon_vma_clone()Michel Lespinasse1-4/+4
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse2-11/+49
2012-10-09mm rmap: remove vma_address check for address inside vmaMichel Lespinasse2-31/+21
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse6-36/+94
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse3-56/+6
2012-10-09mm: interval tree updatesMichel Lespinasse1-31/+29
2012-10-09kmemleak: use rbtree instead of prio treeMichel Lespinasse1-49/+51