summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-07-13mm/hugetlb: use str_plural() in report_hugepages()Thorsten Blum
2025-07-13mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lockJeongjun Park
2025-07-13mm: deduplicate mm_get_unmapped_area()Peter Xu
2025-07-13mm/page_isolation: remove migratetype parameter from more functionsZi Yan
2025-07-13mm/page_isolation: remove migratetype from undo_isolate_page_range()Zi Yan
2025-07-13mm/page_isolation: remove migratetype from move_freepages_block_isolate()Zi Yan
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan
2025-07-13mm/page_isolation: make page isolation a standalone bitZi Yan
2025-07-13mm/page_alloc: pageblock flags functions clean upZi Yan
2025-07-13mm,memory_hotplug: drop status_change_nid parameter from memory_notifyOscar Salvador
2025-07-13mm,page_ext: derive the node from the pfnOscar Salvador
2025-07-13mm,mempolicy: use node-notifier instead of memory-notifierOscar Salvador
2025-07-13mm,memory-tiers: use node-notifier instead of memory-notifierOscar Salvador
2025-07-13mm,slub: use node-notifier instead of memory-notifierOscar Salvador
2025-07-13mm,memory_hotplug: implement numa node notifierOscar Salvador
2025-07-13mm,memory_hotplug: remove status_change_nid_normal and update documentationOscar Salvador
2025-07-13mm,slub: do not special case N_NORMAL nodes for slab_nodesOscar Salvador
2025-07-13mm, madvise: use standard madvise locking in madvise_set_anon_name()Vlastimil Babka
2025-07-13mm, madvise: move madvise_set_anon_name() down the fileVlastimil Babka
2025-07-13mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka
2025-07-13mm, madvise: simplify anon_name handlingVlastimil Babka
2025-07-13mm/madvise: eliminate very confusing manipulation of prev VMALorenzo Stoakes
2025-07-13mm/madvise: thread all madvise state through madv_behaviorLorenzo Stoakes
2025-07-13mm/madvise: thread VMA range state through madvise_behaviorLorenzo Stoakes
2025-07-13mm/madvise: thread mm_struct through madvise_behaviorLorenzo Stoakes
2025-07-13mm/madvise: remove the visitor pattern and thread anon_vma stateLorenzo Stoakes
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton
2025-07-09mm: unexport globally copy_to_kernel_nofaultSabyrzhan Tasbolatov
2025-07-09mm/damon/sysfs: decouple from damon_ops_idSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_filter_typeSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_wmark_metricSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_actionSeongJae Park
2025-07-09mm/damon/sysfs-schemes: decouple from damos_quota_goal_metricSeongJae Park
2025-07-09mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual
2025-07-09mm/memremap: remove unused devmap_managed_keyAlistair Popple
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-09mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LASTAlistair Popple
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple
2025-07-09fs/dax: remove FS_DAX_LIMITED config optionAlistair Popple
2025-07-09mm/khugepaged: remove redundant pmd_devmap() checkAlistair Popple
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple
2025-07-09mm/huge_memory: remove pXd_devmap usage from insert_pXd_pfn()Alistair Popple
2025-07-09mm/gup: remove pXX_devmap usage from get_user_pages()Alistair Popple
2025-07-09mm: convert vmf_insert_mixed() from using pte_devmap to pte_specialAlistair Popple
2025-07-09mm: remove remaining uses of PFN_DEVAlistair Popple
2025-07-09mm: convert pXd_devmap checks to vma_is_daxAlistair Popple
2025-07-09mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEED...Hao Ge
2025-07-09mm/memfd: reserve hugetlb folios before allocationVivek Kasireddy
2025-07-09mm/hugetlb: make hugetlb_reserve_pages() return nr of entries updatedVivek Kasireddy
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes