aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hugetlb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-10mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin1-0/+12
2020-04-02mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFSChristophe Leroy1-11/+8
2020-04-02hugetlb_cgroup: add accounting for shared mappingsMina Almasry1-0/+35
2020-04-02hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry1-0/+10
2020-04-02hugetlb_cgroup: add hugetlb_cgroup reservation counterMina Almasry1-2/+2
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-0/+8
2019-12-16mm: hugetlb controller for cgroups v2Giuseppe Scrivano1-1/+2
2019-12-01hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()Wei Yang1-2/+1
2019-12-01hugetlbfs: convert macros to static inline, fix sparse warningMike Kravetz1-22/+115
2019-12-01hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz1-1/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-07-12mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig1-18/+0
2019-07-12mm: make !CONFIG_HUGE_PAGE wrappers into static inlinesJason Gunthorpe1-16/+86
2019-05-14hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-3/+1
2019-03-29include/linux/hugetlb.h: convert to use vm_fault_tSouptick Joarder1-1/+7
2019-03-05mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V1-0/+2
2019-03-05mm/hugetlb: add prot_modify_start/commit sequence for hugetlb updateAneesh Kumar K.V1-0/+20
2019-03-05mm/hugetlb: enable arch specific huge page size support for migrationAnshuman Khandual1-2/+13
2019-03-05mm/hugetlb: enable PUD level huge page migrationAnshuman Khandual1-1/+2
2019-03-05mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual1-0/+30
2018-10-05mm: migration: fix migration of huge PMD shared pagesMike Kravetz1-0/+14
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-1/+1
2018-08-17mm/hugetlb: remove gigantic page support for HIGHMEMMike Kravetz1-3/+0
2018-01-31hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko1-2/+3
2018-01-31hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko1-3/+2
2018-01-31mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko1-0/+3
2018-01-31hugetlb: implement memfd sealingMarc-André Lureau1-0/+1
2018-01-31hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau1-0/+10
2018-01-31mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko1-1/+0