summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
AgeCommit message (Expand)AuthorLines
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-13/+7
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport-13/+7
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy-2/+36
2021-09-03mm: compaction: optimize proactive compaction deferralsCharan Teja Reddy-10/+19
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-11/+9
2021-06-30mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang-3/+3
2021-06-30mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang-4/+2
2021-06-30mm/compaction: use DEVICE_ATTR_WO macroYueHaibing-4/+4
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-1/+1
2021-05-07mm: fix typos in commentsIngo Molnar-2/+2
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai-1/+1
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim-1/+2
2021-05-05mm: compaction: update the COMPACT[STALL|FAIL] events properlyCharan Teja Reddy-0/+8
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar-3/+0
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador-1/+11
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador-3/+30
2021-05-05mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador-27/+25
2021-02-24mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka-5/+11
2021-02-24mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang-15/+12
2021-02-24mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy-6/+14
2021-02-24mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin-1/+0
2021-02-24mm/compaction: remove rcu_read_lock during page compactionAlex Shi-4/+1
2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao-1/+1
2021-02-24mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi-1/+1
2021-02-05mm, compaction: move high_pfn to the for loop scopeRokudo Yan-1/+2
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi-20/+36
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi-9/+33
2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su-4/+4
2020-12-15mm/compaction: move compaction_suitable's comment to right placeHui Su-7/+7
2020-12-15mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()Yanfei Xu-4/+3
2020-11-14mm/compaction: stop isolation if too many pages are isolated and we have page...Zi Yan-0/+4
2020-11-14mm/compaction: count pages and stop correctly during page isolationZi Yan-4/+4
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)-3/+3
2020-10-13mm/compaction.c: micro-optimization remove unnecessary branchMateusz Nosek-3/+2
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)-1/+1
2020-08-12mm/compaction.c: delete duplicated wordRandy Dunlap-1/+1
2020-08-12mm/compaction: correct the comments of compact_defer_shiftAlex Shi-1/+1
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta-9/+9
2020-08-12mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta-1/+1
2020-08-12mm: proactive compactionNitin Gupta-5/+178
2020-06-26mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka-3/+14
2020-06-04mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"Ethon Paul-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-34/+36
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang-1/+1
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim-32/+32
2020-06-03mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He-1/+3
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1/+1