summaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-02-23mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan
2024-02-23mm/compaction: add support for >0 order folio memory compaction.Zi Yan
2024-02-23mm/compaction: enable compacting >0 order folios.Zi Yan
2024-02-23mm: compaction: early termination in compact_nodes()Kefeng Wang
2024-02-22mm: compaction: limit the suitable target page order to be less than cc->orderBaolin Wang
2024-02-22mm: compaction: refactor compact_node()Kefeng Wang
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov
2023-12-12mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini
2023-11-13mm: Add AS_UNMOVABLE to mark mapping as completely unmovableSean Christopherson
2023-10-04mm/compaction: factor out code to test if we should run compaction for target...Kemeng Shi
2023-10-04mm/compaction: improve comment of is_via_compact_memoryKemeng Shi
2023-10-04mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation...Kemeng Shi
2023-10-04mm/compaction: correctly return failure with bogus compound_order in strict modeKemeng Shi
2023-10-04mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_...Kemeng Shi
2023-10-04mm/compaction: use correct list in move_freelist_{head}/{tail}Kemeng Shi
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm/compaction: remove unused parameter pgdata of fragmentation_score_wmarkKemeng Shi
2023-08-21mm/compaction: only set skip flag if cc->no_set_skip_hint is falseKemeng Shi
2023-08-21mm/compaction: remove unnecessary return for void functionKemeng Shi
2023-08-21mm/compaction: correct comment to complete migration failureKemeng Shi
2023-08-21mm/compaction: correct comment of cached migrate pfn updateKemeng Shi
2023-08-21mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepagesKemeng Shi
2023-08-21mm/compaction: skip page block marked skip in isolate_migratepages_blockKemeng Shi
2023-08-21mm/compaction: correct last_migrated_pfn update in compact_zoneKemeng Shi
2023-08-21mm/compaction: remove unnecessary "else continue" at end of loop in isolate_f...Kemeng Shi
2023-08-21mm/compaction: remove unnecessary cursor page in isolate_freepages_blockKemeng Shi
2023-08-21mm/compaction: merge end_pfn boundary check in isolate_freepages_rangeKemeng Shi
2023-08-21mm/compaction: set compact_cached_free_pfn correctly in update_pageblock_skipKemeng Shi
2023-08-21mm: improve the comment in isolate_migratepages_block()Matthew Wilcox
2023-08-18mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is setKemeng Shi
2023-08-18mm/compaction: correct comment of candidate pfn in fast_isolate_freepagesKemeng Shi
2023-08-18mm: compaction: skip the memory hole rapidly when isolating free pagesBaolin Wang
2023-08-18mm: compaction: use the correct type of list for free pagesBaolin Wang
2023-08-04mm: compaction: fix endless looping over same migrate blockJohannes Weiner
2023-06-23mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang
2023-06-23mm: compaction: skip memory hole rapidly when isolating migratable pagesBaolin Wang
2023-06-19mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin
2023-06-09mm: compaction: skip fast freepages isolation if enough freepages are isolatedBaolin Wang
2023-06-09mm: compaction: add trace event for fast freepages isolationBaolin Wang
2023-06-09mm: compaction: only set skip flag if cc->no_set_skip_hint is falseBaolin Wang
2023-06-09mm: compaction: skip more fully scanned pageblockBaolin Wang
2023-06-09mm: compaction: change fast_isolate_freepages() to void typeBaolin Wang
2023-06-09mm: compaction: drop the redundant page validation in update_pageblock_skip()Baolin Wang
2023-06-09mm: compaction: avoid GFP_NOFS ABBA deadlockJohannes Weiner