aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-04mm: remove struct node_active_regionminkyung88.kim
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams
2015-06-30mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman
2015-06-30mm: meminit: inline some helper functionsMel Gorman
2015-06-30mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman
2015-04-15mm: refactor zone_movable_is_highmem()Zhang Zhen
2015-04-07mm: move zone lock to a different cache line than order-0 free page listsMel Gorman
2015-02-11mm: microoptimize zonelist operationsVlastimil Babka
2015-02-11mm: fix typo of MIGRATE_RESERVE in commentBaoquan He
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim
2014-10-09mm: clean up zone flagsJohannes Weiner
2014-08-06mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman
2014-08-06mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman
2014-08-06mem-hotplug: improve zone_movable_is_highmem logicWang Nan
2014-06-04mm: page_alloc: use unsigned int for order in more placesMel Gorman
2014-06-04mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2014-06-04mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman
2014-06-04mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov
2014-06-04mm: page_alloc: do not cache reclaim distancesMel Gorman
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner
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