summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-05-12mm: use for_each_valid_pfn() in memory_hotplugDavid Woodhouse
2025-05-12mm: introduce for_each_valid_pfn() and use it from reserve_bootmem_region()David Woodhouse
2025-05-12memblock: add KHO support for reserve_memAlexander Graf
2025-05-12kexec: add KHO parsing supportAlexander Graf
2025-05-12kexec: add Kexec HandOver (KHO) generation helpersAlexander Graf
2025-05-12memblock: introduce memmap_init_kho_scratch()Mike Rapoport (Microsoft)
2025-05-12memblock: add support for scratch memoryAlexander Graf
2025-05-12memblock: add MEMBLOCK_RSRV_KERN flagMike Rapoport (Microsoft)
2025-05-12khugepaged: pass folio instead of head page to trace eventsFan Ni
2025-05-12mm/numa: remove unnecessary local variable in alloc_node_data()Ye Liu
2025-05-12mm/debug_page_alloc: improve error message for invalid guardpage minorderYe Liu
2025-05-12mm/io-mapping: precompute remap protection flags for clarityYe Liu
2025-05-12mm/rmap: fix typo in comment in page_address_in_vmaYe Liu
2025-05-12mm/rmap: rename page__anon_vma to anon_vma for consistencyYe Liu
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