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