summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2026-01-26mm/damon/lru_sort: use damon_kdamond_pid()SeongJae Park
2026-01-26mm/damon/sysfs: use damon_kdamond_pid()SeongJae Park
2026-01-26mm/damon/core: implement damon_kdamond_pid()SeongJae Park
2026-01-26mm: use nodes_and() return value to simplify client codeYury Norov
2026-01-26mm: provide address parameter to p{te,md,ud}_user_accessible_page()Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure
2026-01-26mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...Rohan McLure
2026-01-26migrate: replace RMP_ flags with TTU_ flagsMatthew Wilcox (Oracle)
2026-01-26mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCINGJinjiang Tu
2026-01-26zsmalloc: introduce SG-list based object read APISergey Senozhatsky
2026-01-26mm: kmsan: add test_uninit_pageAlexander Potapenko
2026-01-26mm: kmsan: add tests for high-order page freeingAlexander Potapenko
2026-01-26mm/damon/lru_sort: add monitoring intervals auto-tuning parameterSeongJae Park
2026-01-26mm/damon/lru_sort: support active:inactive memory ratio based auto-tuningSeongJae Park
2026-01-26mm/damon/lru_sort: support young page filtersSeongJae Park
2026-01-26mm/damon/lru_sort: consider age for quota prioritizationSeongJae Park
2026-01-26mm/damon/paddr: activate DAMOS_LRU_PRIO targets instead of marking accessedSeongJae Park
2026-01-26mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BPSeongJae Park
2026-01-26mm/damon/core: introduce [in]active memory ratio damos quota goal metricSeongJae Park
2026-01-26mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()Andrey Ryabinin
2026-01-26vmalloc: export vrealloc_node_align_noprofAlice Ryhl
2026-01-26mm: hugetlb: allocate frozen pages for gigantic allocationKefeng Wang
2026-01-26mm: cma: add cma_alloc_frozen{_compound}()Kefeng Wang
2026-01-26mm: page_alloc: add alloc_contig_frozen_{range,pages}()Kefeng Wang
2026-01-26mm: cma: kill cma_pages_valid()Kefeng Wang
2026-01-26mm: page_alloc: add __split_page()Kefeng Wang
2026-01-26mm: debug_vm_pgtable: add debug_vm_pgtable_free_huge_page()Kefeng Wang
2026-01-26mm/vmalloc: prevent RCU stalls in kasan_release_vmalloc_nodeDeepanshu Kartikey
2026-01-26mm/early_ioremap: clean up the use of WARN() for debuggingHou Wenlong
2026-01-26mm/early_ioremap: print the starting physical address in __early_ioremap()Hou Wenlong
2026-01-26mm/damon/paddr: initialize 'folio' variables to NULL for clarityAaron Yang
2026-01-26zsmalloc: simplify read begin/end logicYosry Ahmed
2026-01-26zsmalloc: use actual object size to detect spansSergey Senozhatsky
2026-01-26memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt
2026-01-26memcg: remove unused mem_cgroup_id() and mem_cgroup_from_id()Shakeel Butt
2026-01-26mm/vmscan: use cgroup ID instead of private memcg ID in lru_gen interfaceShakeel Butt
2026-01-26mm/damon: use cgroup ID instead of private memcg IDShakeel Butt
2026-01-26memcg: use cgroup_id() instead of cgroup_ino() for memcg IDShakeel Butt
2026-01-26memcg: mem_cgroup_get_from_ino() returns NULL on errorShakeel Butt