aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
AgeCommit message (Expand)Author
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
2023-06-09mm: compaction: have compaction_suitable() return boolJohannes Weiner
2023-06-09mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()Johannes Weiner
2023-06-09mm: compaction: remove unnecessary is_via_compact_memory() checksJohannes Weiner
2023-06-09mm: compaction: refactor __compaction_suitable()Johannes Weiner
2023-06-09mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)
2023-06-09Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""Mel Gorman
2023-06-09mm: compaction: update pageblock skip when first migration candidate is not a...Mel Gorman
2023-06-09mm: compaction: only force pageblock scan completion when skip hints are obeyedMel Gorman
2023-06-09mm: compaction: ensure rescanning only happens on partially scanned pageblocksMel Gorman
2023-06-09mm: compaction: optimize compact_memory to comply with the admin-guideWen Yang
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-13mm: compaction: remove incorrect #ifdef checksArnd Bergmann
2023-04-13mm: compaction: move compaction sysctl to its own fileMinghao Chi
2023-04-05mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang
2023-04-05mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang
2023-02-02mm, compaction: finish pageblocks on complete migration failureMel Gorman
2023-02-02mm, compaction: finish scanning the current pageblock if requestedMel Gorman
2023-02-02mm, compaction: check if a page has been captured before draining PCP pagesMel Gorman
2023-02-02mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman
2023-02-02mm: compaction: avoid fragmentation score calculation for empty zonesBaolin Wang
2023-02-02mm: compaction: add missing kcompactd wakeup trace eventBaolin Wang
2023-02-02mm: compaction: count the migration scanned pages events for proactive compac...Baolin Wang
2023-02-02mm: compaction: move list validation into compact_zone()Baolin Wang
2023-02-02mm: compaction: remove redundant VM_BUG_ON() in compact_zone()Baolin Wang
2023-01-29Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka
2023-01-18mm: remove PageMovable exportGreg Kroah-Hartman
2022-11-30mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira
2022-11-30mm: migrate: fix THP's mapcount on isolationGavin Shan
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm: add pageblock_aligned() macroKefeng Wang
2022-10-03mm: reuse pageblock_start/end_pfn() macroKefeng Wang
2022-09-19mm/compaction: Get rid of RT ifdefferyThomas Gleixner
2022-09-11mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds