summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-09-09mm: page_alloc: simpify page del and expandHuan Yang1-10/+25
2024-09-09mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li1-8/+3
2024-09-09mm: add sysfs entry to disable splitting underused THPsUsama Arif1-0/+26
2024-09-09mm: split underused THPsUsama Arif3-3/+61
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif6-18/+42
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao3-15/+69
2024-09-09mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song1-25/+25
2024-09-09mm/hugetlb: sort out global lock annotationsMateusz Guzik1-3/+3
2024-09-09mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins1-25/+20
2024-09-09mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins1-1/+1
2024-09-09Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"SeongJae Park1-11/+4
2024-09-09mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park1-3/+6
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park1-0/+5
2024-09-09mm: remove putback_lru_page()Kefeng Wang2-6/+0
2024-09-09mm: remove isolate_lru_page()Kefeng Wang6-17/+9
2024-09-09mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang1-19/+22
2024-09-09mm: migrate_device: use more folio in migrate_device_unmap()Kefeng Wang1-10/+10
2024-09-09mm: migrate_device: use a folio in migrate_device_range()Kefeng Wang1-4/+5
2024-09-09mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang3-17/+17
2024-09-09swap: convert swapon() to use a folioMatthew Wilcox (Oracle)1-9/+7
2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song1-0/+6
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song4-4/+19
2024-09-09mm: tidy up shmem mTHP controls and statsRyan Roberts1-28/+112
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts2-8/+0
2024-09-03mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolationKefeng Wang1-28/+15
2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang2-35/+39
2024-09-03mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()Kefeng Wang1-10/+10
2024-09-03mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang2-17/+35
2024-09-03mm: memory_hotplug: remove head variable in do_migrate_range()Kefeng Wang1-8/+14
2024-09-03mm/damon/tests: add .kunitconfig file for DAMON kunit testsSeongJae Park1-0/+22
2024-09-03mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park8-4/+4
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...SeongJae Park1-0/+5
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registeredSeongJae Park1-0/+5
2024-09-03mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset caseSeongJae Park1-1/+16
2024-09-03mm/damon/core-test: test only vaddr case on ops registration testSeongJae Park1-6/+2
2024-09-03memory tier: fix deadlock warning while onlining pagesYanfei Xu1-1/+2
2024-09-03mm: vmalloc: refactor vm_area_alloc_pages() functionUladzislau Rezki (Sony)1-20/+17
2024-09-03mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes1-21/+36
2024-09-03mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes1-251/+257
2024-09-03mm: introduce commit_merge(), abstracting final commit of mergeLorenzo Stoakes1-12/+27
2024-09-03mm: make vma_prepare() and friends static and internal to vma.cLorenzo Stoakes2-185/+158
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes3-98/+242
2024-09-03mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes3-33/+26
2024-09-03mm: remove duplicated open-coded VMA policy checkLorenzo Stoakes2-10/+7
2024-09-03mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes3-166/+244
2024-09-03mm/vma.h: optimise vma_munmap_structLiam R. Howlett1-3/+4
2024-09-03mm/vma: drop incorrect comment from vms_gather_munmap_vmas()Liam R. Howlett1-6/+1
2024-09-03mm: move may_expand_vm() check in mmap_region()Liam R. Howlett3-35/+4
2024-09-03ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett3-36/+13
2024-09-03mm/mmap: use vms accounted pages in mmap_region()Liam R. Howlett1-2/+3