CONFIG_USER_NS=y CONFIG_UTS_NS=y CONFIG_PID_NS=y type='text/javascript' src='/cgit.js'>
summaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)Author
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
2022-08-02fs: Remove aops->migratepage()Matthew Wilcox (Oracle)
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-29mm: compaction: include compound page count for scanning in pageblock isolationWilliam Lam
2022-07-03mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li
2022-05-13mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto
2022-05-13tracing: incorrect gfp_t conversionVasily Averin
2022-04-28mm: compaction: make sure highest is above the min_pfnMiaohe Lin
2022-04-28mm: compaction: simplify the code in __compact_finishedMiaohe Lin
2022-04-28mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...Miaohe Lin
2022-04-28mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin
2022-04-28mm: compaction: clean up comment about async compaction in isolate_migratepagesMiaohe Lin
2022-04-28mm: compaction: use helper compound_nr in isolate_migratepages_blockMiaohe Lin
2022-04-28mm: compaction: use COMPACT_CLUSTER_MAX in compaction.cMiaohe Lin
2022-04-28mm: compaction: clean up comment about suitable migration target recheckMiaohe Lin
2022-04-28mm: compaction: clean up comment for sched contentionMiaohe Lin
2022-04-28mm: compaction: remove unneeded assignment to isolate_start_pfnMiaohe Lin
2022-04-28mm: compaction: remove unneeded pfn updateMiaohe Lin
2022-04-28mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin
2022-04-28mm: compaction: use helper isolation_suitable()Miaohe Lin
2022-04-15mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla
2022-03-22mm: compaction: cleanup the compaction trace eventsBaolin Wang
2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins