aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-07-13mm,hugetlb: change mechanism to detect a COW on private mappingOscar Salvador1-54/+34
2025-07-13mm/debug_vm_pgtable: use a swp_entry_t input value for swap testsGerald Schaefer1-21/+32
2025-07-13mm/hugetlb: use str_plural() in report_hugepages()Thorsten Blum1-1/+2
2025-07-13mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lockJeongjun Park1-1/+1
2025-07-13mm: deduplicate mm_get_unmapped_area()Peter Xu1-3/+2
2025-07-13mm/page_isolation: remove migratetype parameter from more functionsZi Yan4-56/+49
2025-07-13mm/page_isolation: remove migratetype from undo_isolate_page_range()Zi Yan3-9/+6
2025-07-13mm/page_isolation: remove migratetype from move_freepages_block_isolate()Zi Yan2-28/+73
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan6-17/+54
2025-07-13mm/page_isolation: make page isolation a standalone bitZi Yan1-3/+24
2025-07-13mm/page_alloc: pageblock flags functions clean upZi Yan2-40/+133
2025-07-13mm,memory_hotplug: drop status_change_nid parameter from memory_notifyOscar Salvador1-4/+0
2025-07-13mm,page_ext: derive the node from the pfnOscar Salvador1-14/+3
2025-07-13mm,mempolicy: use node-notifier instead of memory-notifierOscar Salvador1-8/+5
2025-07-13mm,memory-tiers: use node-notifier instead of memory-notifierOscar Salvador1-13/+6
2025-07-13mm,slub: use node-notifier instead of memory-notifierOscar Salvador1-19/+10
2025-07-13mm,memory_hotplug: implement numa node notifierOscar Salvador1-80/+66
2025-07-13mm,memory_hotplug: remove status_change_nid_normal and update documentationOscar Salvador1-12/+0
2025-07-13mm,slub: do not special case N_NORMAL nodes for slab_nodesOscar Salvador1-31/+3
2025-07-13mm, madvise: use standard madvise locking in madvise_set_anon_name()Vlastimil Babka1-4/+9
2025-07-13mm, madvise: move madvise_set_anon_name() down the fileVlastimil Babka1-32/+32
2025-07-13mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka1-2/+50
2025-07-13mm, madvise: simplify anon_name handlingVlastimil Babka1-24/+13
2025-07-13mm/madvise: eliminate very confusing manipulation of prev VMALorenzo Stoakes2-43/+43
2025-07-13mm/madvise: thread all madvise state through madv_behaviorLorenzo Stoakes1-136/+145
2025-07-13mm/madvise: thread VMA range state through madvise_behaviorLorenzo Stoakes1-46/+57
2025-07-13mm/madvise: thread mm_struct through madvise_behaviorLorenzo Stoakes1-53/+57
2025-07-13mm/madvise: remove the visitor pattern and thread anon_vma stateLorenzo Stoakes1-83/+83
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton8-85/+63
2025-07-09mm: unexport globally copy_to_kernel_nofaultSabyrzhan Tasbolatov2-1/+8
2025-07-09mm/damon/sysfs: decouple from damon_ops_idSeongJae Park1-15/+41
2025-07-09mm/damon/sysfs-schemes: decouple from damos_filter_typeSeongJae Park1-18/+57
2025-07-09mm/damon/sysfs-schemes: decouple from damos_wmark_metricSeongJae Park1-10/+31
2025-07-09mm/damon/sysfs-schemes: decouple from damos_actionSeongJae Park1-18/+62
2025-07-09mm/damon/sysfs-schemes: decouple from damos_quota_goal_metricSeongJae Park1-14/+41
2025-07-09mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-0/+2
2025-07-09mm/memremap: remove unused devmap_managed_keyAlistair Popple1-27/+0
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple5-29/+26
2025-07-09mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LASTAlistair Popple1-2/+0
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple4-69/+5
2025-07-09fs/dax: remove FS_DAX_LIMITED config optionAlistair Popple1-4/+0
2025-07-09mm/khugepaged: remove redundant pmd_devmap() checkAlistair Popple1-2/+0
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple12-49/+33
2025-07-09mm/huge_memory: remove pXd_devmap usage from insert_pXd_pfn()Alistair Popple1-10/+2
2025-07-09mm/gup: remove pXX_devmap usage from get_user_pages()Alistair Popple2-195/+5
2025-07-09mm: convert vmf_insert_mixed() from using pte_devmap to pte_specialAlistair Popple3-22/+3
2025-07-09mm: remove remaining uses of PFN_DEVAlistair Popple1-1/+1
2025-07-09mm: convert pXd_devmap checks to vma_is_daxAlistair Popple2-7/+1
2025-07-09mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPUHao Ge1-0/+7
2025-07-09mm/memfd: reserve hugetlb folios before allocationVivek Kasireddy2-8/+14