summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-06-03mm: simplify the mempool_alloc_bulk APIChristoph Hellwig
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-06-02mm/damon/core: clarify next_intervals_tune_sis update pathniecheng
2026-06-02mm/damon/vaddr: attempt per-vma lock during page table walkKefeng Wang
2026-06-02mm/memory-failure: use zone_pcp_disable() for poison handlingKaitao Cheng
2026-06-02mm/vmalloc: free unused pages on vrealloc() shrinkShivam Kalra
2026-06-02mm/vmalloc: use physical page count in vread_iter() for VM_ALLOC areasShivam Kalra
2026-06-02mm/vmalloc: use physical page count for vrealloc() grow-in-place checkShivam Kalra
2026-06-02mm/vmalloc: extract vm_area_free_pages() helper from vfree()Shivam Kalra
2026-06-02mm/damon/sysfs: setup damon_filter->memcg_id from pathSeongJae Park
2026-06-02mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-commonSeongJae Park
2026-06-02mm/damon/sysfs: add filters/<F>/path fileSeongJae Park
2026-06-02mm/damon/paddr: support DAMON_FILTER_TYPE_MEMCGSeongJae Park
2026-06-02mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCGSeongJae Park
2026-06-02mm/damon: trace probe_hitsSeongJae Park
2026-06-02mm/damon/sysfs-schemes: implement probe/hits fileSeongJae Park
2026-06-02mm/damon/sysfs-schemes: implement probe dirSeongJae Park
2026-06-02mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/SeongJae Park
2026-06-02mm/damon/sysfs: setup probes on DAMON core API parametersSeongJae Park
2026-06-02mm/damon/sysfs: implement filter dir filesSeongJae Park
2026-06-02mm/damon/sysfs: implement filter dirSeongJae Park
2026-06-02mm/damon/sysfs: implement filters directorySeongJae Park
2026-06-02mm/damon/sysfs: implement probe dirSeongJae Park
2026-06-02mm/damon/sysfs: implement probes dirSeongJae Park
2026-06-02mm/damon/paddr: support data attributes monitoringSeongJae Park
2026-06-02mm/damon/core: do data attributes monitoringSeongJae Park
2026-06-02mm/damon/core: introduce damon_region->probe_hitsSeongJae Park
2026-06-02mm/damon/core: commit probesSeongJae Park
2026-06-02mm/damon/core: introduce damon_filterSeongJae Park
2026-06-02mm/damon/core: embed damon_probe objects in damon_ctxSeongJae Park
2026-06-02mm/memory-failure: remove hugetlb output parameter from try_memory_failure_hu...Ye Liu
2026-06-02mm, swap: merge zeromap into swap tableKairui Song
2026-06-02mm/memcg: remove no longer used swap cgroup arrayKairui Song
2026-06-02mm/memcg, swap: store cgroup id in cluster table directlyKairui Song
2026-06-02mm, swap: consolidate cluster allocation helpersKairui Song
2026-06-02mm, swap: delay and unify memcg lookup and charging for swapinKairui Song
2026-06-02mm, swap: support flexible batch freeing of slots in different memcgsKairui Song
2026-06-02mm/memcg, swap: tidy up cgroup v1 memsw swap helpersKairui Song
2026-06-02mm, swap: unify large folio allocationKairui Song
2026-06-02mm, swap: add support for stable large allocation in swap cache directlyKairui Song
2026-06-02mm/huge_memory: move THP gfp limit helper into headerKairui Song
2026-06-02mm, swap: move common swap cache operations into standalone helpersKairui Song
2026-06-02mm, swap: simplify swap cache allocation helperKairui Song
2026-06-02mm: swap_cgroup: fix NULL deref in lookup_swap_cgroup_id on swapless hostJose Fernandez (Anthropic)
2026-06-02mm/page_alloc: document that alloc_pages_nolock() uses RCUBrendan Jackman
2026-06-02mm/page_alloc: drop a misleading __always_inlineBrendan Jackman
2026-06-02mm/page_alloc: remove ifdefs from pindex helpersBrendan Jackman
2026-06-02mm: rejig pageblock mask definitionsBrendan Jackman
2026-06-02mm/page_alloc: don't overload migratetype in find_suitable_fallback()Brendan Jackman
2026-06-02mm: introduce for_each_free_list()Brendan Jackman