summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
|/
* mm: fix typos in commentsIngo Molnar2021-05-071-2/+2
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-1/+1
* mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim2021-05-051-1/+2
* mm: compaction: update the COMPACT[STALL|FAIL] events properlyCharan Teja Reddy2021-05-051-0/+8
* mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar2021-05-051-3/+0
* mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador2021-05-051-1/+11
* mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador2021-05-051-3/+30
* mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador2021-05-051-27/+25