summaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-03mm, compaction: finish scanning the current pageblock if requestedMel Gorman1-0/+7
2023-02-03mm, compaction: check if a page has been captured before draining PCP pagesMel Gorman1-6/+6
2023-02-03mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman1-12/+12
2023-02-03mm: compaction: avoid fragmentation score calculation for empty zonesBaolin Wang1-0/+2
2023-02-03mm: compaction: add missing kcompactd wakeup trace eventBaolin Wang1-0/+2
2023-02-03mm: compaction: count the migration scanned pages events for proactive compac...Baolin Wang1-0/+5
2023-02-03mm: compaction: move list validation into compact_zone()Baolin Wang1-12/+3
2023-02-03mm: compaction: remove redundant VM_BUG_ON() in compact_zone()Baolin Wang1-3/+0
2023-01-29Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka1-0/+1
2023-01-19mm: remove PageMovable exportGreg Kroah-Hartman1-1/+0
2022-12-01mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira1-13/+5
2022-12-01mm: migrate: fix THP's mapcount on isolationGavin Shan1-11/+11
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2022-10-13mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou1-1/+0
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+17
2022-10-04mm: add pageblock_aligned() macroKefeng Wang1-4/+4
2022-10-04mm: reuse pageblock_start/end_pfn() macroKefeng Wang1-2/+0
2022-09-19mm/compaction: Get rid of RT ifdefferyThomas Gleixner1-5/+1
2022-09-12mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang1-1/+13
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2022-08-02fs: Remove aops->migratepage()Matthew Wilcox (Oracle)1-3/+2
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)1-1/+3
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-16/+13
2022-07-30mm: compaction: include compound page count for scanning in pageblock isolationWilliam Lam1-0/+3
2022-07-04mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li1-1/+1
2022-05-14mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto1-0/+2
2022-05-13tracing: incorrect gfp_t conversionVasily Averin1-1/+1
2022-04-29mm: compaction: make sure highest is above the min_pfnMiaohe Lin1-1/+1
2022-04-29mm: compaction: simplify the code in __compact_finishedMiaohe Lin1-21/+8