summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-09-09mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=nAndrew Morton
2024-09-09mm: migrate: remove unused includesKefeng Wang
2024-09-09mm: thp: simplify split_huge_pages_pid()Nanyong Sun
2024-09-09mm: migrate: simplify find_mm_struct()Nanyong Sun
2024-09-09mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...SeongJae Park
2024-09-09mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}Yosry Ahmed
2024-09-09mm: care about shadow stack guard gap when getting an unmapped areaMark Brown
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown
2024-09-09mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERNSeongJae Park
2024-09-09mm: Kconfig: fixup zsmalloc configurationSergey Senozhatsky
2024-09-09filemap: fix the last_index of mm_filemap_get_pagesTakaya Saeki
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel
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)