summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-05mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()Nico Pache
2026-04-05mm/khugepaged: rename hpage_collapse_* to collapse_*Nico Pache
2026-04-05mm/khugepaged: define KHUGEPAGED_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1Nico Pache
2026-04-05mm: introduce is_pmd_order helperNico Pache
2026-04-05mm: consolidate anonymous folio PTE mapping into helpersNico Pache
2026-04-05mm/userfaultfd: fix hugetlb fault mutex hash calculationJianhui Zhou
2026-04-05mm/damon/lru_sort: respect addr_unit on default monitoring region setupSeongJae Park
2026-04-05mm/damon/reclaim: respect addr_unit on default monitoring region setupSeongJae Park
2026-04-05mm/damon/core: fix wrong damon_set_regions() argumentSeongJae Park
2026-04-05mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_defau...SeongJae Park
2026-04-05mm/damon/core: support addr_unit on damon_find_biggest_system_ram()SeongJae Park
2026-04-05mm/damon/core: fix wrong end address assignment on walk_system_ram()SeongJae Park
2026-04-05mm/mremap: check map count under mmap write lock and abstractLorenzo Stoakes (Oracle)
2026-04-05mm: abstract reading sysctl_max_map_count, and READ_ONCE()Lorenzo Stoakes (Oracle)
2026-04-05mm/mremap: correct invalid map count checkLorenzo Stoakes (Oracle)
2026-04-05mm: migrate: requeue destination folio on deferred split queueUsama Arif
2026-04-05mm: ratelimit min_free_kbytes adjustment messagesBreno Leitao
2026-04-05mm: huge_memory: refactor enabled_store() with set_global_enabled_mode()Breno Leitao
2026-04-05mm: huge_memory: refactor anon_enabled_store() with set_anon_enabled_mode()Breno Leitao
2026-04-05mm: khugepaged: export set_recommended_min_free_kbytes()Breno Leitao
2026-04-05mm/damon/tests/core-kunit: test goal_tuner commitSeongJae Park
2026-04-05mm/damon/sysfs-schemes: implement quotas->goal_tuner fileSeongJae Park
2026-04-05mm/damon/core: introduce DAMOS_QUOTA_GOAL_TUNER_TEMPORALSeongJae Park
2026-04-05mm/damon/core: allow quota goals set zero effective size quotaSeongJae Park
2026-04-05mm/damon/core: introduce damos_quota_goal_tunerSeongJae Park
2026-04-05mm/swap: strengthen locking assertions and invariants in cluster allocationHui Zhu
2026-04-05mm: prevent droppable mappings from being lockedAnthony Yznaga
2026-04-05mm: move vma_mmu_pagesize() from hugetlb to vma.cDavid Hildenbrand (Arm)
2026-04-05mm: move vma_kernel_pagesize() from hugetlb to mm.hDavid Hildenbrand (Arm)
2026-04-05mm/damon/core: clarify damon_set_attrs() usagesSeongJae Park
2026-04-05mm/damon/tests/core-kunit: add a test for damon_is_last_region()SeongJae Park
2026-04-05mm/damon/core: use mult_frac()SeongJae Park
2026-04-05mm/damon/core: use time_after_eq() in kdamond_fn()SeongJae Park
2026-04-05mm/damon/core: use time_before() for next_apply_sisSeongJae Park
2026-04-05mm/damon/core: remove damos_set_next_apply_sis() duplicatesSeongJae Park
2026-04-05mm/damon/tests/core-kunit: add a test for damon_commit_ctx()SeongJae Park
2026-04-05mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITYSeongJae Park
2026-04-05mm/damon/core: add damon_reset_aggregated() debug_sanity checkSeongJae Park
2026-04-05mm/damon/core: add damon_split_region_at() debug_sanity checkSeongJae Park