aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-10-11memcg, kmem: fix build error when CONFIG_INET is disabledDavid Rientjes
2012-10-11rapidio: fix commentChad Reese
2012-10-11rapidio: update for destination ID allocationAlexandre Bounine
2012-10-11mm: compaction: fix bit ranges in {get,clear,set}_pageblock_skip()Bartlomiej Zolnierkiewicz
2012-10-09mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang
2012-10-09make GFP_NOTRACK definition unconditionalGlauber Costa
2012-10-09CMA: migrate mlocked pagesMinchan Kim
2012-10-09mm: remove unevictable_pgs_mlockfreedHugh Dickins
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes
2012-10-09mm: remove free_page_mlockHugh Dickins
2012-10-09mm: remove vma arg from page_evictableHugh Dickins
2012-10-09mm: fix-up zone present pagesJianguo Wu
2012-10-09mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim
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/memblock: cleanup early_node_map[] related commentsWanpeng 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-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: count free CMA pagesBartlomiej Zolnierkiewicz
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel 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-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
2012-10-09rbtree: remove prior augmented rbtree implementationMichel Lespinasse
2012-10-09rbtree: faster augmented rbtree manipulationMichel Lespinasse
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse
2012-10-09rbtree: reference Documentation/rbtree.txt for usage instructionsMichel Lespinasse
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg