summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-11-24mm/khugepaged: remove redundant clearing of struct collapse_controlWei Yang1-2/+0
2025-11-24mm: thp: reparent the split queue during memcg offlineQi Zheng2-0/+45
2025-11-24mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()Muchun Song1-46/+41
2025-11-24mm: thp: introduce folio_split_queue_lock and its variantsMuchun Song1-35/+84
2025-11-24mm: thp: replace folio_memcg() with folio_memcg_charged()Muchun Song1-1/+1
2025-11-24mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes8-18/+36
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes13-43/+48
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes3-64/+59
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes6-41/+41
2025-11-24mm: remove remaining is_swap_pmd() users and is_swap_pmd()Lorenzo Stoakes2-12/+18
2025-11-24mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes4-5/+6
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes14-108/+109
2025-11-24mm/huge_memory: refactor change_huge_pmd() non-present logicLorenzo Stoakes1-33/+39
2025-11-24mm/huge_memory: refactor copy_huge_pmd() non-present logicLorenzo Stoakes1-50/+59
2025-11-24mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes3-27/+39
2025-11-24mm: use leaf entries in debug pgtable + remove is_swap_pte()Lorenzo Stoakes1-15/+24
2025-11-24mm: eliminate is_swap_pte() when softleaf_from_pte() sufficesLorenzo Stoakes4-20/+15
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes8-68/+69
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes10-68/+68
2025-11-24mm: correctly handle UFFD PTE markersLorenzo Stoakes4-37/+61
2025-11-24mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang1-41/+30
2025-11-24mm/huge_memory: introduce enum split_type for clarityWei Yang1-15/+15
2025-11-24mm/huge_memory: fix kernel-doc comments for folio_split() and relatedZi Yan1-24/+28
2025-11-24mm/memory-failure: improve large block size folio handlingZi Yan1-4/+27
2025-11-24mm/huge_memory: only get folio_order() once during __folio_split()Wei Yang1-9/+9
2025-11-24mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()Wei Yang2-12/+11
2025-11-24mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()Wei Yang1-1/+1
2025-11-24mm/migrate_device: add THP splitting during migrationBalbir Singh2-32/+101
2025-11-24mm/memory/fault: add THP fault handling for zone device private pagesBalbir Singh2-2/+41
2025-11-24mm/migrate_device: implement THP migration of zone device pagesBalbir Singh1-63/+406
2025-11-24mm/migrate_device: handle partially mapped folios during collectionBalbir Singh1-1/+69
2025-11-24mm/huge_memory: implement device-private THP splittingBalbir Singh2-12/+76
2025-11-24mm/rmap: extend rmap and migration support device-private entriesBalbir Singh5-10/+71
2025-11-24mm/huge_memory: add device-private THP support to PMD operationsBalbir Singh2-10/+48
2025-11-24mm/zone_device: rename page_free callback to folio_freeBalbir Singh1-8/+8
2025-11-24mm/zone_device: support large zone device private foliosBalbir Singh2-12/+20
2025-11-24Merge branch 'mm-hotfixes-stable' into mm-stable in order to mergeAndrew Morton5-28/+53
2025-11-24mm/filemap: fix logic around SIGBUS in filemap_map_pages()Kiryl Shutsemau1-13/+14
2025-11-24mm/huge_memory: fix NULL pointer deference when splitting folioWei Yang1-12/+10
2025-11-24mm/mmap_lock: reset maple state on lock_vma_under_rcu() retryLiam R. Howlett1-0/+1
2025-11-24mm/memfd: fix information leak in hugetlb foliosDeepanshu Kartikey1-0/+27
2025-11-24mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type()Youngjun Park1-3/+1
2025-11-23mempool: clarify behavior of mempool_alloc_preallocated()Thomas Weißschuh1-2/+2
2025-11-23mempool: drop the file name in the top of file commentChristoph Hellwig1-2/+0
2025-11-23mempool: de-typedefChristoph Hellwig1-24/+26
2025-11-23mempool: remove mempool_{init,create}_kvmalloc_poolChristoph Hellwig1-13/+0
2025-11-23mempool: legitimize the io_schedule_timeout in mempool_alloc_from_poolChristoph Hellwig1-4/+4
2025-11-23mempool: add mempool_{alloc,free}_bulkChristoph Hellwig1-42/+135
2025-11-23mempool: factor out a mempool_alloc_from_pool helperChristoph Hellwig1-64/+62
2025-11-20mm/damon/tests/core-kunit: remove DAMON_MIN_REGION redefinitionSeongJae Park2-34/+26