aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/compaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-11mm/compaction: fix bug in hugetlb handling pathwayVishal Moola (Oracle)1-3/+3
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner1-8/+33
2025-03-17mm: compaction: push watermark into compaction_suitable() callersJohannes Weiner1-24/+28
2025-03-17mm/page_alloc: clarify terminology in migratetype fallback codeBrendan Jackman1-2/+2
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-0/+3
2025-02-01mm: compaction: use the proper flag to determine watermarksyangge1-4/+25
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+4
2025-01-25mm/compaction: fix UBSAN shift-out-of-bounds warningLiu Shixin1-1/+2
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()Matthew Wilcox (Oracle)1-0/+2
2025-01-08mm: Create/affine kcompactd to its preferred nodeFrederic Weisbecker1-40/+3
2024-09-03mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()Zhongkun He1-0/+6
2024-09-03mm/contig_alloc: support __GFP_COMPYu Zhao1-36/+5
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-3/+3
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini1-2/+9
2024-07-12mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLEPaolo Bonzini1-6/+6
2024-06-24mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan1-2/+9
2024-04-25memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2024-04-25mm: enable page allocation taggingSuren Baghdasaryan1-1/+6
2024-03-18Merge branch 'master' into mm-stableAndrew Morton1-6/+1
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocationsVlastimil Babka1-6/+1
2024-02-23mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan1-5/+30
2024-02-23mm/compaction: add support for >0 order folio memory compaction.Zi Yan1-61/+79
2024-02-23mm/compaction: enable compacting >0 order folios.Zi Yan1-25/+76
2024-02-23mm: compaction: early termination in compact_nodes()Kefeng Wang1-7/+17
2024-02-22mm: compaction: limit the suitable target page order to be less than cc->orderBaolin Wang1-1/+3
2024-02-22mm: compaction: refactor compact_node()Kefeng Wang1-44/+21
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the freepagesBaolin Wang1-2/+10
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+31
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-2/+2
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2023-12-12mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song1-0/+3
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-12/+31
2023-11-13mm: Add AS_UNMOVABLE to mark mapping as completely unmovableSean Christopherson1-12/+31
2023-10-04mm/compaction: factor out code to test if we should run compaction for target orderKemeng Shi1-27/+39
2023-10-04mm/compaction: improve comment of is_via_compact_memoryKemeng Shi1-2/+4
2023-10-04mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation_suitableKemeng Shi1-3/+2
2023-10-04mm/compaction: correctly return failure with bogus compound_order in strict modeKemeng Shi1-3/+3
2023-10-04mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_{head}/{tail}Kemeng Shi1-2/+2
2023-10-04mm/compaction: use correct list in move_freelist_{head}/{tail}Kemeng Shi1-4/+4
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-3/+5
2023-08-21mm/compaction: remove unused parameter pgdata of fragmentation_score_wmarkKemeng Shi1-3/+3
2023-08-21mm/compaction: only set skip flag if cc->no_set_skip_hint is falseKemeng Shi1-1/+1
2023-08-21mm/compaction: remove unnecessary return for void functionKemeng Shi1-3/+1
2023-08-21mm/compaction: correct comment to complete migration failureKemeng Shi1-1/+1
2023-08-21mm/compaction: correct comment of cached migrate pfn updateKemeng Shi1-1/+1
2023-08-21mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepagesKemeng Shi1-3/+3
2023-08-21mm/compaction: skip page block marked skip in isolate_migratepages_blockKemeng Shi1-0/+1
2023-08-21mm/compaction: correct last_migrated_pfn update in compact_zoneKemeng Shi1-1/+2
2023-08-21mm/compaction: remove unnecessary "else continue" at end of loop in isolate_freepages_blockKemeng Shi1-2/+0