summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-09-09mm: page_alloc: simpify page del and expandHuan Yang
2024-09-09mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li
2024-09-09mm: add sysfs entry to disable splitting underused THPsUsama Arif
2024-09-09mm: split underused THPsUsama Arif
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao
2024-09-09mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song
2024-09-09mm/hugetlb: sort out global lock annotationsMateusz Guzik
2024-09-09mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins
2024-09-09mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins
2024-09-09Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"SeongJae Park
2024-09-09mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park
2024-09-09mm: remove putback_lru_page()Kefeng Wang
2024-09-09mm: remove isolate_lru_page()Kefeng Wang
2024-09-09mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang
2024-09-09mm: migrate_device: use more folio in migrate_device_unmap()Kefeng Wang
2024-09-09mm: migrate_device: use a folio in migrate_device_range()Kefeng Wang
2024-09-09mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang
2024-09-09swap: convert swapon() to use a folioMatthew Wilcox (Oracle)
2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song
2024-09-09mm: tidy up shmem mTHP controls and statsRyan Roberts
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts
2024-09-03mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolationKefeng Wang
2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang
2024-09-03mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()Kefeng Wang
2024-09-03mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang
2024-09-03mm: memory_hotplug: remove head variable in do_migrate_range()Kefeng Wang
2024-09-03mm/damon/tests: add .kunitconfig file for DAMON kunit testsSeongJae Park
2024-09-03mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...SeongJae Park
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registeredSeongJae Park
2024-09-03mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset caseSeongJae Park
2024-09-03mm/damon/core-test: test only vaddr case on ops registration testSeongJae Park
2024-09-03memory tier: fix deadlock warning while onlining pagesYanfei Xu
2024-09-03mm: vmalloc: refactor vm_area_alloc_pages() functionUladzislau Rezki (Sony)
2024-09-03mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes
2024-09-03mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes
2024-09-03mm: introduce commit_merge(), abstracting final commit of mergeLorenzo Stoakes
2024-09-03mm: make vma_prepare() and friends static and internal to vma.cLorenzo Stoakes
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes
2024-09-03mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes
2024-09-03mm: remove duplicated open-coded VMA policy checkLorenzo Stoakes
2024-09-03mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes
2024-09-03mm/vma.h: optimise vma_munmap_structLiam R. Howlett
2024-09-03mm/vma: drop incorrect comment from vms_gather_munmap_vmas()Liam R. Howlett
2024-09-03mm: move may_expand_vm() check in mmap_region()Liam R. Howlett
2024-09-03ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett
2024-09-03mm/mmap: use vms accounted pages in mmap_region()Liam R. Howlett