summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
AgeCommit message (Expand)AuthorLines
2022-05-13mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto-0/+2
2022-05-13tracing: incorrect gfp_t conversionVasily Averin-1/+1
2022-04-28mm: compaction: make sure highest is above the min_pfnMiaohe Lin-1/+1
2022-04-28mm: compaction: simplify the code in __compact_finishedMiaohe Lin-21/+8
2022-04-28mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...Miaohe Lin-1/+1
2022-04-28mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin-1/+2
2022-04-28mm: compaction: clean up comment about async compaction in isolate_migratepagesMiaohe Lin-6/+6
2022-04-28mm: compaction: use helper compound_nr in isolate_migratepages_blockMiaohe Lin-1/+1
2022-04-28mm: compaction: use COMPACT_CLUSTER_MAX in compaction.cMiaohe Lin-4/+4
2022-04-28mm: compaction: clean up comment about suitable migration target recheckMiaohe Lin-7/+1
2022-04-28mm: compaction: clean up comment for sched contentionMiaohe Lin-7/+4
2022-04-28mm: compaction: remove unneeded assignment to isolate_start_pfnMiaohe Lin-1/+1
2022-04-28mm: compaction: remove unneeded pfn updateMiaohe Lin-1/+0
2022-04-28mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin-5/+2
2022-04-28mm: compaction: use helper isolation_suitable()Miaohe Lin-1/+1
2022-04-15mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla-5/+5
2022-03-22mm: compaction: cleanup the compaction trace eventsBaolin Wang-6/+3
2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins-7/+44
2022-01-15mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang-3/+4
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+8
2021-11-06mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman-1/+1
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman-2/+8
2021-09-27mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)-1/+1
2021-09-27mm/memcg: Add folio_lruvec()Matthew Wilcox (Oracle)-1/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-13/+7
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport-13/+7
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy-2/+36
2021-09-03mm: compaction: optimize proactive compaction deferralsCharan Teja Reddy-10/+19
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-11/+9
2021-06-30mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang-3/+3
2021-06-30mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang-4/+2
2021-06-30mm/compaction: use DEVICE_ATTR_WO macroYueHaibing-4/+4
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-1/+1
2021-05-07mm: fix typos in commentsIngo Molnar-2/+2
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai-1/+1
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim-1/+2
2021-05-05mm: compaction: update the COMPACT[STALL|FAIL] events properlyCharan Teja Reddy-0/+8
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar-3/+0
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador-1/+11
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador-3/+30
2021-05-05mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador-27/+25
2021-02-24mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka-5/+11
2021-02-24mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang-15/+12
2021-02-24mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy-6/+14
2021-02-24mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin-1/+0
2021-02-24mm/compaction: remove rcu_read_lock during page compactionAlex Shi-4/+1
2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao-1/+1