aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/hugetlb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+4
2022-10-11mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang1-4/+4
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+56
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz1-2/+41
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz1-1/+1
2022-10-03mm: 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-11hugetlb: make hugetlb_cma_check() staticMiaohe Lin1-4/+0
2022-08-08mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi1-1/+16
2022-08-08mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song1-5/+2
2022-07-17mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li1-2/+2
2022-07-17hugetlb: do not update address in huge_pmd_unshareMike Kravetz1-2/+2
2022-07-17hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz1-0/+1
2022-07-03mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng1-13/+0
2022-07-03mm/migration: return errno when isolate_huge_page failedMiaohe Lin1-3/+3
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+5
2022-05-13mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang1-0/+11
2022-05-13mm/hugetlb: handle uffd-wp during fork()Peter Xu1-2/+5
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu1-3/+5
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu1-2/+4
2022-05-13mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu1-2/+4
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functionsChristophe Leroy1-0/+5
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song1-1/+1
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song1-1/+1
2022-04-21mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi1-0/+6
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+5
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song1-6/+0
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-1/+1
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)1-0/+5
2022-01-15hugetlb: add hugetlb.*.numa_stat fileMina Almasry1-2/+2
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru1-4/+2
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node allocationZhenguo Yao1-2/+4
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry1-0/+19
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz1-0/+1
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu1-10/+0
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian1-0/+9
2021-07-08mm: fix spelling mistakes in header filesZhen Lei1-3/+3
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+38
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song1-0/+5
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song1-19/+6
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-2/+2
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song1-0/+3
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song1-0/+19
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song1-0/+3
2021-06-30mm: hugetlb: gather discrete indexes of tail pageMuchun Song1-2/+19
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins1-16/+0
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz1-0/+2
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi1-0/+6
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen1-0/+3