summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-14selftests/damon: add python and drgn-based DAMON sysfs testSeongJae Park2-0/+43
2025-07-14selftests/damon/_damon_sysfs: set Kdamond.pid in start()SeongJae Park1-0/+3
2025-07-14selftests/damon: add drgn script for extracting damon statusSeongJae Park1-0/+161
2025-07-14mm: deduplicate mm_get_unmapped_area()Peter Xu1-3/+2
2025-07-14mm/hugetlb: remove prepare_hugepage_range()Peter Xu5-48/+2
2025-07-14samples/damon/mtier: add parameters for node0 memory usageYunjeong Mun1-1/+7
2025-07-14mm/page_isolation: remove migratetype parameter from more functionsZi Yan8-68/+80
2025-07-14mm/page_isolation: remove migratetype from undo_isolate_page_range()Zi Yan4-11/+7
2025-07-14mm/page_isolation: remove migratetype from move_freepages_block_isolate()Zi Yan3-31/+75
2025-07-14mm/page_alloc: add support for initializing pageblock as isolatedZi Yan9-20/+61
2025-07-14mm/page_isolation: make page isolation a standalone bitZi Yan4-3/+57
2025-07-14mm/page_alloc: pageblock flags functions clean upZi Yan6-67/+162
2025-07-14mm,memory_hotplug: drop status_change_nid parameter from memory_notifyOscar Salvador3-12/+0
2025-07-14mm,page_ext: derive the node from the pfnOscar Salvador1-14/+3
2025-07-14mm,mempolicy: use node-notifier instead of memory-notifierOscar Salvador1-8/+5
2025-07-14kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador1-1/+1
2025-07-14drivers,hmat: use node-notifier instead of memory-notifierOscar Salvador1-4/+4
2025-07-14drivers,cxl: use node-notifier instead of memory-notifierOscar Salvador2-10/+10
2025-07-14mm,memory-tiers: use node-notifier instead of memory-notifierOscar Salvador1-13/+6
2025-07-14mm,slub: use node-notifier instead of memory-notifierOscar Salvador1-19/+10
2025-07-14mm,memory_hotplug: implement numa node notifierOscar Salvador4-80/+210
2025-07-14mm,memory_hotplug: remove status_change_nid_normal and update documentationOscar Salvador4-19/+0
2025-07-14mm,slub: do not special case N_NORMAL nodes for slab_nodesOscar Salvador1-31/+3
2025-07-14mm, madvise: use standard madvise locking in madvise_set_anon_name()Vlastimil Babka1-4/+9
2025-07-14mm, madvise: move madvise_set_anon_name() down the fileVlastimil Babka1-32/+32
2025-07-14mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka3-58/+58
2025-07-14mm, madvise: simplify anon_name handlingVlastimil Babka1-24/+13
2025-07-14mm/madvise: eliminate very confusing manipulation of prev VMALorenzo Stoakes3-48/+47
2025-07-14mm/madvise: thread all madvise state through madv_behaviorLorenzo Stoakes1-136/+145
2025-07-14mm/madvise: thread VMA range state through madvise_behaviorLorenzo Stoakes1-46/+57
2025-07-14mm/madvise: thread mm_struct through madvise_behaviorLorenzo Stoakes1-53/+57
2025-07-14mm/madvise: remove the visitor pattern and thread anon_vma stateLorenzo Stoakes1-83/+83
2025-07-13Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton26-130/+399
2025-07-10ksm_tests: skip hugepage test when Transparent Hugepages are disabledLi Wang6-1/+40
2025-07-10selftests/mm: fix UFFDIO_API usage with proper two-step feature negotiationLi Wang1-2/+26
2025-07-10maple_tree: add testing for restoring maple state to activeLiam R. Howlett1-0/+32
2025-07-10maple_tree: fix status setup on restore to activeLiam R. Howlett1-7/+18
2025-07-10selftests/mm: remove duplicate .gitignore entriesMoon Hee Lee1-3/+0
2025-07-10mm: unexport globally copy_to_kernel_nofaultSabyrzhan Tasbolatov2-1/+8
2025-07-10lib/test_vmalloc.c: restrict default test mask to avoid test warningsUladzislau Rezki (Sony)1-1/+1
2025-07-10lib/test_vmalloc.c: use late_initcall() if built-in for init orderingUladzislau Rezki (Sony)1-0/+4
2025-07-10mm/damon/sysfs: decouple from damon_ops_idSeongJae Park1-15/+41
2025-07-10mm/damon/sysfs-schemes: decouple from damos_filter_typeSeongJae Park1-18/+57
2025-07-10mm/damon/sysfs-schemes: decouple from damos_wmark_metricSeongJae Park1-10/+31
2025-07-10mm/damon/sysfs-schemes: decouple from damos_actionSeongJae Park1-18/+62
2025-07-10mm/damon/sysfs-schemes: decouple from damos_quota_goal_metricSeongJae Park1-14/+41
2025-07-10mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual4-8/+2
2025-07-10selftests/mm: reduce uffd-unit-test poison test to minimumPeter Xu1-6/+14
2025-07-10maple tree: use goto label to simplify codeDev Jain1-5/+2
2025-07-10selftets/damon: add a test for memcg_path leakSeongJae Park2-0/+44