summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)4-108/+114
2026-04-05mm: simplify VMA flag tests of excluded flagsLorenzo Stoakes (Oracle)3-16/+9
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)3-13/+67
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)7-51/+66
2026-04-05mm/vma: convert as much as we can in mm/vma.c to vma_flags_tLorenzo Stoakes (Oracle)1-39/+50
2026-04-05mm: update vma_supports_mlock() to use new VMA flagsLorenzo Stoakes (Oracle)1-1/+3
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)8-66/+98
2026-04-05mm: unexport vm_brk_flags() and eliminate vm_flags parameterLorenzo Stoakes (Oracle)1-6/+2
2026-04-05mm/vma: use new VMA flags for sticky flags logicLorenzo Stoakes (Oracle)1-12/+36
2026-04-05mm/vma: add further vma_flags_t unionsLorenzo Stoakes (Oracle)1-1/+5
2026-04-05mm/mseal: update VMA end correctly on mergeLorenzo Stoakes (Oracle)1-2/+1
2026-04-05mm/pagewalk: fix race between concurrent split and refaultMax Boone1-3/+22
2026-04-05mm/memory: fix PMD/PUD checks in follow_pfnmap_start()David Hildenbrand (Arm)1-3/+15
2026-04-05mm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law1-0/+3
2026-04-05mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law1-0/+3
2026-04-05mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law1-1/+3
2026-04-05mm/swap: fix swap cache memcg accountingAlexandre Ghiti1-5/+4
2026-04-05mm/page_alloc: don't increase highatomic reserve after pcp allocFrank van der Linden1-7/+23
2026-04-05mm/memcontrol: fix reclaim_options leak in try_charge_memcg()Bing Jiao1-1/+2
2026-04-05mm: change to return bool for the MMU notifier's young flag checkBaolin Wang2-19/+20
2026-04-05mm: change to return bool for pmdp_clear_flush_young()Baolin Wang1-3/+4
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang1-3/+4
2026-04-05mm: update outdated comments for removed scan_swap_map_slots()Kexin Sun2-3/+3
2026-04-05mm: vmalloc: update outdated comment for renamed vread()Kexin Sun1-5/+5
2026-04-05mm: mark early-init static variables with __meminitdataKaitao Cheng2-2/+2
2026-04-05mm/zsmalloc: copy KMSAN metadata in zs_page_migrate()Shigeru Yoshida1-0/+1
2026-04-05mm/execmem: make the populate and alloc atomicHubert Mazur1-26/+29
2026-04-05mm/damon/core: document damos_commit_dests() failure semanticsJosh Law1-0/+17
2026-04-05mm/mglru: fix cgroup OOM during MGLRU state switchingLeno Hou2-10/+30
2026-04-05zsmalloc: return -EBUSY for zspage migration lock contentionteawater1-1/+13
2026-04-05mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATIONDavid Hildenbrand (Arm)4-22/+21
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)1-6/+3
2026-04-05mm/sparse: move memory hotplug bits to sparse-vmemmap.cDavid Hildenbrand (Arm)3-308/+310
2026-04-05mm/sparse: move __section_mark_present() to internal.hDavid Hildenbrand (Arm)2-8/+9
2026-04-05mm/sparse: move sparse_init_one_section() to internal.hDavid Hildenbrand (Arm)2-24/+22
2026-04-05mm/sparse: drop set_section_nid() from sparse_add_section()David Hildenbrand (Arm)1-1/+0
2026-04-05mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.cDavid Hildenbrand (Arm)3-6/+14
2026-04-05mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handlingDavid Hildenbrand (Arm)1-99/+1
2026-04-05mm/sparse: remove sparse_decode_mem_map()David Hildenbrand (Arm)1-15/+1
2026-04-05mm/bootmem_info: avoid using sparse_decode_mem_map()David Hildenbrand (Arm)1-5/+4
2026-04-05mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAPDavid Hildenbrand (Arm)1-37/+0
2026-04-05mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUGDavid Hildenbrand (Arm)1-67/+2
2026-04-05mm/memory_hotplug: simplify check_pfn_span()David Hildenbrand (Arm)1-14/+6
2026-04-05mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAPDavid Hildenbrand (Arm)1-1/+1
2026-04-05mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()David Hildenbrand (Arm)1-15/+2
2026-04-05mm/memory_hotplug: remove for_each_valid_pfn() usageDavid Hildenbrand (Arm)1-2/+2
2026-04-05mm/memory_hotplug: fix possible race in scan_movable_pages()David Hildenbrand (Arm)1-3/+8
2026-04-05mm/swapfile: remove duplicate include of swap_table.hChen Ni1-1/+0
2026-04-05mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()Nico Pache1-70/+72
2026-04-05mm/khugepaged: rename hpage_collapse_* to collapse_*Nico Pache2-32/+30