summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-05-12mm: move folio_index to mm/swap.h and remove no longer needed helperKairui Song
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes
2025-05-12mm: move dup_mmap() to mmLorenzo Stoakes
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes
2025-05-12mm: kmemleak: mark variables as __read_mostlyLuiz Capitulino
2025-05-12mm: kmemleak: drop wrong commentLuiz Capitulino
2025-05-12mm: kmemleak: drop kmemleak_warning variableLuiz Capitulino
2025-05-12mm: add folio_expected_ref_count() for reference count calculationShivank Garg
2025-05-12mm/rmap: inline folio_test_large_maybe_mapped_shared() into callersLance Yang
2025-05-12mm/damon/sysfs-schemes: use kmalloc_array() and size_add()Su Hui
2025-05-12mm: workingset: simplify lockdep check in update_nodePedro Falcato
2025-05-12mm/mm_init: use for_each_valid_pfn() in init_unavailable_range()David Woodhouse
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