summaryrefslogtreecommitdiff
path: root/include/linux/hugetlb.h
AgeCommit message (Expand)Author
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
2022-11-08hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-11mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song
2022-09-26powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy
2022-09-11hugetlb: make hugetlb_cma_check() staticMiaohe Lin
2022-08-08mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi
2022-08-08mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song
2022-07-17mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li
2022-07-17hugetlb: do not update address in huge_pmd_unshareMike Kravetz
2022-07-17hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz
2022-07-03mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng
2022-07-03mm/migration: return errno when isolate_huge_page failedMiaohe Lin
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-13mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang
2022-05-13mm/hugetlb: handle uffd-wp during fork()Peter Xu
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu
2022-05-13mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song
2022-04-21mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song