summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov
2016-07-26mm: add NR_ZSMALLOC to vmstatMinchan Kim
2016-07-26mm: zap ZONE_OOM_LOCKEDVladimir Davydov
2016-07-26mm: Add is_migrate_cma_pageLaura Abbott
2016-05-20mm fix commmets: if SPARSEMEM, pgdata doesn't have page_extWeijie Yang
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko
2016-05-19mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman
2016-05-19mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman
2016-05-19mm/highmem: simplify is_highmem()Chanho Min
2016-03-17mm: scale kswapd watermarks in proportion to memoryJohannes Weiner
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner
2016-03-15mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka
2016-02-03thp: make split_queue per-nodeKirill A. Shutemov
2016-01-14mm: page_alloc: generalize the dirty balance reserveJohannes Weiner
2016-01-14mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai
2016-01-14mm/zonelist: enumerate zonelists array indexYaowei Bai
2016-01-14include/linux/mmzone.h: remove unused is_unevictable_lru()Yaowei Bai
2015-11-06include/linux/mmzone.h: reflow commentAndrew Morton
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman
2015-11-06mm, page_alloc: delete the zonelist_cacheMel Gorman
2015-11-06mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman
2015-11-05mm/page_alloc: remove unused parameter in init_currently_empty_zone()Yaowei Bai
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