summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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/s...Linus 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
2026-01-29slab: remove cpu (partial) slabs usage from allocation pathsVlastimil Babka1-541/+87
2026-01-29slab: add optimized sheaf refill from partial listVlastimil Babka1-21/+272
2026-01-29slab: handle kmalloc sheaves bootstrapVlastimil Babka1-4/+84
2026-01-29slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()Vlastimil Babka1-22/+60
2026-01-29slab: introduce percpu sheaves bootstrapVlastimil Babka3-47/+97
2026-01-29slab: add sheaves to most cachesVlastimil Babka1-4/+52
2026-01-27slub: keep empty main sheaf as spare in __pcs_replace_empty_main()Hao Li1-1/+4
2026-01-27mm/slab: factor out slab_args_unmergeable()Harry Yoo1-10/+18
2026-01-27mm/slab: make caches with sheaves mergeableVlastimil Babka1-6/+7
2026-01-27mm/slab: move and refactor __kmem_cache_alias()Vlastimil Babka3-41/+41
2026-01-27slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGEVlastimil Babka1-3/+2
2026-01-27mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()Harry Yoo1-0/+20
2026-01-27mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()Vlastimil Babka1-1/+4
2026-01-27slab: replace cache_from_obj() with inline checksVlastimil Babka1-23/+33
2026-01-26mm/damon/reclaim: use damon_kdamond_pid()SeongJae Park1-1/+3
2026-01-26mm/damon/lru_sort: use damon_kdamond_pid()SeongJae Park1-1/+3
2026-01-26mm/damon/sysfs: use damon_kdamond_pid()SeongJae Park1-4/+3
2026-01-26mm/damon/core: implement damon_kdamond_pid()SeongJae Park1-0/+17
2026-01-26mm: use nodes_and() return value to simplify client codeYury Norov2-4/+2
2026-01-26mm: provide address parameter to p{te,md,ud}_user_accessible_page()Rohan McLure1-6/+6
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...Rohan McLure1-3/+4
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure1-2/+3
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure1-2/+3
2026-01-26mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure1-2/+2
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...Rohan McLure1-2/+2
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...Rohan McLure1-2/+2