aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingGravatar Joonsoo Kim 1-0/+12
2014-12-10mm: embed the memcg pointer directly into struct pageGravatar Johannes Weiner 1-12/+0
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeGravatar Joonsoo Kim 1-0/+9
2014-10-09mm: clean up zone flagsGravatar Johannes Weiner 1-48/+3
2014-08-06mm: page_alloc: reduce cost of the fair zone allocation policyGravatar Mel Gorman 1-0/+6
2014-08-06mm: move zone->pages_scanned into a vmstat counterGravatar Mel Gorman 1-1/+1
2014-08-06mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Gravatar Mel Gorman 1-103/+108
2014-08-06mem-hotplug: improve zone_movable_is_highmem logicGravatar Wang Nan 1-0/+2
2014-06-04mm: page_alloc: use unsigned int for order in more placesGravatar Mel Gorman 1-4/+4
2014-06-04mm: page_alloc: reduce number of times page_to_pfn is calledGravatar Mel Gorman 1-2/+7
2014-06-04mm: page_alloc: use word-based accesses for get/set pageblock bitmapsGravatar Mel Gorman 1-1/+5
2014-06-04mm, compaction: add per-zone migration pfn cache for async compactionGravatar David Rientjes 1-2/+3
2014-06-04mem-hotplug: implement get/put_online_memsGravatar Vladimir Davydov 1-4/+4
2014-06-04mm: page_alloc: do not cache reclaim distancesGravatar Mel Gorman 1-1/+0
2014-04-03mm: keep page cache radix tree nodes in checkGravatar Johannes Weiner 1-0/+1
2014-04-03mm: thrash detection-based file cache sizingGravatar Johannes Weiner 1-0/+5
2014-03-10mm: fix GFP_THISNODE callers and clarifyGravatar Johannes Weiner 1-2/+2
2014-01-21mm: numa: limit scope of lock for NUMA migrate rate limitingGravatar Mel Gorman 1-4/+1
2014-01-21mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveGravatar Yasuaki Ishimatsu 1-0/+6
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockGravatar Lisa Du 1-1/+0
2013-09-11mm: page_alloc: fair zone allocator policyGravatar Johannes Weiner 1-0/+1
2013-07-09mm: remove unused functions is_{normal_idx, normal, dma32, dma}Gravatar Zhang Yanfei 1-28/+0
2013-07-03sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Gravatar Cody P Schafer 1-0/+4
2013-07-03mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesGravatar Jiang Liu 1-4/+10
2013-07-03mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()Gravatar Cody P Schafer 1-0/+3
2013-07-03mm: fix comment referring to non-existent size_seqlock, change to span_seqlockGravatar Cody P Schafer 1-1/+1
2013-07-03mm: vmscan: block kswapd if it is encountering pages under writebackGravatar Mel Gorman 1-0/+8
2013-07-03mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Gravatar Mel Gorman 1-0/+9
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-03-27mmzone: correct "pags" to "pages" in comment.Gravatar Cody P Schafer 1-1/+1
2013-03-22mm: zone_end_pfn is too smallGravatar Russ Anderson 1-1/+1
2013-02-23mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.Gravatar Cody P Schafer 1-4/+10
2013-02-23mm: add zone_is_empty() and zone_is_initialized()Gravatar Cody P Schafer 1-0/+10
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Gravatar Cody P Schafer 1-0/+10
2013-02-23mm: move page flags layout to separate headerGravatar Peter Zijlstra 1-21/+1
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathGravatar Minchan Kim 1-0/+2
2013-01-04mm: fix zone_watermark_ok_safe() accounting of isolated pagesGravatar Bartlomiej Zolnierkiewicz 1-8/+0
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+13
2012-12-12mm: introduce new field "managed_pages" to struct zoneGravatar Jiang Liu 1-7/+34
2012-12-11mm: cma: remove watermark hacksGravatar Marek Szyprowski 1-9/+0
2012-12-11mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingGravatar Andrea Arcangeli 1-0/+13
2012-11-16memcg: fix hotplugged memory zone oopsGravatar Hugh Dickins 1-1/+1
2012-10-09CMA: migrate mlocked pagesGravatar Minchan Kim 1-0/+2
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceGravatar David Rientjes 1-0/+1
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityGravatar Mel Gorman 1-1/+2
2012-10-09mm: compaction: Restart compaction from near where it left offGravatar Mel Gorman 1-0/+4
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedGravatar Mel Gorman 1-0/+3
2012-10-09revert "mm: have order > 0 compaction start off where it left"Gravatar Mel Gorman 1-4/+0
2012-10-09cma: count free CMA pagesGravatar Bartlomiej Zolnierkiewicz 1-0/+1
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Gravatar Mel Gorman 1-0/+1