summaryrefslogtreecommitdiffstats
path: root/include/linux/hugetlb.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-121-4/+4
|\
| * mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-10-111-4/+4
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-7/+56
|\ \
| * | hugetlb: add vma based lock for pmd sharingMike Kravetz2022-10-031-2/+41
| * | hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz2022-10-031-1/+1
| * | mm: hugetlb: eliminate memory-less nodes handlingMuchun Song2022-10-031-0/+14
| * | hugetlb: make hugetlb_cma_check() staticMiaohe Lin2022-09-111-4/+0
| |/
* / powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy2022-09-261-1/+1
|/
* mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi2022-08-081-1/+16
* mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song2022-08-081-5/+2
* mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li2022-07-171-2/+2
* hugetlb: do not update address in huge_pmd_unshareMike Kravetz2022-07-171-2/+2
* hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz2022-07-171-0/+1
* mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng2022-07-031-13/+0
* mm/migration: return errno when isolate_huge_page failedMiaohe Lin2022-07-031-3/+3
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-0/+5
|\
| * mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy2022-05-051-0/+5
* | mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang2022-05-131-0/+11
* | mm/hugetlb: handle uffd-wp during fork()Peter Xu2022-05-131-2/+5
* | mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-3/+5
* | mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu2022-05-131-2/+4
* | mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu2022-05-131-2/+4
* | mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-281-1/+1
* | mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song2022-04-281-1/+1
|/
* mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-04-211-0/+6
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+5
|\
| * mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)2022-03-211-0/+5
* | mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2022-03-221-6/+0
* | mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual2022-03-221-1/+1
|/
* hugetlb: add hugetlb.*.numa_stat fileMina Almasry2022-01-151-2/+2
* mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-091-4/+2
* hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao2021-11-061-2/+4
* mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry2021-11-061-0/+19
* hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz2021-11-061-0/+1
* mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu2021-11-061-10/+0
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-081-0/+9
* mm: fix spelling mistakes in header filesZhen Lei2021-07-081-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-4/+38
|\
| * mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2021-06-301-0/+5
| * mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song2021-06-301-19/+6
| * mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-301-2/+2
| * mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song2021-06-301-0/+3
| * mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song2021-06-301-0/+19
| * mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-301-0/+3
| * mm: hugetlb: gather discrete indexes of tail pageMuchun Song2021-06-301-2/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-2/+2
|\ \ | |/ |/|
| * Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-2/+2
* | mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-241-16/+0
* | mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz2021-06-161-0/+2
* | mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi2021-06-161-0/+6