summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm: page_alloc: generalize the dirty balance reserveJohannes Weiner1-3/+3
2016-01-15mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai1-3/+3
2016-01-15mm/zonelist: enumerate zonelists array indexYaowei Bai1-11/+9
2016-01-15include/linux/mmzone.h: remove unused is_unevictable_lru()Yaowei Bai1-5/+0
2015-11-07include/linux/mmzone.h: reflow commentAndrew Morton1-6/+7
2015-11-07mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman1-2/+4
2015-11-07mm, page_alloc: remove MIGRATE_RESERVEMel Gorman1-8/+2
2015-11-07mm, page_alloc: delete the zonelist_cacheMel Gorman1-74/+0
2015-11-07mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman1-1/+1
2015-11-07mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman1-1/+1
2015-11-06mm/page_alloc: remove unused parameter in init_currently_empty_zone()Yaowei Bai1-2/+1
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+23
2015-09-05mm: remove struct node_active_regionminkyung88.kim1-8/+0
2015-08-28mm: ZONE_DEVICE for "device memory"Dan Williams1-0/+23
2015-07-01mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman1-0/+8
2015-07-01mm: meminit: inline some helper functionsMel Gorman1-9/+0
2015-07-01mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman1-1/+15
2015-04-16mm: refactor zone_movable_is_highmem()Zhang Zhen1-4/+4
2015-04-08mm: move zone lock to a different cache line than order-0 free page listsMel Gorman1-4/+3
2015-02-12mm: microoptimize zonelist operationsVlastimil Babka1-6/+7
2015-02-12mm: fix typo of MIGRATE_RESERVE in commentBaoquan He1-1/+1
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim1-0/+12
2014-12-11mm: embed the memcg pointer directly into struct pageJohannes Weiner1-12/+0
2014-11-14mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim1-0/+9
2014-10-10mm: clean up zone flagsJohannes Weiner1-48/+3
2014-08-07mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman1-0/+6
2014-08-07mm: move zone->pages_scanned into a vmstat counterMel Gorman1-1/+1
2014-08-07mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman1-103/+108
2014-08-07mem-hotplug: improve zone_movable_is_highmem logicWang Nan1-0/+2
2014-06-05mm: page_alloc: use unsigned int for order in more placesMel Gorman1-4/+4
2014-06-05mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman1-2/+7
2014-06-05mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman1-1/+5
2014-06-05mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes1-2/+3
2014-06-05mem-hotplug: implement get/put_online_memsVladimir Davydov1-4/+4
2014-06-05mm: page_alloc: do not cache reclaim distancesMel Gorman1-1/+0
2014-04-04mm: keep page cache radix tree nodes in checkJohannes Weiner1-0/+1
2014-04-04mm: thrash detection-based file cache sizingJohannes Weiner1-0/+5
2014-03-11mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-2/+2
2014-01-22mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman1-4/+1
2014-01-22mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu1-0/+6
2013-09-12mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-1/+0
2013-09-12mm: page_alloc: fair zone allocator policyJohannes Weiner1-0/+1
2013-07-09mm: remove unused functions is_{normal_idx, normal, dma32, dma}Zhang Yanfei1-28/+0
2013-07-04sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer1-0/+4
2013-07-04mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu1-4/+10
2013-07-04mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()Cody P Schafer1-0/+3
2013-07-04mm: fix comment referring to non-existent size_seqlock, change to span_seqlockCody P Schafer1-1/+1
2013-07-04mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman1-0/+8
2013-07-04mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman1-0/+9
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1