summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-09-09mm: page_alloc: simpify page del and expandHuan Yang-10/+25
2024-09-09selftests/mm: relax test to fail after 100 migration failuresDev Jain-6/+11
2024-09-09mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li-8/+3
2024-09-09mm: add sysfs entry to disable splitting underused THPsUsama Arif-0/+36
2024-09-09mm: split underused THPsUsama Arif-3/+69
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif-21/+56
2024-09-09mm: selftest to verify zero-filled pages are mapped to zeropageAlexander Zhu-0/+94
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao-16/+75
2024-09-09mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song-26/+27
2024-09-09mm: document __GFP_NOFAIL must be blockableBarry Song-1/+4
2024-09-09vduse: avoid using __GFP_NOFAILJason Wang-8/+12
2024-09-09mm/hugetlb: sort out global lock annotationsMateusz Guzik-3/+3
2024-09-09mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins-25/+20
2024-09-09mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins-1/+1
2024-09-09maple_tree: dump error message based on formatWei Yang-2/+8
2024-09-09maple_tree: arange64 node is not a leaf nodeWei Yang-5/+1
2024-09-09Docs/damon/maintainer-profile: document Google calendar for bi-weekly meetupsSeongJae Park-2/+4
2024-09-09Docs/damon/maintainer-profile: add links in placeSeongJae Park-40/+44
2024-09-09Docs/damon: use damonitor GitHub organization instead of awslabsSeongJae Park-23/+23
2024-09-09Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"SeongJae Park-11/+4
2024-09-09mm/damon/core: remove per-scheme region priority histogram bufferSeongJae Park-1/+0
2024-09-09mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park-3/+6
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park-0/+7
2024-09-09mm: remove putback_lru_page()Kefeng Wang-6/+0
2024-09-09mm: remove isolate_lru_page()Kefeng Wang-33/+25
2024-09-09mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang-19/+22
2024-09-09mm: migrate_device: use more folio in migrate_device_unmap()Kefeng Wang-10/+10
2024-09-09mm: migrate_device: use a folio in migrate_device_range()Kefeng Wang-4/+5
2024-09-09mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang-17/+17
2024-09-09swap: convert swapon() to use a folioMatthew Wilcox (Oracle)-9/+7
2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song-0/+14
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song-6/+37
2024-09-09mm: tidy up shmem mTHP controls and statsRyan Roberts-28/+112
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts-43/+35
2024-09-03mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolationKefeng Wang-28/+15
2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang-35/+42
2024-09-03mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()Kefeng Wang-10/+10
2024-09-03mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang-17/+35
2024-09-03mm: memory_hotplug: remove head variable in do_migrate_range()Kefeng Wang-8/+14
2024-09-03mm/damon/tests: add .kunitconfig file for DAMON kunit testsSeongJae Park-0/+22
2024-09-03mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park-4/+4
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...SeongJae Park-0/+5
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registeredSeongJae Park-0/+5
2024-09-03mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset caseSeongJae Park-1/+16
2024-09-03mm/damon/core-test: test only vaddr case on ops registration testSeongJae Park-6/+2
2024-09-03selftests/damon: add execute permissions to test scriptsSeongJae Park-0/+0
2024-09-03selftests/damon: cleanup __pycache__/ with 'make clean'SeongJae Park-0/+2
2024-09-03selftests/damon: add access_memory_even to .gitignoreSeongJae Park-0/+1
2024-09-03sched/numa: Fix the vma scan starving issueYujie Liu-0/+9
2024-09-03memory tier: fix deadlock warning while onlining pagesYanfei Xu-1/+2