summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2024-06-05mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang
2024-05-07thp: remove HPAGE_PMD_ORDER minimum assertionMatthew Wilcox (Oracle)
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts
2024-05-05mm: delay the check for a NULL anon_vmaMatthew Wilcox (Oracle)
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox
2024-05-05mm/huge_memory: improve split_huge_page_to_list_to_order() return value docum...David Hildenbrand
2024-05-05userfaultfd: remove WRITE_ONCE when setting folio->index during UFFDIO_MOVESuren Baghdasaryan
2024-05-05mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song
2024-05-05mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song
2024-05-05mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity checkDavid Hildenbrand
2024-04-25mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts
2024-04-25mm: huge_memory: add the missing folio_test_pmd_mappable() for THP split stat...Baolin Wang
2024-04-25thp: add thp_get_unmapped_area_vmflags()Rick Edgecombe
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25mm/gup: handle huge pmd for follow_pmd_mask()Peter Xu
2024-04-25mm/gup: handle huge pud for follow_pud_mask()Peter Xu
2024-04-25mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: convert do_huge_pmd_anonymous_page to huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: add pmd_folio()Matthew Wilcox (Oracle)
2024-04-25mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)
2024-04-25huge_memory.c: document huge page splitting rules more thoroughlyJohn Hubbard
2024-04-25mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand
2024-04-25mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2024-04-25mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)
2024-04-25mm: create new codetag references during page splittingSuren Baghdasaryan
2024-04-25mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom
2024-04-16userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVELokesh Gidra
2024-03-12mm/huge_memory: skip invalid debugfs new_order input for folio splitZi Yan
2024-03-12mm/huge_memory: check new folio order when split a folioZi Yan
2024-03-04mm: use folio more widely in __split_huge_pageMatthew Wilcox (Oracle)
2024-03-04mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan
2024-03-04mm: thp: split huge page to any lower order pagesZi Yan
2024-03-04mm: page_owner: add support for splitting to any order in split page_ownerZi Yan
2024-03-04mm: memcg: make memcg huge page split support any order splitZi Yan
2024-03-04mm/page_owner: use order instead of nr in split_page_owner()Zi Yan
2024-03-04mm/memcg: use order instead of nr in split_page_memcg()Zi Yan
2024-03-04mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)
2024-03-04mm/huge_memory: only split PMD mapping when necessary in unmap_folio()Zi Yan
2024-02-22userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra
2024-02-22mm: thp: batch-collapse PMD with set_ptes()Ryan Roberts
2024-02-22userfaultfd: handle zeropage moves by UFFDIO_MOVESuren Baghdasaryan
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang
2024-02-21mm: use pfn_swap_entry_to_folio() in zap_huge_pmd()Kefeng Wang
2024-02-21mm: use pfn_swap_entry_folio() in __split_huge_pmd_locked()Kefeng Wang
2024-02-21mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)
2024-01-26mm: thp_get_unmapped_area must honour topdown preferenceRyan Roberts
2024-01-25mm: huge_memory: don't force huge page alignment on 32 bitYang Shi
2024-01-25mm/huge_memory: fix folio_set_dirty() vs. folio_mark_dirty()David Hildenbrand
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds