summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2015-01-29mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman
2015-01-29mm: move zone->pages_scanned into a vmstat counterMel Gorman
2015-01-29mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman
2015-01-29mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2015-01-29mm: page_alloc: use unsigned int for order in more placesMel Gorman
2014-11-21mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes
2014-06-30mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner
2014-01-21mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman
2014-01-21mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du
2013-09-11mm: page_alloc: fair zone allocator policyJohannes Weiner
2013-07-09mm: remove unused functions is_{normal_idx, normal, dma32, dma}Zhang Yanfei
2013-07-03sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer
2013-07-03mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu
2013-07-03mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()Cody P Schafer
2013-07-03mm: fix comment referring to non-existent size_seqlock, change to span_seqlockCody P Schafer
2013-07-03mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman
2013-07-03mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-03-27mmzone: correct "pags" to "pages" in comment.Cody P Schafer
2013-03-22mm: zone_end_pfn is too smallRuss Anderson
2013-02-23mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.Cody P Schafer
2013-02-23mm: add zone_is_empty() and zone_is_initialized()Cody P Schafer
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer
2013-02-23mm: move page flags layout to separate headerPeter Zijlstra
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim
2013-01-04mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz
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