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