summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-09-16Merge branch 'amlogic-4.9-dev' into bringup/amlogic-4.9/sync20190611_forQ_mer...Jianxin Pan869-228459/+107099
2019-06-20mm: fix cma allocation time too long [1/1]Tao Zeng15-13/+191
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-03-22UPSTREAM: psi: pressure stall information for CPU, memory, and IOJohannes Weiner15-6/+1004
2019-01-14mm: add cma debug interafce [1/1]tao zeng5-41/+195
2018-12-07mm: subtract CMA isolated pages when allocate TVP [1/1]Tao Zeng1-0/+11
2018-10-30mm: avoid pages migrated to different zone [1/1]tao zeng2-11/+27
2018-03-05mm: optimize for CMA allocate timetao zeng27-605/+1686
2017-09-19mm: optimize for cma allocation/free timeTao Zeng5-1/+295
2017-01-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2-26/+14
2016-10-08mm, compaction: restrict fragindex to costly ordersVlastimil Babka1-2/+7
2016-10-08mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka1-17/+18
2016-10-08mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka2-3/+9
2016-10-08mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka2-3/+12
2016-10-08mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka2-3/+11
2016-10-08mm, compaction: create compact_gap wrapperVlastimil Babka3-7/+29
2016-10-08mm, compaction: use correct watermark when checking compaction successVlastimil Babka1-3/+3
2016-10-08mm, compaction: add the ultimate direct compaction priorityVlastimil Babka2-2/+6
2016-10-08mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka1-8/+3
2016-10-08mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka4-12/+12
2016-10-08mm, compaction: cleanup unused functionsVlastimil Babka2-48/+17
2016-10-08mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka2-23/+22
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka4-101/+17
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka4-35/+40
2016-07-28mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeHugh Dickins1-1/+1
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman8-58/+39
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman9-50/+84
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman14-69/+75
2016-07-28mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran1-1/+1
2016-07-26mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim4-19/+18
2016-07-26mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim3-5/+9
2016-07-26mm/compaction: split freepages without holding the zone lockJoonsoo Kim3-42/+33
2016-07-26zsmalloc: introduce zspage structureMinchan Kim2-290/+242
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim7-145/+86
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim14-53/+416
2016-07-15mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes1-22/+14
2016-06-25mm, compaction: abort free scanner if split failsDavid Rientjes1-18/+21
2016-05-21mm/compaction.c: fix zoneindex in kcompactd()Chen Feng1-2/+2
2016-05-21mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko4-13/+59
2016-05-21mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko4-4/+22
2016-05-21mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko3-6/+11
2016-05-21mm, compaction: cover all compaction mode in compact_zoneMichal Hocko1-8/+5
2016-05-21mm, compaction: change COMPACT_ constants into enumMichal Hocko3-32/+42
2016-05-20mm, page_alloc: remove field from alloc_contextMel Gorman3-8/+7
2016-05-20mm, page_alloc: convert alloc_flags to unsignedMel Gorman5-22/+27
2016-05-20mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka1-9/+80
2016-05-20mm, compaction: reduce spurious pcplist drainsVlastimil Babka1-11/+9
2016-05-20mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka1-14/+19
2016-05-06mm: fix kcompactd hang during memory offliningVlastimil Babka1-1/+3
[next]