summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2026-01-29slub: avoid list_lock contention from __refill_objects_any()Vlastimil Babka-6/+13
2026-01-29mm/slub: cleanup and repurpose some stat itemsVlastimil Babka-57/+26
2026-01-29mm/slub: remove DEACTIVATE_TO_* stat itemsVlastimil Babka-16/+15
2026-01-29slab: remove frozen slab checks from __slab_free()Vlastimil Babka-18/+4
2026-01-29slab: update overview commentsVlastimil Babka-74/+67
2026-01-29slab: refill sheaves from all nodesVlastimil Babka-31/+106
2026-01-29slab: remove unused PREEMPT_RT specific macrosVlastimil Babka-23/+1
2026-01-29slab: remove struct kmem_cache_cpuVlastimil Babka-284/+27
2026-01-29slab: simplify kmalloc_nolock()Vlastimil Babka-116/+29
2026-01-29slab: remove defer_deactivate_slab()Vlastimil Babka-44/+28
2026-01-29slab: remove the do_slab_free() fastpathVlastimil Babka-136/+13
2026-01-29slab: remove SLUB_CPU_PARTIALVlastimil Babka-342/+19
2026-01-29slab: remove cpu (partial) slabs usage from allocation pathsVlastimil Babka-541/+87
2026-01-29slab: add optimized sheaf refill from partial listVlastimil Babka-21/+272
2026-01-29slab: handle kmalloc sheaves bootstrapVlastimil Babka-4/+84
2026-01-29slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()Vlastimil Babka-22/+60
2026-01-29slab: introduce percpu sheaves bootstrapVlastimil Babka-47/+97
2026-01-29slab: add sheaves to most cachesVlastimil Babka-4/+52
2026-01-27slub: keep empty main sheaf as spare in __pcs_replace_empty_main()Hao Li-1/+4
2026-01-27mm/slab: factor out slab_args_unmergeable()Harry Yoo-10/+18
2026-01-27mm/slab: make caches with sheaves mergeableVlastimil Babka-6/+7
2026-01-27mm/slab: move and refactor __kmem_cache_alias()Vlastimil Babka-41/+41
2026-01-27slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGEVlastimil Babka-3/+2
2026-01-27mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()Harry Yoo-0/+20
2026-01-27mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()Vlastimil Babka-1/+4
2026-01-27slab: replace cache_from_obj() with inline checksVlastimil Babka-23/+33
2026-01-26mm/damon/reclaim: use damon_kdamond_pid()SeongJae Park-1/+3
2026-01-26mm/damon/lru_sort: use damon_kdamond_pid()SeongJae Park-1/+3
2026-01-26mm/damon/sysfs: use damon_kdamond_pid()SeongJae Park-4/+3
2026-01-26mm/damon/core: implement damon_kdamond_pid()SeongJae Park-0/+17
2026-01-26mm: use nodes_and() return value to simplify client codeYury Norov-4/+2
2026-01-26mm: provide address parameter to p{te,md,ud}_user_accessible_page()Rohan McLure-6/+6
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...Rohan McLure-3/+4
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure-2/+3
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure-2/+3
2026-01-26mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure-2/+2
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...Rohan McLure-2/+2
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...Rohan McLure-2/+2
2026-01-26migrate: replace RMP_ flags with TTU_ flagsMatthew Wilcox (Oracle)-10/+10
2026-01-26mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCINGJinjiang Tu-1/+1
2026-01-26zsmalloc: introduce SG-list based object read APISergey Senozhatsky-0/+63
2026-01-26mm: kmsan: add test_uninit_pageAlexander Potapenko-0/+15
2026-01-26mm: kmsan: add tests for high-order page freeingAlexander Potapenko-1/+48
2026-01-26mm/damon/lru_sort: add monitoring intervals auto-tuning parameterSeongJae Park-3/+27
2026-01-26mm/damon/lru_sort: support active:inactive memory ratio based auto-tuningSeongJae Park-0/+37
2026-01-26mm/damon/lru_sort: support young page filtersSeongJae Park-0/+41
2026-01-26mm/damon/lru_sort: consider age for quota prioritizationSeongJae Park-1/+1
2026-01-26mm/damon/paddr: activate DAMOS_LRU_PRIO targets instead of marking accessedSeongJae Park-10/+8
2026-01-26mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BPSeongJae Park-0/+8
2026-01-26mm/damon/core: introduce [in]active memory ratio damos quota goal metricSeongJae Park-0/+22