summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-16mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-16/+13
2024-07-27mm/huge_memory: avoid PMD-size page cache if neededGavin Shan1-2/+10
2024-07-27mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi1-1/+1
2024-07-13mm: shmem: rename mTHP shmem countersRyan Roberts1-6/+6
2024-07-13mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li1-4/+9
2024-07-13mm: fix khugepaged activation policyRyan Roberts1-0/+7
2024-07-13mm: add per-order mTHP split countersLance Yang1-2/+10
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-1/+1
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi1-1/+1
2024-07-05mm: refactor folio_undo_large_rmappable()Kefeng Wang1-12/+1
2024-07-04mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand1-3/+5
2024-07-04mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand1-3/+2
2024-07-04mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-2/+2
2024-07-04mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song1-1/+1
2024-07-04mm/huge_memory.c: fix used-uninitializedAndrew Morton1-2/+1
2024-07-04mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang1-0/+66
2024-07-04mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang1-20/+22
2024-07-04mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song1-1/+1
2024-07-04mm: shmem: add mTHP counters for anonymous shmemBaolin Wang1-0/+6
2024-07-04mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang1-8/+4
2024-07-04mm/swap: reduce swap cache search spaceKairui Song1-1/+1
2024-06-15mm: huge_memory: fix misused mapping_large_folio_support() for anon foliosRan Xiaokai1-11/+17
2024-06-06mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang1-4/+4
2024-05-07thp: remove HPAGE_PMD_ORDER minimum assertionMatthew Wilcox (Oracle)1-5/+0
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-23/+26
2024-05-06mm: delay the check for a NULL anon_vmaMatthew Wilcox (Oracle)1-2/+4
2024-05-06mm: simplify thp_vma_allowable_orderMatthew Wilcox1-2/+5
2024-05-06mm/huge_memory: improve split_huge_page_to_list_to_order() return value docum...David Hildenbrand1-3/+11
2024-05-06userfaultfd: remove WRITE_ONCE when setting folio->index during UFFDIO_MOVESuren Baghdasaryan1-1/+1
2024-05-06mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song1-0/+4
2024-05-06mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song1-0/+52
2024-05-06mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity checkDavid Hildenbrand1-1/+1
2024-04-26mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts1-3/+0
2024-04-26mm: huge_memory: add the missing folio_test_pmd_mappable() for THP split stat...Baolin Wang1-2/+5
2024-04-26thp: add thp_get_unmapped_area_vmflags()Rick Edgecombe1-7/+16
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-5/+4
2024-04-26mm/gup: handle huge pmd for follow_pmd_mask()Peter Xu1-84/+2
2024-04-26mm/gup: handle huge pud for follow_pud_mask()Peter Xu1-45/+2
2024-04-26mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)1-1/+1
2024-04-26mm: convert do_huge_pmd_anonymous_page to huge_zero_folioMatthew Wilcox (Oracle)1-11/+12
2024-04-26mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)1-14/+14
2024-04-26mm: add pmd_folio()Matthew Wilcox (Oracle)1-3/+3
2024-04-26mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)1-3/+3
2024-04-26huge_memory.c: document huge page splitting rules more thoroughlyJohn Hubbard1-15/+27
2024-04-26mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand1-1/+1
2024-04-26mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)1-8/+1
2024-04-26mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)1-2/+0
2024-04-26mm: create new codetag references during page splittingSuren Baghdasaryan1-0/+2
2024-04-26mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom1-1/+1
2024-04-17userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVELokesh Gidra1-3/+3