summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)Author
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel
2024-09-09mm: split underused THPsUsama Arif
2024-09-09mm: remove isolate_lru_page()Kefeng Wang
2024-09-03mm: khugepaged: support shmem mTHP collapseBaolin Wang
2024-09-03mm: khugepaged: support shmem mTHP copyBaolin Wang
2024-09-03mm: khugepaged: use the number of pages in the folio to check the reference c...Baolin Wang
2024-09-03mm: khugepaged: expand the is_refcount_suitable() to support file foliosBaolin Wang
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-12mm: fix khugepaged activation policyRyan Roberts
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song
2024-07-03khugepaged: simplify the allocation of slab cachesHongfu Li
2024-06-25vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox
2024-05-05mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()David Hildenbrand
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand
2024-04-25mm: use "GUP-fast" instead "fast GUP" in remaining commentsDavid Hildenbrand
2024-04-25khugepaged: use a folio throughout hpage_collapse_scan_file()Matthew Wilcox (Oracle)
2024-04-25khugepaged: use a folio throughout collapse_file()Matthew Wilcox (Oracle)
2024-04-25khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)
2024-04-25khugepaged: pass a folio to __collapse_huge_page_copy()Matthew Wilcox (Oracle)
2024-04-25khugepaged: remove hpage from collapse_huge_page()Matthew Wilcox (Oracle)
2024-04-25khugepaged: convert alloc_charge_hpage to alloc_charge_folioMatthew Wilcox (Oracle)
2024-04-25khugepaged: inline hpage_collapse_alloc_folio()Matthew Wilcox (Oracle)
2024-03-04mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)
2024-03-04mm: use a folio in __collapse_huge_page_copy_succeeded()Matthew Wilcox (Oracle)
2024-03-04mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP checkLance Yang
2024-02-23mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP checkLance Yang
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-05mm/khugepaged: use a folio more in collapse_file()Matthew Wilcox (Oracle)
2023-12-29mm/khugepaged: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand
2023-12-29mm/khugepaged: remove redundant try_to_freeze()Kevin Hao
2023-12-29mm: convert collapse_huge_page() to use a folioMatthew Wilcox (Oracle)
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-25mm/khugepaged: convert collapse_pte_mapped_thp() to use foliosVishal Moola (Oracle)
2023-10-25mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)
2023-10-25mm/khugepaged: convert is_refcount_suitable() to use foliosVishal Moola (Oracle)
2023-10-25mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)
2023-10-25mm/khugepaged: convert __collapse_huge_page_isolate() to use foliosVishal Moola (Oracle)
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24mm/khugepaged: fix collapse_pte_mapped_thp() versus uffdHugh Dickins
2023-08-21mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2023-08-18mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()Hugh Dickins
2023-08-18mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()Hugh Dickins
2023-08-18mm/khugepaged: retract_page_tables() without mmap or vma lockHugh Dickins
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells