summaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
Commit message (Expand)AuthorAgeFilesLines
* mm: refactor zone_movable_is_highmem()Zhang Zhen2015-04-151-4/+4
* mm: move zone lock to a different cache line than order-0 free page listsMel Gorman2015-04-071-4/+3
* mm: microoptimize zonelist operationsVlastimil Babka2015-02-111-6/+7
* mm: fix typo of MIGRATE_RESERVE in commentBaoquan He2015-02-111-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-101-12/+0
* mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2014-11-131-0/+9
* mm: clean up zone flagsJohannes Weiner2014-10-091-48/+3
* mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman2014-08-061-0/+6
* mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-08-061-1/+1
* mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman2014-08-061-103/+108
* mem-hotplug: improve zone_movable_is_highmem logicWang Nan2014-08-061-0/+2
* mm: page_alloc: use unsigned int for order in more placesMel Gorman2014-06-041-4/+4
* mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman2014-06-041-2/+7
* mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman2014-06-041-1/+5
* mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes2014-06-041-2/+3
* mem-hotplug: implement get/put_online_memsVladimir Davydov2014-06-041-4/+4
* mm: page_alloc: do not cache reclaim distancesMel Gorman2014-06-041-1/+0
* mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-031-0/+1
* mm: thrash detection-based file cache sizingJohannes Weiner2014-04-031-0/+5
* mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-101-2/+2
* mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman2014-01-211-4/+1
* mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu2014-01-211-0/+6
* mm: vmscan: fix do_try_to_free_pages() livelockLisa Du2013-09-111-1/+0
* mm: page_alloc: fair zone allocator policyJohannes Weiner2013-09-111-0/+1
* mm: remove unused functions is_{normal_idx, normal, dma32, dma}Zhang Yanfei2013-07-091-28/+0
* sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer2013-07-031-0/+4
* mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu2013-07-031-4/+10
* mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()Cody P Schafer2013-07-031-0/+3
* mm: fix comment referring to non-existent size_seqlock, change to span_seqlockCody P Schafer2013-07-031-1/+1
* mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman2013-07-031-0/+8
* mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman2013-07-031-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-221-1/+1
|/
* mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.Cody P Schafer2013-02-231-4/+10
* mm: add zone_is_empty() and zone_is_initialized()Cody P Schafer2013-02-231-0/+10
* mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer2013-02-231-0/+10
* mm: move page flags layout to separate headerPeter Zijlstra2013-02-231-21/+1
* mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim2013-02-231-0/+2
* mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz2013-01-041-8/+0
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-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-121-7/+34
* | mm: cma: remove watermark hacksMarek Szyprowski2012-12-111-9/+0
|/
* 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
OpenPOWER on IntegriCloud