summaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
Commit message (Expand)AuthorAgeFilesLines
* mm fix commmets: if SPARSEMEM, pgdata doesn't have page_extWeijie Yang2016-05-201-1/+1
* mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko2016-05-201-0/+3
* mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman2016-05-191-7/+0
* mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman2016-05-191-7/+11
* mm, page_alloc: convert alloc_flags to unsignedMel Gorman2016-05-191-1/+2
* mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman2016-05-191-2/+11
* mm/highmem: simplify is_highmem()Chanho Min2016-05-191-4/+1
* mm: scale kswapd watermarks in proportion to memoryJohannes Weiner2016-03-171-0/+2
* mm, compaction: introduce kcompactdVlastimil Babka2016-03-171-0/+6
* mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim2016-03-151-0/+2
* mm: workingset: per-cgroup cache thrash detectionJohannes Weiner2016-03-151-6/+7
* mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka2016-03-151-0/+3
* thp: make split_queue per-nodeKirill A. Shutemov2016-02-031-0/+6
* mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2016-01-141-3/+3
* mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai2016-01-141-3/+3
* mm/zonelist: enumerate zonelists array indexYaowei Bai2016-01-141-11/+9
* include/linux/mmzone.h: remove unused is_unevictable_lru()Yaowei Bai2016-01-141-5/+0
* include/linux/mmzone.h: reflow commentAndrew Morton2015-11-061-6/+7
* mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman2015-11-061-2/+4
* mm, page_alloc: remove MIGRATE_RESERVEMel Gorman2015-11-061-8/+2
* mm, page_alloc: delete the zonelist_cacheMel Gorman2015-11-061-74/+0
* mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman2015-11-061-1/+1
* mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman2015-11-061-1/+1
* mm/page_alloc: remove unused parameter in init_currently_empty_zone()Yaowei Bai2015-11-051-2/+1
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-0/+23
|\
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-0/+23
* | mm: remove struct node_active_regionminkyung88.kim2015-09-041-8/+0
|/
* mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-301-0/+8
* mm: meminit: inline some helper functionsMel Gorman2015-06-301-9/+0
* mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-301-1/+15
* 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
OpenPOWER on IntegriCloud