aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hugetlb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen1-0/+4
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador1-2/+3
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador1-0/+6
2021-05-05hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz1-0/+1
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu1-0/+3
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu1-0/+8
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu1-0/+2
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-2/+3
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-2/+2
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz1-1/+1
2021-02-24include/linux/hugetlb.h: add synchronization information for new hugetlb specific flagsMike Kravetz1-0/+10
2021-02-24hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz1-0/+3
2021-02-24hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz1-0/+6
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz1-2/+5
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz1-0/+68
2021-02-24mm/hugetlb: fix some comment typosMiaohe Lin1-1/+1
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song1-0/+2
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches1-2/+2
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim1-2/+0
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim1-0/+2
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim1-0/+15
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim1-8/+18
2020-08-12hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz1-3/+5
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+15
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-0/+5
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-0/+9
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-1/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-0/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-8/+7