summaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2024-04-26mm: enable page allocation taggingSuren Baghdasaryan1-1/+6
2024-03-18Merge branch 'master' into mm-stableAndrew Morton1-6/+1
2024-03-05mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka1-6/+1
2024-02-24mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan1-5/+30
2024-02-24mm/compaction: add support for >0 order folio memory compaction.Zi Yan1-61/+79
2024-02-24mm/compaction: enable compacting >0 order folios.Zi Yan1-25/+76
2024-02-24mm: compaction: early termination in compact_nodes()Kefeng Wang1-7/+17
2024-02-23mm: compaction: limit the suitable target page order to be less than cc->orderBaolin Wang1-1/+3
2024-02-22mm: compaction: refactor compact_node()Kefeng Wang1-44/+21
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang1-2/+10
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+31
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-2/+2
2024-01-09mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2023-12-12mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song1-0/+3
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-12/+31
2023-11-13mm: Add AS_UNMOVABLE to mark mapping as completely unmovableSean Christopherson1-12/+31
2023-10-04mm/compaction: factor out code to test if we should run compaction for target...Kemeng Shi1-27/+39
2023-10-04mm/compaction: improve comment of is_via_compact_memoryKemeng Shi1-2/+4
2023-10-04mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation...Kemeng Shi1-3/+2
2023-10-04mm/compaction: correctly return failure with bogus compound_order in strict modeKemeng Shi1-3/+3
2023-10-04mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_...Kemeng Shi1-2/+2
2023-10-04mm/compaction: use correct list in move_freelist_{head}/{tail}Kemeng Shi1-4/+4
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