aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-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-09kmemleak: use rbtree instead of prio treeMichel Lespinasse
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer
2012-10-09thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer
2012-10-09mm: fix potential anon_vma locking issue in mprotect()Michel Lespinasse
2012-10-09thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong
2012-10-09thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong
2012-10-09thp: remove khugepaged_loopXiao Guangrong
2012-10-09thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageXiao Guangrong
2012-10-09thp: release page in page pre-alloc pathXiao Guangrong
2012-10-09thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong
2012-10-09thp: remove some code depend on CONFIG_NUMAXiao Guangrong
2012-10-09thp: remove wake_up_interruptible in the exit pathXiao Guangrong
2012-10-09thp: remove unnecessary khugepaged_thread checkXiao Guangrong
2012-10-09thp: move khugepaged_mutex out of khugepagedXiao Guangrong
2012-10-09thp: remove unnecessary check in start_khugepagedXiao Guangrong
2012-10-09thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong
2012-10-09mm: adjust final #endif position in mm/internal.hMichel Lespinasse
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan
2012-10-09mm/mmu_notifier: init notifier if necessaryGavin Shan