aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+13
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu1-7/+34
2012-12-11mm: cma: remove watermark hacksMarek Szyprowski1-9/+0
2012-12-11mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli1-0/+13
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins1-1/+1
2012-10-09CMA: migrate mlocked pagesMinchan Kim1-0/+2
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes1-0/+1
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman1-1/+2
2012-10-09mm: compaction: Restart compaction from near where it left offMel Gorman1-0/+4
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman1-0/+3
2012-10-09revert "mm: have order > 0 compaction start off where it left"Mel Gorman1-4/+0
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz1-0/+1
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storageMel Gorman1-0/+1
2012-07-31memory-hotplug: fix kswapd looping forever problemMinchan Kim1-0/+8
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-1/+1
2012-07-31mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAPRabin Vincent1-1/+1
2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel1-0/+4
2012-07-31mm: remove unused LRU_ALL_EVICTABLEWanpeng Li1-1/+0
2012-07-31memcg: rename config variablesAndrew Morton1-4/+4
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu1-1/+1
2012-06-29Merge branch 'master' into for-nextJiri Kosina1-15/+14
2012-06-28mm: cleanup on the comments of zone_reclaim_statWanpeng Li1-1/+1
2012-05-29mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov1-0/+14
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins1-15/+14
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov1-7/+3
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-7/+40
2012-05-21mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski1-0/+9
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz1-7/+31
2012-04-15mmzone: fix comment typo coelesce -> coalesceWang YanQing1-1/+1
2012-03-21vmscan: only defer compaction for failed order and higherRik van Riel1-0/+1
2012-01-12mm: enum lru_list lruHugh Dickins1-8/+8
2012-01-12mm: compaction: make isolate_lru_page() filter-aware againMel Gorman1-0/+2
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner1-4/+6
2012-01-10mm: exclude reserved pages from dirtyable memoryJohannes Weiner1-0/+6
2011-12-08memblock: Kill early_node_map[]Tejun Heo1-4/+4
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman1-1/+1
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman1-0/+1
2011-10-31mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim1-0/+2
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim1-0/+2
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim1-0/+8
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki1-0/+6
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki1-0/+7
2011-05-27Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+2
2011-05-26memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki1-5/+0
2011-05-26ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEMWill Deacon1-0/+2
2011-05-25mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macroDaniel Kiper1-0/+3
2011-05-25mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM contextDaniel Kiper1-3/+3
2011-02-15Merge branch 'master' into for-nextJiri Kosina1-8/+6