summaryrefslogtreecommitdiff
path: root/include/linux/hugetlb.h
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-0/+13
2023-02-01mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-0/+13
2023-01-19mm/mprotect: use long for page accountings and retvalPeter Xu1-2/+2
2023-01-19mm/hugetlb: introduce hugetlb_walk()Peter Xu1-0/+37
2023-01-19mm/hugetlb: document huge_pte_offset usagePeter Xu1-0/+32
2022-12-01mm,hugetlb: use folio fields in second tail pageHugh Dickins1-18/+5
2022-12-01mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar1-3/+8
2022-11-09mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi1-4/+6
2022-11-09mm/hugetlb: add folio_hstate()Sidhartha Kumar1-2/+12
2022-11-09mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar1-2/+13
2022-11-09mm/hugetlb: add folio support to hugetlb specific flag macrosSidhartha Kumar1-0/+24
2022-11-09hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz1-42/+8
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-4/+4
2022-10-12mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang1-4/+4
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+56
2022-10-04hugetlb: add vma based lock for pmd sharingMike Kravetz1-2/+41
2022-10-04hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz1-1/+1
2022-10-04mm: hugetlb: eliminate memory-less nodes handlingMuchun Song1-0/+14
2022-09-26powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy1-1/+1
2022-09-12hugetlb: make hugetlb_cma_check() staticMiaohe Lin1-4/+0
2022-08-09mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi1-1/+16
2022-08-09mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song1-5/+2
2022-07-18mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li1-2/+2
2022-07-18hugetlb: do not update address in huge_pmd_unshareMike Kravetz1-2/+2
2022-07-18hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz1-0/+1
2022-07-04mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng1-13/+0
2022-07-04mm/migration: return errno when isolate_huge_page failedMiaohe Lin1-3/+3