summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()Zhongkun He2024-09-031-0/+6
* mm/contig_alloc: support __GFP_COMPYu Zhao2024-09-031-36/+5
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-3/+3
* Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-07-121-2/+9
|\
| * mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan2024-06-241-2/+9
* | mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLEPaolo Bonzini2024-07-121-6/+6
|/
* memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-251-1/+0
* mm: enable page allocation taggingSuren Baghdasaryan2024-04-251-1/+6
* Merge branch 'master' into mm-stableAndrew Morton2024-03-181-6/+1
|\
| * mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka2024-03-041-6/+1
* | mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan2024-02-231-5/+30
* | mm/compaction: add support for >0 order folio memory compaction.Zi Yan2024-02-231-61/+79
* | mm/compaction: enable compacting >0 order folios.Zi Yan2024-02-231-25/+76
* | mm: compaction: early termination in compact_nodes()Kefeng Wang2024-02-231-7/+17
* | mm: compaction: limit the suitable target page order to be less than cc->orderBaolin Wang2024-02-221-1/+3
* | mm: compaction: refactor compact_node()Kefeng Wang2024-02-221-44/+21
* | mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang2024-02-221-2/+10
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-12/+31
|\
| * Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-141-12/+31
| |\
| | * mm: Add AS_UNMOVABLE to mark mapping as completely unmovableSean Christopherson2023-11-131-12/+31
* | | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-2/+2
* | | mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2024-01-081-1/+1
* | | mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song2023-12-121-0/+3
|/ /
* | mm/compaction: factor out code to test if we should run compaction for target...Kemeng Shi2023-10-041-27/+39
* | mm/compaction: improve comment of is_via_compact_memoryKemeng Shi2023-10-041-2/+4
* | mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation...Kemeng Shi2023-10-041-3/+2
* | mm/compaction: correctly return failure with bogus compound_order in strict modeKemeng Shi2023-10-041-3/+3
* | mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_...Kemeng Shi2023-10-041-2/+2
* | mm/compaction: use correct list in move_freelist_{head}/{tail}Kemeng Shi2023-10-041-4/+4
|/
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-3/+5
|\
| * mm: compaction: fix endless looping over same migrate blockJohannes Weiner2023-08-041-3/+5
* | mm/compaction: remove unused parameter pgdata of fragmentation_score_wmarkKemeng Shi2023-08-211-3/+3
* | mm/compaction: only set skip flag if cc->no_set_skip_hint is falseKemeng Shi2023-08-211-1/+1
* | mm/compaction: remove unnecessary return for void functionKemeng Shi2023-08-211-3/+1
* | mm/compaction: correct comment to complete migration failureKemeng Shi2023-08-211-1/+1
* | mm/compaction: correct comment of cached migrate pfn updateKemeng Shi2023-08-211-1/+1
* | mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepagesKemeng Shi2023-08-211-3/+3
* | mm/compaction: skip page block marked skip in isolate_migratepages_blockKemeng Shi2023-08-211-0/+1
* | mm/compaction: correct last_migrated_pfn update in compact_zoneKemeng Shi2023-08-211-1/+2
* | mm/compaction: remove unnecessary "else continue" at end of loop in isolate_f...Kemeng Shi2023-08-211-2/+0
* | mm/compaction: remove unnecessary cursor page in isolate_freepages_blockKemeng Shi2023-08-211-6/+5
* | mm/compaction: merge end_pfn boundary check in isolate_freepages_rangeKemeng Shi2023-08-211-3/+2
* | mm/compaction: set compact_cached_free_pfn correctly in update_pageblock_skipKemeng Shi2023-08-211-1/+2
* | mm: improve the comment in isolate_migratepages_block()Matthew Wilcox2023-08-211-7/+7
* | mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is setKemeng Shi2023-08-181-2/+2
* | mm/compaction: correct comment of candidate pfn in fast_isolate_freepagesKemeng Shi2023-08-181-1/+1
* | mm: compaction: skip the memory hole rapidly when isolating free pagesBaolin Wang2023-08-181-1/+33
* | mm: compaction: use the correct type of list for free pagesBaolin Wang2023-08-181-2/+2
|/
* mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang2023-06-231-40/+44
* mm: compaction: skip memory hole rapidly when isolating migratable pagesBaolin Wang2023-06-231-1/+34