summaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2025-04-11mm/compaction: fix bug in hugetlb handling pathwayVishal Moola (Oracle)
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner
2025-03-17mm: compaction: push watermark into compaction_suitable() callersJohannes Weiner
2025-03-17mm/page_alloc: clarify terminology in migratetype fallback codeBrendan Jackman
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer
2025-02-01mm: compaction: use the proper flag to determine watermarksyangge
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm/compaction: fix UBSAN shift-out-of-bounds warningLiu Shixin
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()Matthew Wilcox (Oracle)
2025-01-08mm: Create/affine kcompactd to its preferred nodeFrederic Weisbecker
2024-09-03mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()Zhongkun He
2024-09-03mm/contig_alloc: support __GFP_COMPYu Zhao
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-07-12mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLEPaolo Bonzini
2024-06-24mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan
2024-04-25memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2024-04-25mm: enable page allocation taggingSuren Baghdasaryan
2024-03-18Merge branch 'master' into mm-stableAndrew Morton
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-02-23mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan
2024-02-23mm/compaction: add support for >0 order folio memory compaction.Zi Yan
2024-02-23mm/compaction: enable compacting >0 order folios.Zi Yan
2024-02-23mm: compaction: early termination in compact_nodes()Kefeng Wang
2024-02-22mm: compaction: limit the suitable target page order to be less than cc->orderBaolin Wang
2024-02-22mm: compaction: refactor compact_node()Kefeng Wang
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov
2023-12-12mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini
2023-11-13mm: Add AS_UNMOVABLE to mark mapping as completely unmovableSean Christopherson
2023-10-04mm/compaction: factor out code to test if we should run compaction for target...Kemeng Shi
2023-10-04mm/compaction: improve comment of is_via_compact_memoryKemeng Shi
2023-10-04mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation...Kemeng Shi
2023-10-04mm/compaction: correctly return failure with bogus compound_order in strict modeKemeng Shi
2023-10-04mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_...Kemeng Shi
2023-10-04mm/compaction: use correct list in move_freelist_{head}/{tail}Kemeng Shi
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm/compaction: remove unused parameter pgdata of fragmentation_score_wmarkKemeng Shi
2023-08-21mm/compaction: only set skip flag if cc->no_set_skip_hint is falseKemeng Shi
2023-08-21mm/compaction: remove unnecessary return for void functionKemeng Shi
2023-08-21mm/compaction: correct comment to complete migration failureKemeng Shi
2023-08-21mm/compaction: correct comment of cached migrate pfn updateKemeng Shi
2023-08-21mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepagesKemeng Shi
2023-08-21mm/compaction: skip page block marked skip in isolate_migratepages_blockKemeng Shi
2023-08-21mm/compaction: correct last_migrated_pfn update in compact_zoneKemeng Shi
2023-08-21mm/compaction: remove unnecessary "else continue" at end of loop in isolate_f...Kemeng Shi