summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-03-22UPSTREAM: mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin9-50/+174
2018-04-24Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1597-9267/+26531
2018-03-05mm: optimize for CMA allocate timetao zeng27-605/+1686
2018-01-31mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner5-23/+43
2017-09-19mm: optimize for cma allocation/free timeTao Zeng5-1/+295
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman7-1/+49
2016-10-08mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka2-3/+9
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, page_alloc: remove fair zone allocation policyMel Gorman4-83/+2
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman8-69/+77
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-26mm: introduce fault_envKirill A. Shutemov10-516/+475
2016-07-26mm: make swapin readahead to improve thp collapse rateEbru Akagunduz4-4/+69
2016-07-26mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim4-19/+18
2016-06-25mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim maskMel Gorman1-1/+2
2016-05-24mm: make vm_mmap killableMichal Hocko5-14/+8
2016-05-24mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko8-21/+55
2016-05-21mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko4-4/+22
2016-05-20mm, page_alloc: remove field from alloc_contextMel Gorman3-8/+7
2016-05-20mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman5-40/+43
2016-05-20mm, page_alloc: convert alloc_flags to unsignedMel Gorman5-22/+27
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim17-54/+58
2016-03-25mm, oom: introduce oom reaperMichal Hocko4-13/+162
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches20-150/+118
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim25-82/+134
2016-03-17mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka3-104/+54
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi4-7/+6
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim7-52/+105
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka5-14/+172
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov4-11/+28
2016-02-03mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov3-6/+38
2016-01-16thp: reintroduce split_huge_page()Kirill A. Shutemov5-45/+415
2016-01-16mm: drop tail page refcountingKirill A. Shutemov12-466/+40
2015-11-07mm: use 'unsigned int' for page orderKirill A. Shutemov5-27/+32
2015-11-07mm: make compound_head() robustKirill A. Shutemov15-175/+82
2015-11-07mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman4-80/+194
2015-11-07mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman2-4/+8
2015-11-06mm: page migration fix PageMlocked on migrated pagesHugh Dickins2-7/+8
2015-09-08mm/compaction: correct to flush migrated pages if pageblock skip happensJoonsoo Kim2-15/+16
2015-09-04mm: defer flush of writable TLB entriesMel Gorman4-8/+38
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman8-2/+172
2015-07-01mm: meminit: finish initialisation of struct pages before basic setupMel Gorman5-37/+49
2015-07-01mm: meminit: remove mminit_verify_page_linksMel Gorman3-17/+0
2015-07-01mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman4-6/+130
2015-07-01mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman5-4/+124
2015-07-01mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman5-11/+14
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low11-33/+33
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim3-7/+29
[next]