aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hugetlb.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+5
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyGravatar Muchun Song 1-6/+0
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Gravatar Anshuman Khandual 1-1/+1
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsGravatar Matthew Wilcox (Oracle) 1-0/+5
2022-01-15hugetlb: add hugetlb.*.numa_stat fileGravatar Mina Almasry 1-2/+2
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBGravatar zhangyiru 1-4/+2
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Gravatar Zhenguo Yao 1-2/+4
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaGravatar Mina Almasry 1-0/+19
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesGravatar Mike Kravetz 1-0/+1
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hGravatar Peter Xu 1-10/+0
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initGravatar Liu Zixian 1-0/+9
2021-07-08mm: fix spelling mistakes in header filesGravatar Zhen Lei 1-3/+3
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+38
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolGravatar Muchun Song 1-0/+5
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesGravatar Muchun Song 1-19/+6
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Gravatar Christophe Leroy 1-2/+2
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateGravatar Muchun Song 1-0/+3
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapGravatar Muchun Song 1-0/+19
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageGravatar Muchun Song 1-0/+3
2021-06-30mm: hugetlb: gather discrete indexes of tail pageGravatar Muchun Song 1-2/+19
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+2
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageGravatar Hugh Dickins 1-16/+0
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityGravatar Mike Kravetz 1-0/+2
2021-06-16mm,hwpoison: fix race with hugetlb page allocationGravatar Naoya Horiguchi 1-0/+6
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlGravatar Axel Rasmussen 1-0/+3
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledGravatar Axel Rasmussen 1-0/+4
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesGravatar Oscar Salvador 1-2/+3
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesGravatar Oscar Salvador 1-0/+6
2021-05-05hugetlb: add per-hstate mutex to synchronize user adjustmentsGravatar Mike Kravetz 1-0/+1
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpGravatar Peter Xu 1-0/+3
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hGravatar Peter Xu 1-0/+8
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledGravatar Peter Xu 1-0/+2
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Gravatar Peter Xu 1-2/+3
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsGravatar Alexey Gladkov 1-2/+2
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolGravatar Mike Kravetz 1-1/+1
2021-02-24include/linux/hugetlb.h: add synchronization information for new hugetlb spec...Gravatar Mike Kravetz 1-0/+10
2021-02-24hugetlb: convert PageHugeFreed to HPageFreed flagGravatar Mike Kravetz 1-0/+3
2021-02-24hugetlb: convert PageHugeTemporary() to HPageTemporary flagGravatar Mike Kravetz 1-0/+6
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagGravatar Mike Kravetz 1-2/+5
2021-02-24hugetlb: use page.private for hugetlb specific page flagsGravatar Mike Kravetz 1-0/+68
2021-02-24mm/hugetlb: fix some comment typosGravatar Miaohe Lin 1-1/+1
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageGravatar Muchun Song 1-0/+2
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitGravatar Joe Perches 1-2/+2
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareGravatar Joonsoo Kim 1-2/+0
2020-08-12mm/gup: restrict CMA region by using allocation scope APIGravatar Joonsoo Kim 1-0/+2
2020-08-12mm/migrate: introduce a standard migration target allocation functionGravatar Joonsoo Kim 1-0/+15
2020-08-12mm/hugetlb: unify migration callbacksGravatar Joonsoo Kim 1-8/+18
2020-08-12hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemGravatar Mike Kravetz 1-3/+5
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+15