summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka2021-02-241-5/+11
* mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang2021-02-241-15/+12
* mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy2021-02-241-6/+14
* mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin2021-02-241-1/+0
* mm/compaction: remove rcu_read_lock during page compactionAlex Shi2021-02-241-4/+1
* mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao2021-02-241-1/+1
* mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi2021-02-241-1/+1
* mm, compaction: move high_pfn to the for loop scopeRokudo Yan2021-02-051-1/+2
* mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-20/+36
* mm/compaction: do page isolation first in compactionAlex Shi2020-12-151-9/+33
* mm/compaction: make defer_compaction and compaction_deferred staticHui Su2020-12-151-4/+4
* mm/compaction: move compaction_suitable's comment to right placeHui Su2020-12-151-7/+7
* mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()Yanfei Xu2020-12-151-4/+3
* mm/compaction: stop isolation if too many pages are isolated and we have page...Zi Yan2020-11-141-0/+4
* mm/compaction: count pages and stop correctly during page isolationZi Yan2020-11-141-4/+4
* mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)2020-10-161-3/+3
* mm/compaction.c: micro-optimization remove unnecessary branchMateusz Nosek2020-10-131-3/+2
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm/compaction.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* mm/compaction: correct the comments of compact_defer_shiftAlex Shi2020-08-121-1/+1
* mm: use unsigned types for fragmentation scoreNitin Gupta2020-08-121-9/+9
* mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta2020-08-121-1/+1
* mm: proactive compactionNitin Gupta2020-08-121-5/+178
* mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka2020-06-261-3/+14
* mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"Ethon Paul2020-06-041-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-34/+36
|\
| * mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang2020-06-031-1/+1
| * mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-031-32/+32
| * mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He2020-06-031-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\ \ | |/ |/|