aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09mm: remove unused functions is_{normal_idx, normal, dma32, dma}Zhang Yanfei1-28/+0
2013-07-03sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer1-0/+4
2013-07-03mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu1-4/+10
2013-07-03mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()Cody P Schafer1-0/+3
2013-07-03mm: fix comment referring to non-existent size_seqlock, change to span_seqlockCody P Schafer1-1/+1
2013-07-03mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman1-0/+8
2013-07-03mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not priorityMel Gorman1-0/+9
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-03-27mmzone: correct "pags" to "pages" in comment.Cody P Schafer1-1/+1
2013-03-22mm: zone_end_pfn is too smallRuss Anderson1-1/+1
2013-02-23mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.Cody P Schafer1-4/+10
2013-02-23mm: add zone_is_empty() and zone_is_initialized()Cody P Schafer1-0/+10
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer1-0/+10
2013-02-23mm: move page flags layout to separate headerPeter Zijlstra1-21/+1
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim1-0/+2
2013-01-04mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz1-8/+0
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