summaryrefslogtreecommitdiff
path: root/include/linux/hugetlb.h
AgeCommit message (Expand)Author
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
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)
2022-01-15hugetlb: add hugetlb.*.numa_stat fileMina Almasry
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian
2021-07-08mm: fix spelling mistakes in header filesZhen Lei
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song
2021-06-30mm: hugetlb: gather discrete indexes of tail pageMuchun Song
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen