summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-05-12mm: use SWAPPINESS_ANON_ONLY in MGLRUZhongkun He
2025-05-12mm: add max swappiness arg to lru_gen for anonymous memory onlyZhongkun He
2025-05-12mm: vmscan: add more comments about cache_trim_modeZhongkun He
2025-05-12mm: add swappiness=max arg to memory.reclaim for only anon reclaimZhongkun He
2025-05-12memcg: introduce non-blocking limit setting optionShakeel Butt
2025-05-12mm/hugetlb: use separate nodemask for bootmem allocationsFrank van der Linden
2025-05-12mm/memcg: use kmem_cache when alloc memcg pernode infoHuan Yang
2025-05-12mm/memcg: use kmem_cache when alloc memcgHuan Yang
2025-05-12mm/memcg: move mem_cgroup_init() ahead of cgroup_init()Huan Yang
2025-05-12mm/huge_memory: remove useless folio pointers passingGavin Guo
2025-05-12mm/huge_memory: adjust try_to_migrate_one() and split_huge_pmd_locked()Gavin Guo
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price
2025-05-12execmem: enforce allocation size aligment to PAGE_SIZEMike Rapoport (Microsoft)
2025-05-12mm/vmalloc.c: return explicit error value in alloc_vmap_area()Baoquan He
2025-05-12mm/vmalloc: optimize function vm_unmap_aliases()Baoquan He
2025-05-12mm/vmalloc.c: optimize code in decay_va_pool_node() a little bitBaoquan He
2025-05-12mm/vmalloc.c: find the vmap of vmap_nodes in reverse orderBaoquan He
2025-05-12mm/vmalloc.c: change purge_ndoes as local static variableBaoquan He
2025-05-12Update Christoph's Email address and make it consistentChristoph Lameter (Ampere)
2025-05-12mm: fix typos in comments in mm_init.cPrabhav Kumar Vaish
2025-05-12mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layerSeongJae Park
2025-05-12mm/damon/sysfs-schemes: implement file for quota goal nid parameterSeongJae Park
2025-05-12mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park
2025-05-11mm/mempolicy: support memory hotplug in weighted interleaveRakie Kim
2025-05-11mm/mempolicy: prepare weighted interleave sysfs for memory hotplugRakie Kim
2025-05-11mm/mempolicy: fix memory leaks in weighted interleave sysfsRakie Kim
2025-05-11mm: memcontrol: remove unnecessary NULL check before free_percpu()Chen Ni
2025-05-11vmalloc: align nr_vmalloc_pages and vmap_lazy_nrUladzislau Rezki (Sony)
2025-05-11mempolicy: optimize queue_folios_pte_range by PTE batchingDev Jain
2025-05-11mm: move mmap/vma locking logic into specific filesLorenzo Stoakes
2025-05-11memcg: multi-memcg percpu charge cacheShakeel Butt
2025-05-11mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni
2025-05-11mm: add nr_free_highatomic in show_free_areasgaoxu
2025-05-11mm/vmscan: modify the assignment logic of the scan and total_scan variablesHao Ge
2025-05-11mm/gup: clean up codes in fault_in_xxx() functionsBaoquan He
2025-05-11mm/gup: remove gup_fast_pgd_leaf() and clean up the relevant codesBaoquan He
2025-05-11mm/gup: remove unneeded checking in follow_page_pte()Baoquan He
2025-05-11mm,hugetlb: allocate frozen pages in alloc_buddy_hugetlb_folioOscar Salvador
2025-05-11vmalloc: use atomic_long_add_return_relaxed()Uladzislau Rezki (Sony)
2025-05-11mm, hugetlb: avoid passing a null nodemask when there is mbind policyOscar Salvador
2025-05-11memcg: optimize memcg_rstat_updatedShakeel Butt
2025-05-11mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]SeongJae Park
2025-05-11mm/memory: split non-tlb flushing part from zap_page_range_single()SeongJae Park
2025-05-11mm/madvise: batch tlb flushes for MADV_FREESeongJae Park
2025-05-11mm/madvise: define and use madvise_behavior struct for madvise_do_behavior()SeongJae Park
2025-05-11mm: huge_memory: add folio_mark_accessed() when zapping file THPBaolin Wang
2025-05-11mm/vma: fix incorrectly disallowed anonymous VMA mergesLorenzo Stoakes
2025-05-11vmalloc: use for_each_vmap_node() in purge-vmap-areaUladzislau Rezki (Sony)
2025-05-11vmalloc: switch to for_each_vmap_node() helperUladzislau Rezki (Sony)