summaryrefslogtreecommitdiff
path: root/include/linux/hugetlb.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-43/+52
2024-05-06mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)1-3/+3
2024-05-06mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar1-2/+2
2024-05-06mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar1-2/+2
2024-04-26mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu1-7/+0
2024-04-26mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu1-0/+9
2024-04-26mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-04-26mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang1-2/+33
2024-04-26mm/treewide: remove pXd_huge()Peter Xu1-24/+0
2024-04-09fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)1-6/+2
2024-03-07hugetlb: parallelize 1G hugetlb initializationGang Li1-1/+1
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-12-07hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz1-4/+1
2023-10-26mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins1-9/+0
2023-10-26hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins1-2/+1
2023-10-19fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum1-0/+1
2023-10-19Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-2/+39
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel1-2/+33
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-0/+6
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar1-0/+12
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-2/+4
2023-08-22mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)1-1/+1
2023-08-22mm: call free_huge_page() directlyMatthew Wilcox (Oracle)1-1/+2
2023-08-18mm/hugetlb: get rid of page_hstate()Sidhartha Kumar1-10/+0
2023-08-18mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan1-0/+5
2023-08-18mm/gup: retire follow_hugetlb_page()Peter Xu1-12/+0
2023-08-18mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu1-3/+5
2023-06-24mm/hugetlb: remove hugetlb_set_page_subpool()Sidhartha Kumar1-6/+0
2023-06-20mm: ptep_get() conversionRyan Roberts1-0/+4
2023-06-10mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes1-6/+4
2023-06-10mm/hugetlb: remove hugetlb_page_subpool()Sidhartha Kumar1-13/+0
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+30
2023-04-22hugetlb: pte_alloc_huge() to replace huge pte_alloc_map()Hugh Dickins1-0/+17
2023-04-19userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng1-2/+2
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen1-6/+4
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen1-3/+2
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen1-15/+15
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-03-21mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang1-8/+0
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-20/+89
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang1-3/+3
2023-02-18hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz1-1/+4
2023-02-14mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar1-1/+1
2023-02-14mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar1-1/+1
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-4/+4
2023-02-14mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar1-2/+2
2023-02-14mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar1-3/+3
2023-02-14mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar1-2/+2
2023-02-03mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar1-2/+2
2023-02-03mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar1-2/+2