summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-05mm/mseal: update VMA end correctly on mergeLorenzo Stoakes (Oracle)
2026-04-05bug: avoid format attribute warning for clang as wellArnd Bergmann
2026-04-05mm/pagewalk: fix race between concurrent split and refaultMax Boone
2026-04-05mm/memory: fix PMD/PUD checks in follow_pfnmap_start()David Hildenbrand (Arm)
2026-04-05mm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law
2026-04-05mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law
2026-04-05mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law
2026-04-05mm/swap: fix swap cache memcg accountingAlexandre Ghiti
2026-04-05MAINTAINERS, mailmap: update email address for Harry YooHarry Yoo (Oracle)
2026-04-05mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu
2026-04-05selftests/mm: add folio_split() and filemap_get_entry() race testZi Yan
2026-04-05mm: remove unused page_is_file_lru() functionYe Liu
2026-04-05drivers/base/memory: fix stale reference to memory_block_add_nid()Kexin Sun
2026-04-05mm/page_alloc: don't increase highatomic reserve after pcp allocFrank van der Linden
2026-04-05mm/memcontrol: fix reclaim_options leak in try_charge_memcg()Bing Jiao
2026-04-05mm: change to return bool for the MMU notifier's young flag checkBaolin Wang
2026-04-05mm: change to return bool for pudp_test_and_clear_young()Baolin Wang
2026-04-05mm: change to return bool for pmdp_clear_flush_young()Baolin Wang
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang
2026-04-05mm: update outdated comments for removed scan_swap_map_slots()Kexin Sun
2026-04-05mm: vmalloc: update outdated comment for renamed vread()Kexin Sun
2026-04-05mm: mark early-init static variables with __meminitdataKaitao Cheng
2026-04-05mm/zsmalloc: copy KMSAN metadata in zs_page_migrate()Shigeru Yoshida
2026-04-05mm/execmem: make the populate and alloc atomicHubert Mazur
2026-04-05Docs/mm/damon: document min_nr_regions constraint and rationaleLiew Rui Yan
2026-04-05mm/damon/core: document damos_commit_dests() failure semanticsJosh Law
2026-04-05mm/mglru: fix cgroup OOM during MGLRU state switchingLeno Hou
2026-04-05zsmalloc: return -EBUSY for zspage migration lock contentionteawater
2026-04-05mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATIONDavid Hildenbrand (Arm)
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)
2026-04-05mm/sparse: move memory hotplug bits to sparse-vmemmap.cDavid Hildenbrand (Arm)
2026-04-05mm/sparse: move __section_mark_present() to internal.hDavid Hildenbrand (Arm)
2026-04-05mm/sparse: move sparse_init_one_section() to internal.hDavid Hildenbrand (Arm)
2026-04-05mm/sparse: drop set_section_nid() from sparse_add_section()David Hildenbrand (Arm)
2026-04-05mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.cDavid Hildenbrand (Arm)
2026-04-05mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handlingDavid Hildenbrand (Arm)
2026-04-05mm/sparse: remove sparse_decode_mem_map()David Hildenbrand (Arm)
2026-04-05mm/bootmem_info: avoid using sparse_decode_mem_map()David Hildenbrand (Arm)
2026-04-05mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAPDavid Hildenbrand (Arm)
2026-04-05mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUGDavid Hildenbrand (Arm)
2026-04-05mm/memory_hotplug: simplify check_pfn_span()David Hildenbrand (Arm)
2026-04-05mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAPDavid Hildenbrand (Arm)
2026-04-05mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()David Hildenbrand (Arm)
2026-04-05mm/memory_hotplug: remove for_each_valid_pfn() usageDavid Hildenbrand (Arm)
2026-04-05mm/memory_hotplug: fix possible race in scan_movable_pages()David Hildenbrand (Arm)
2026-04-05mm/swapfile: remove duplicate include of swap_table.hChen Ni
2026-04-05Docs/mm/damon/design: document DAMON actions when TRANSPARENT_HUGEPAGE is offAsier Gutierrez
2026-04-05zram: change scan_slots to return voidSergey Senozhatsky