summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-01-31mm: drop filename from page_alloc.c header commentManish Kumar
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)
2026-01-31mm/kconfig: make BALLOON_COMPACTION depend on MIGRATIONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)
2026-01-31mm/vmscan: drop inclusion of balloon_compaction.hDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: mark remaining functions for having proper kerneldocDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: assert that the balloon_pages_lock is heldDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: make balloon_mops staticDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove dependency on page lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: use a device-independent balloon (list) lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: improve comments for WARN_ON_ONCE(!b_dev_info)David Hildenbrand (Red Hat)
2026-01-31mm/khugepaged: make khugepaged_collapse_control staticShivank Garg
2026-01-31mm/khugepaged: use enum scan_result for result variables and return typesShivank Garg
2026-01-31mm/khugepaged: change collapse_pte_mapped_thp() to return voidShivank Garg
2026-01-31mm/khugepaged: remove unnecessary goto 'skip' labelShivank Garg
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds
2026-01-29slub: avoid list_lock contention from __refill_objects_any()Vlastimil Babka
2026-01-29mm/slub: cleanup and repurpose some stat itemsVlastimil Babka
2026-01-29mm/slub: remove DEACTIVATE_TO_* stat itemsVlastimil Babka
2026-01-29slab: remove frozen slab checks from __slab_free()Vlastimil Babka
2026-01-29slab: update overview commentsVlastimil Babka
2026-01-29slab: refill sheaves from all nodesVlastimil Babka
2026-01-29slab: remove unused PREEMPT_RT specific macrosVlastimil Babka
2026-01-29slab: remove struct kmem_cache_cpuVlastimil Babka
2026-01-29slab: simplify kmalloc_nolock()Vlastimil Babka
2026-01-29slab: remove defer_deactivate_slab()Vlastimil Babka
2026-01-29slab: remove the do_slab_free() fastpathVlastimil Babka
2026-01-29slab: remove SLUB_CPU_PARTIALVlastimil Babka
2026-01-29slab: remove cpu (partial) slabs usage from allocation pathsVlastimil Babka
2026-01-29slab: add optimized sheaf refill from partial listVlastimil Babka
2026-01-29slab: handle kmalloc sheaves bootstrapVlastimil Babka
2026-01-29slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()Vlastimil Babka
2026-01-29slab: introduce percpu sheaves bootstrapVlastimil Babka
2026-01-29slab: add sheaves to most cachesVlastimil Babka
2026-01-27slub: keep empty main sheaf as spare in __pcs_replace_empty_main()Hao Li
2026-01-27mm/slab: factor out slab_args_unmergeable()Harry Yoo
2026-01-27mm/slab: make caches with sheaves mergeableVlastimil Babka
2026-01-27mm/slab: move and refactor __kmem_cache_alias()Vlastimil Babka
2026-01-27slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGEVlastimil Babka
2026-01-27mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()Harry Yoo
2026-01-27mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()Vlastimil Babka
2026-01-27slab: replace cache_from_obj() with inline checksVlastimil Babka
2026-01-26mm/damon/reclaim: use damon_kdamond_pid()SeongJae Park