summaryrefslogtreecommitdiff
path: root/include/linux/hugetlb.h
AgeCommit message (Expand)Author
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-06hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz
2023-10-25mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins
2023-10-25hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel
2023-10-16mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-08-21mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)
2023-08-21mm: call free_huge_page() directlyMatthew Wilcox (Oracle)
2023-08-18mm/hugetlb: get rid of page_hstate()Sidhartha Kumar
2023-08-18mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan
2023-08-18mm/gup: retire follow_hugetlb_page()Peter Xu
2023-08-18mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu
2023-06-23mm/hugetlb: remove hugetlb_set_page_subpool()Sidhartha Kumar
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-09mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes
2023-06-09mm/hugetlb: remove hugetlb_page_subpool()Sidhartha Kumar
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-21hugetlb: pte_alloc_huge() to replace huge pte_alloc_map()Hugh Dickins
2023-04-18userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng
2023-04-05mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen
2023-04-05mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen
2023-04-05mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-03-20mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang
2023-02-17hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz
2023-02-13mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar
2023-02-13mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar
2023-02-02mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2023-01-18mm/mprotect: use long for page accountings and retvalPeter Xu
2023-01-18mm/hugetlb: introduce hugetlb_walk()Peter Xu
2023-01-18mm/hugetlb: document huge_pte_offset usagePeter Xu
2022-11-30mm,hugetlb: use folio fields in second tail pageHugh Dickins
2022-11-30mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar
2022-11-08mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi
2022-11-08mm/hugetlb: add folio_hstate()Sidhartha Kumar
2022-11-08mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar
2022-11-08mm/hugetlb: add folio support to hugetlb specific flag macrosSidhartha Kumar