aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-01-31mm: hugetlb_cma: mark hugetlb_cma{_only} as __ro_after_initKefeng Wang1-2/+2
2026-01-31mm: hugetlb_cma: optimize hugetlb_cma_alloc_frozen_folio()Kefeng Wang1-1/+4
2026-01-31mm: hugetlb: optimize replace_free_hugepage_folios()Kefeng Wang1-10/+49
2026-01-31mm: page_alloc: optimize pfn_range_valid_contig()Kefeng Wang1-17/+8
2026-01-31mm: page_isolation: introduce page_is_unmovable()Kefeng Wang1-88/+99
2026-01-31sparc/mm: export symbols for lazy_mmu_mode KUnit testsKevin Brodsky1-1/+0
2026-01-31mm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari3-3/+5
2026-01-31mm: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2026-01-31mm: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari3-6/+6
2026-01-31mm/hugetlb: enforce brace styleJoshua Hahn1-7/+13
2026-01-31mm/hugetlb: remove unnecessary if conditionJoshua Hahn1-7/+4
2026-01-31mm/highmem: fix __kmap_to_page() build errorWilliam Tambe1-1/+2
2026-01-31mm/vmscan: add tracepoint and reason for kswapd_failures resetJiayuan Chen5-15/+25
2026-01-31mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaimJiayuan Chen1-2/+20
2026-01-31mm: fix OOM killer inaccuracy on large many-core systemsMathieu Desnoyers1-11/+11
2026-01-31mm: drop filename from page_alloc.c header commentManish Kumar1-1/+0
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)3-5/+5
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)5-12/+12
2026-01-31mm/kconfig: make BALLOON_COMPACTION depend on MIGRATIONDavid Hildenbrand (Red Hat)1-9/+6
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)2-5/+4
2026-01-31mm/vmscan: drop inclusion of balloon_compaction.hDavid Hildenbrand (Red Hat)1-1/+0
2026-01-31mm/balloon_compaction: mark remaining functions for having proper kerneldocDavid Hildenbrand (Red Hat)1-5/+5
2026-01-31mm/balloon_compaction: assert that the balloon_pages_lock is heldDavid Hildenbrand (Red Hat)1-0/+2
2026-01-31mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)1-0/+37
2026-01-31mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)1-4/+8
2026-01-31mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)1-3/+2
2026-01-31mm/balloon_compaction: make balloon_mops staticDavid Hildenbrand (Red Hat)1-1/+1
2026-01-31mm/balloon_compaction: remove dependency on page lockDavid Hildenbrand (Red Hat)1-26/+12
2026-01-31mm/balloon_compaction: use a device-independent balloon (list) lockDavid Hildenbrand (Red Hat)1-14/+20
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)1-0/+17
2026-01-31mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)1-4/+27
2026-01-31mm/balloon_compaction: improve comments for WARN_ON_ONCE(!b_dev_info)David Hildenbrand (Red Hat)1-2/+10
2026-01-31mm/khugepaged: make khugepaged_collapse_control staticShivank Garg1-1/+1
2026-01-31mm/khugepaged: use enum scan_result for result variables and return typesShivank Garg1-53/+46
2026-01-31mm/khugepaged: change collapse_pte_mapped_thp() to return voidShivank Garg1-17/+23
2026-01-31mm/khugepaged: remove unnecessary goto 'skip' labelShivank Garg1-3/+4
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton11-75/+186
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds11-75/+186
2026-01-29slub: avoid list_lock contention from __refill_objects_any()Vlastimil Babka1-6/+13
2026-01-29mm/slub: cleanup and repurpose some stat itemsVlastimil Babka1-57/+26
2026-01-29mm/slub: remove DEACTIVATE_TO_* stat itemsVlastimil Babka1-16/+15
2026-01-29slab: remove frozen slab checks from __slab_free()Vlastimil Babka1-18/+4
2026-01-29slab: update overview commentsVlastimil Babka1-74/+67
2026-01-29slab: refill sheaves from all nodesVlastimil Babka1-31/+106
2026-01-29slab: remove unused PREEMPT_RT specific macrosVlastimil Babka1-23/+1
2026-01-29slab: remove struct kmem_cache_cpuVlastimil Babka2-284/+27
2026-01-29slab: simplify kmalloc_nolock()Vlastimil Babka2-116/+29
2026-01-29slab: remove defer_deactivate_slab()Vlastimil Babka4-44/+28
2026-01-29slab: remove the do_slab_free() fastpathVlastimil Babka1-136/+13
2026-01-29slab: remove SLUB_CPU_PARTIALVlastimil Babka3-341/+18