aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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_clear()Rohan McLure1-3/+4
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_clear()Rohan McLure1-2/+3
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_clear()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[s]_set()Rohan McLure1-2/+2
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[s]_set()Rohan McLure1-2/+2
2026-01-26migrate: replace RMP_ flags with TTU_ flagsMatthew Wilcox (Oracle)2-10/+10
2026-01-26mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCINGJinjiang Tu1-1/+1
2026-01-26zsmalloc: introduce SG-list based object read APISergey Senozhatsky1-0/+63
2026-01-26mm: kmsan: add test_uninit_pageAlexander Potapenko1-0/+15
2026-01-26mm: kmsan: add tests for high-order page freeingAlexander Potapenko1-1/+48
2026-01-26mm/damon/lru_sort: add monitoring intervals auto-tuning parameterSeongJae Park1-3/+27
2026-01-26mm/damon/lru_sort: support active:inactive memory ratio based auto-tuningSeongJae Park1-0/+37
2026-01-26mm/damon/lru_sort: support young page filtersSeongJae Park1-0/+41
2026-01-26mm/damon/lru_sort: consider age for quota prioritizationSeongJae Park1-1/+1
2026-01-26mm/damon/paddr: activate DAMOS_LRU_PRIO targets instead of marking accessedSeongJae Park1-10/+8
2026-01-26mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BPSeongJae Park1-0/+8
2026-01-26mm/damon/core: introduce [in]active memory ratio damos quota goal metricSeongJae Park1-0/+22
2026-01-26mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()Andrey Ryabinin1-15/+35
2026-01-26vmalloc: export vrealloc_node_align_noprofAlice Ryhl1-0/+1
2026-01-26mm: hugetlb: allocate frozen pages for gigantic allocationKefeng Wang3-66/+28
2026-01-26mm: cma: add cma_alloc_frozen{_compound}()Kefeng Wang3-50/+91
2026-01-26mm: page_alloc: add alloc_contig_frozen_{range,pages}()Kefeng Wang4-54/+163
2026-01-26mm: cma: kill cma_pages_valid()Kefeng Wang1-37/+11
2026-01-26mm: page_alloc: add __split_page()Kefeng Wang1-8/+13
2026-01-26mm: debug_vm_pgtable: add debug_vm_pgtable_free_huge_page()Kefeng Wang2-22/+18
2026-01-26mm/vmalloc: prevent RCU stalls in kasan_release_vmalloc_nodeDeepanshu Kartikey1-0/+8
2026-01-26mm/early_ioremap: clean up the use of WARN() for debuggingHou Wenlong1-4/+11
2026-01-26mm/early_ioremap: print the starting physical address in __early_ioremap()Hou Wenlong1-2/+3
2026-01-26mm/damon/paddr: initialize 'folio' variables to NULL for clarityAaron Yang1-4/+4