summaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
Commit message (Expand)AuthorAgeFilesLines
* mm: microoptimize zonelist operationsVlastimil Babka2015-02-121-6/+7
* mm: fix typo of MIGRATE_RESERVE in commentBaoquan He2015-02-121-1/+1
* mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim2014-12-131-0/+12
* mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-111-12/+0Star
* mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2014-11-141-0/+9
* mm: clean up zone flagsJohannes Weiner2014-10-101-48/+3Star
* mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman2014-08-071-0/+6
* mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-08-071-1/+1
* mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman2014-08-071-103/+108
* mem-hotplug: improve zone_movable_is_highmem logicWang Nan2014-08-071-0/+2
* mm: page_alloc: use unsigned int for order in more placesMel Gorman2014-06-051-4/+4
* mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman2014-06-051-2/+7
* mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman2014-06-051-1/+5
* mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes2014-06-051-2/+3
* mem-hotplug: implement get/put_online_memsVladimir Davydov2014-06-051-4/+4
* mm: page_alloc: do not cache reclaim distancesMel Gorman2014-06-051-1/+0Star
* mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-041-0/+1
* mm: thrash detection-based file cache sizingJohannes Weiner2014-04-041-0/+5
* mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-111-2/+2
* mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman2014-01-221-4/+1Star
* mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu2014-01-221-0/+6
* mm: vmscan: fix do_try_to_free_pages() livelockLisa Du2013-09-121-1/+0Star
* mm: page_alloc: fair zone allocator policyJohannes Weiner2013-09-121-0/+1
* mm: remove unused functions is_{normal_idx, normal, dma32, dma}Zhang Yanfei2013-07-091-28/+0Star
* sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer2013-07-041-0/+4
* mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu2013-07-041-4/+10
* mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()Cody P Schafer2013-07-041-0/+3
* mm: fix comment referring to non-existent size_seqlock, change to span_seqlockCody P Schafer2013-07-041-1/+1
* mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman2013-07-041-0/+8
* mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman2013-07-041-0/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\
| * mmzone: correct "pags" to "pages" in comment.Cody P Schafer2013-03-271-1/+1
* | mm: zone_end_pfn is too smallRuss Anderson2013-03-231-1/+1
|/
* mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.Cody P Schafer2013-02-241-4/+10
* mm: add zone_is_empty() and zone_is_initialized()Cody P Schafer2013-02-241-0/+10
* mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer2013-02-241-0/+10
* mm: move page flags layout to separate headerPeter Zijlstra2013-02-241-21/+1Star
* mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim2013-02-241-0/+2
* mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz2013-01-051-8/+0Star
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-0/+13
|\
| * mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli2012-12-111-0/+13
* | mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-131-7/+34
* | mm: cma: remove watermark hacksMarek Szyprowski2012-12-121-9/+0Star
|/
* memcg: fix hotplugged memory zone oopsHugh Dickins2012-11-161-1/+1
* CMA: migrate mlocked pagesMinchan Kim2012-10-091-0/+2
* mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes2012-10-091-0/+1
* mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2012-10-091-1/+2
* mm: compaction: Restart compaction from near where it left offMel Gorman2012-10-091-0/+4
* mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman2012-10-091-0/+3
* revert "mm: have order > 0 compaction start off where it left"Mel Gorman2012-10-091-4/+0Star