aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu
2012-12-11mm: cma: remove watermark hacksMarek Szyprowski
2012-12-11mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins
2012-10-09CMA: migrate mlocked pagesMinchan Kim
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes
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-09cma: count free CMA pagesBartlomiej Zolnierkiewicz
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Mel Gorman
2012-07-31memory-hotplug: fix kswapd looping forever problemMinchan Kim
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu
2012-07-31mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAPRabin Vincent
2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel
2012-07-31mm: remove unused LRU_ALL_EVICTABLEWanpeng Li
2012-07-31memcg: rename config variablesAndrew Morton
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu
2012-06-29Merge branch 'master' into for-nextJiri Kosina
2012-06-28mm: cleanup on the comments of zone_reclaim_statWanpeng Li
2012-05-29mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-21mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz
2012-04-15mmzone: fix comment typo coelesce -> coalesceWang YanQing
2012-03-21vmscan: only defer compaction for failed order and higherRik van Riel
2012-01-12mm: enum lru_list lruHugh Dickins
2012-01-12mm: compaction: make isolate_lru_page() filter-aware againMel Gorman
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner
2012-01-10mm: exclude reserved pages from dirtyable memoryJohannes Weiner
2011-12-08memblock: Kill early_node_map[]Tejun Heo
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman
2011-10-31mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki
2011-05-27Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-05-26memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki
2011-05-26ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEMWill Deacon
2011-05-25mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macroDaniel Kiper
2011-05-25mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM...Daniel Kiper
2011-02-15Merge branch 'master' into for-nextJiri Kosina