summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
AgeCommit message (Expand)AuthorLines
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton-3/+5
2023-08-21mm/compaction: remove unused parameter pgdata of fragmentation_score_wmarkKemeng Shi-3/+3
2023-08-21mm/compaction: only set skip flag if cc->no_set_skip_hint is falseKemeng Shi-1/+1
2023-08-21mm/compaction: remove unnecessary return for void functionKemeng Shi-3/+1
2023-08-21mm/compaction: correct comment to complete migration failureKemeng Shi-1/+1
2023-08-21mm/compaction: correct comment of cached migrate pfn updateKemeng Shi-1/+1
2023-08-21mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepagesKemeng Shi-3/+3
2023-08-21mm/compaction: skip page block marked skip in isolate_migratepages_blockKemeng Shi-0/+1
2023-08-21mm/compaction: correct last_migrated_pfn update in compact_zoneKemeng Shi-1/+2
2023-08-21mm/compaction: remove unnecessary "else continue" at end of loop in isolate_f...Kemeng Shi-2/+0
2023-08-21mm/compaction: remove unnecessary cursor page in isolate_freepages_blockKemeng Shi-6/+5
2023-08-21mm/compaction: merge end_pfn boundary check in isolate_freepages_rangeKemeng Shi-3/+2
2023-08-21mm/compaction: set compact_cached_free_pfn correctly in update_pageblock_skipKemeng Shi-1/+2
2023-08-21mm: improve the comment in isolate_migratepages_block()Matthew Wilcox-7/+7
2023-08-18mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is setKemeng Shi-2/+2
2023-08-18mm/compaction: correct comment of candidate pfn in fast_isolate_freepagesKemeng Shi-1/+1
2023-08-18mm: compaction: skip the memory hole rapidly when isolating free pagesBaolin Wang-1/+33
2023-08-18mm: compaction: use the correct type of list for free pagesBaolin Wang-2/+2
2023-08-04mm: compaction: fix endless looping over same migrate blockJohannes Weiner-3/+5
2023-06-23mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang-40/+44
2023-06-23mm: compaction: skip memory hole rapidly when isolating migratable pagesBaolin Wang-1/+34
2023-06-19mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin-2/+2
2023-06-09mm: compaction: skip fast freepages isolation if enough freepages are isolatedBaolin Wang-0/+4
2023-06-09mm: compaction: add trace event for fast freepages isolationBaolin Wang-1/+5
2023-06-09mm: compaction: only set skip flag if cc->no_set_skip_hint is falseBaolin Wang-1/+1
2023-06-09mm: compaction: skip more fully scanned pageblockBaolin Wang-1/+1
2023-06-09mm: compaction: change fast_isolate_freepages() to void typeBaolin Wang-5/+3
2023-06-09mm: compaction: drop the redundant page validation in update_pageblock_skip()Baolin Wang-3/+0
2023-06-09mm: compaction: avoid GFP_NOFS ABBA deadlockJohannes Weiner-2/+14
2023-06-09mm: compaction: have compaction_suitable() return boolJohannes Weiner-33/+31
2023-06-09mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()Johannes Weiner-7/+0
2023-06-09mm: compaction: remove unnecessary is_via_compact_memory() checksJohannes Weiner-10/+1
2023-06-09mm: compaction: refactor __compaction_suitable()Johannes Weiner-29/+50
2023-06-09mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)-8/+7
2023-06-09Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""Mel Gorman-1/+0
2023-06-09mm: compaction: update pageblock skip when first migration candidate is not a...Mel Gorman-11/+12
2023-06-09mm: compaction: only force pageblock scan completion when skip hints are obeyedMel Gorman-2/+3
2023-06-09mm: compaction: ensure rescanning only happens on partially scanned pageblocksMel Gorman-2/+3
2023-06-09mm: compaction: optimize compact_memory to comply with the admin-guideWen Yang-1/+11
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+16
2023-04-13mm: compaction: remove incorrect #ifdef checksArnd Bergmann-4/+0
2023-04-13mm: compaction: move compaction sysctl to its own fileMinghao Chi-12/+72
2023-04-05mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang-0/+5
2023-04-05mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang-2/+9
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-4/+4
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-42/+59
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang-1/+1
2023-02-02mm, compaction: finish pageblocks on complete migration failureMel Gorman-8/+22
2023-02-02mm, compaction: finish scanning the current pageblock if requestedMel Gorman-0/+7
2023-02-02mm, compaction: check if a page has been captured before draining PCP pagesMel Gorman-6/+6