summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-12-09mm/huge_memory: replace can_split_folio() with direct refcount calculationZi Yan
2025-12-09mm/huge_memory: change folio_split_supported() to folio_check_splittable()Zi Yan
2025-12-09mm/sparse: fix sparse_vmemmap_init_nid_early definition without CONFIG_SPARSEMEMJinhui Guo
2025-11-29memcg: remove inc/dec_lruvec_kmem_state helpersChen Ridong
2025-11-29mm: introduce VMA flags bitmap typeLorenzo Stoakes
2025-11-29mm: simplify and rename mm flags function for clarityLorenzo Stoakes
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes
2025-11-24hugetlb: add __read_mostly to sysctl_hugetlb_shm_groupGregory Price
2025-11-24mm/memory-failure: remove the selection of RASXie Yuanbin
2025-11-24mm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang
2025-11-24memcg: remove __lruvec_stat_mod_folioShakeel Butt
2025-11-24memcg: remove __mod_lruvec_stateShakeel Butt
2025-11-24memcg: remove __mod_lruvec_kmem_stateShakeel Butt
2025-11-24memcg: use mod_node_page_state to update statsShakeel Butt
2025-11-24mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh
2025-11-24mm/khugepaged: unify SCAN_PMD_NONE and SCAN_PMD_NULL into SCAN_NO_PTE_TABLEWei Yang
2025-11-24mm: thp: reparent the split queue during memcg offlineQi Zheng
2025-11-24mm: thp: introduce folio_split_queue_lock and its variantsMuchun Song
2025-11-24mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes
2025-11-24mm: remove remaining is_swap_pmd() users and is_swap_pmd()Lorenzo Stoakes
2025-11-24mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes
2025-11-24mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes
2025-11-24mm: use leaf entries in debug pgtable + remove is_swap_pte()Lorenzo Stoakes
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes
2025-11-24mm: correctly handle UFFD PTE markersLorenzo Stoakes
2025-11-24mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang
2025-11-24mm/huge_memory: introduce enum split_type for clarityWei Yang
2025-11-24mm/huge_memory: fix kernel-doc comments for folio_split() and relatedZi Yan
2025-11-24mm/huge_memory: add split_huge_page_to_order()Zi Yan
2025-11-24mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()Wei Yang
2025-11-24mm/migrate_device: add THP splitting during migrationBalbir Singh
2025-11-24mm/memremap: add driver callback support for folio splittingBalbir Singh
2025-11-24lib/test_hmm: add zone device private THP test infrastructureBalbir Singh
2025-11-24mm/memory/fault: add THP fault handling for zone device private pagesBalbir Singh
2025-11-24mm/migrate_device: implement THP migration of zone device pagesBalbir Singh
2025-11-24mm/huge_memory: add device-private THP support to PMD operationsBalbir Singh
2025-11-24mm/zone_device: rename page_free callback to folio_freeBalbir Singh
2025-11-24mm/zone_device: support large zone device private foliosBalbir Singh
2025-11-20mm: propagate VM_SOFTDIRTY on mergeLorenzo Stoakes
2025-11-20mm/damon: rename damos->filters to damos->core_filtersSeongJae Park
2025-11-20mm/damon: rename damos core filter helpers to have word coreSeongJae Park
2025-11-20mm: add vma_start_write_killable()Matthew Wilcox (Oracle)
2025-11-20mm: memcg: dump memcg protection info on oom or alloc failuresShakeel Butt
2025-11-20mm: remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()Huacai Chen