summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: compaction: cleanup the compaction trace eventsBaolin Wang2022-03-221-6/+3
* mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins2022-03-221-7/+44
* mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang2022-01-151-3/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-2/+8
|\
| * mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman2021-11-061-1/+1
| * mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman2021-11-061-2/+8
* | mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)2021-09-271-1/+1
* | mm/memcg: Add folio_lruvec()Matthew Wilcox (Oracle)2021-09-271-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-13/+7
|\
| * mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-081-13/+7
* | mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy2021-09-031-2/+36
* | mm: compaction: optimize proactive compaction deferralsCharan Teja Reddy2021-09-031-10/+19
* | mm/migrate: enable returning precise migrate_pages() success countYang Shi2021-09-031-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-11/+9
|\
| * mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang2021-06-301-3/+3
| * mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang2021-06-301-4/+2
| * mm/compaction: use DEVICE_ATTR_WO macroYueHaibing2021-06-301-4/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\|
| * mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song2021-06-291-1/+1