summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-09-16Merge branch 'amlogic-4.9-dev' into bringup/amlogic-4.9/sync20190611_forQ_mer...Jianxin Pan869-228459/+107099
2019-07-15sched: change sleep api for __migration_entry_wait [1/1]Tao Zeng1-1/+4
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-22BACKPORT: mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner11-42/+78
2019-03-13hugetlbfs: fix races and page leaks during migrationMike Kravetz3-2/+35
2019-02-19mm: reclaim for unevictable cma pages [1/1]Tao Zeng6-4/+31
2019-02-06mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2019-01-14mm: add cma debug interafce [1/1]tao zeng5-41/+195
2017-08-25Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-04-27mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent1-1/+1
2017-01-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2-26/+14
2016-10-08mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli5-11/+13
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka7-25/+30
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: move most file-based accounting to the nodeMel Gorman24-162/+155
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman5-8/+8
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-26mm: introduce do_set_pmd()Kirill A. Shutemov4-8/+74
2016-07-26rmap: support file thpKirill A. Shutemov6-20/+52
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-26mm: use put_page() to free page instead of putback_lru_page()Minchan Kim1-24/+40
2016-06-22mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+2
2016-05-21mm, migrate: increment fail count on ENOMEMDavid Rientjes1-0/+1
2016-05-20mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins4-8/+7
2016-04-29mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim1-1/+7
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov2-6/+11
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim25-82/+134
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V3-17/+22
2016-03-15mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner1-7/+2
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner6-25/+20
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka6-4/+50
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka3-1/+37
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman1-1/+1
2016-01-16thp: introduce deferred_split_huge_page()Kirill A. Shutemov7-12/+174
2016-01-16thp, mm: split_huge_page(): caller need to lock pageKirill A. Shutemov2-3/+13
2016-01-16mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov12-35/+166
2016-01-16rmap: add argument to charge compound pageKirill A. Shutemov10-48/+68
2016-01-16page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov11-36/+32
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman38-68/+71
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2015-11-06mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins1-20/+31
2015-11-06mm: page migration avoid touching newpage until no going backHugh Dickins2-38/+30
2015-11-06mm: simplify page migration's anon_vma comment and flowHugh Dickins1-26/+10
2015-11-06mm: page migration remove_migration_ptes at lock+unlock levelHugh Dickins1-15/+19
2015-11-06mm: page migration trylock newpage at same level as oldpageHugh Dickins2-28/+28
2015-11-06mm: page migration use the put_new_page whenever necessaryHugh Dickins1-8/+11
2015-11-06mm: correct a couple of page migration commentsHugh Dickins1-2/+2
[next]