summaryrefslogtreecommitdiff
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-4/+16
|\
| * mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang2023-04-051-0/+5
| * mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang2023-04-051-2/+9
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-4/+4
* | mm: compaction: remove incorrect #ifdef checksArnd Bergmann2023-04-131-4/+0
* | mm: compaction: move compaction sysctl to its own fileMinghao Chi2023-04-131-12/+72
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-42/+59
|\
| * mm: change to return bool for isolate_movable_page()Baolin Wang2023-02-201-1/+1
| * mm, compaction: finish pageblocks on complete migration failureMel Gorman2023-02-021-8/+22
| * mm, compaction: finish scanning the current pageblock if requestedMel Gorman2023-02-021-0/+7
| * mm, compaction: check if a page has been captured before draining PCP pagesMel Gorman2023-02-021-6/+6
| * mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman2023-02-021-12/+12
| * mm: compaction: avoid fragmentation score calculation for empty zonesBaolin Wang2023-02-021-0/+2
| * mm: compaction: add missing kcompactd wakeup trace eventBaolin Wang2023-02-021-0/+2
| * mm: compaction: count the migration scanned pages events for proactive compac...Baolin Wang2023-02-021-0/+5
| * mm: compaction: move list validation into compact_zone()Baolin Wang2023-02-021-12/+3
| * mm: compaction: remove redundant VM_BUG_ON() in compact_zone()Baolin Wang2023-02-021-3/+0
| * mm: remove PageMovable exportGreg Kroah-Hartman2023-01-181-1/+0
* | Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka2023-01-291-0/+1
|/
* mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira2022-11-301-13/+5
* mm: migrate: fix THP's mapcount on isolationGavin Shan2022-11-301-11/+11
* Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-1/+0
|\
| * mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou2022-10-121-1/+0
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-7/+17
|\ \ | |/
| * mm: add pageblock_aligned() macroKefeng Wang2022-10-031-4/+4
| * mm: reuse pageblock_start/end_pfn() macroKefeng Wang2022-10-031-2/+0
| * mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang2022-09-111-1/+13
* | mm/compaction: Get rid of RT ifdefferyThomas Gleixner2022-09-191-5/+1
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+4
|\
| * mm: compaction: include compound page count for scanning in pageblock isolationWilliam Lam2022-07-291-0/+3
| * mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li2022-07-031-1/+1
* | fs: Remove aops->migratepage()Matthew Wilcox (Oracle)2022-08-021-3/+2
* | fs: Add aops->migrate_folioMatthew Wilcox (Oracle)2022-08-021-1/+3
* | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-021-16/+13
|/
* mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto2022-05-131-0/+2
* tracing: incorrect gfp_t conversionVasily Averin2022-05-131-1/+1
* mm: compaction: make sure highest is above the min_pfnMiaohe Lin2022-04-281-1/+1
* mm: compaction: simplify the code in __compact_finishedMiaohe Lin2022-04-281-21/+8
* mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...Miaohe Lin2022-04-281-1/+1
* mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin2022-04-281-1/+2
* mm: compaction: clean up comment about async compaction in isolate_migratepagesMiaohe Lin2022-04-281-6/+6
* mm: compaction: use helper compound_nr in isolate_migratepages_blockMiaohe Lin2022-04-281-1/+1
* mm: compaction: use COMPACT_CLUSTER_MAX in compaction.cMiaohe Lin2022-04-281-4/+4
* mm: compaction: clean up comment about suitable migration target recheckMiaohe Lin2022-04-281-7/+1
* mm: compaction: clean up comment for sched contentionMiaohe Lin2022-04-281-7/+4
* mm: compaction: remove unneeded assignment to isolate_start_pfnMiaohe Lin2022-04-281-1/+1
* mm: compaction: remove unneeded pfn updateMiaohe Lin2022-04-281-1/+0
* mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin2022-04-281-5/+2
* mm: compaction: use helper isolation_suitable()Miaohe Lin2022-04-281-1/+1
* mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla2022-04-151-5/+5