summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2021-06-03hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz
2021-03-07mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai
2021-03-07hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz
2021-03-03mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song
2021-03-03mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin
2021-02-10mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song
2021-02-10mm: hugetlb: fix a race between isolating and freeing pageMuchun Song
2021-02-10mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song
2021-01-23mm/hugetlb: fix potential missing huge page size infoMiaohe Lin
2020-09-12mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song
2020-08-26mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu
2020-03-11mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds
2019-06-22hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz
2019-06-11hugetlb: use same fault hash key for shared and private mappingsMike Kravetz
2019-03-23hugetlbfs: fix races and page leaks during migrationMike Kravetz
2018-12-17hugetlbfs: check for pgoff value overflowMike Kravetz
2018-12-17mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz
2018-11-21mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2018-11-21hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews
2017-04-08mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-01-19mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2016-10-31mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer
2016-09-07hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov
2016-08-20mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2015-12-12mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz
2015-12-12mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi
2015-12-12mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi
2015-11-10hugetlb: trivial comment fixNaoya Horiguchi
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov
2015-11-06mm: make compound_head() robustKirill A. Shutemov
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson
2015-11-05mm, hugetlbfs: optimize when NUMA=nDave Hansen
2015-11-05mm, hugetlb: use memory policy when availableDave Hansen
2015-11-05mm/hugetlb: make node_hstates array staticAlexander Kuleshov
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi
2015-10-01mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-08hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz
2015-09-08hugetlbfs: New huge_add_to_page_cache helper routineMike Kravetz
2015-09-08mm/hugetlb: alloc_huge_page handle areas hole punched by fallocateMike Kravetz
2015-09-08mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punchMike Kravetz
2015-09-08hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz
2015-09-08mm/hugetlb: expose hugetlb fault mutex for use by fallocateMike Kravetz
2015-09-08mm/hugetlb: add region_del() to delete a specific range of entriesMike Kravetz
2015-09-08mm/hugetlb: add cache of descriptors to resv_map for region_addMike Kravetz
2015-09-04mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause
2015-09-04mm/hugetlb.c: make vma_shareable() return boolNicholas Krause