summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz2021-12-081-10/+43
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-081-1/+4
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-06-031-4/+4
* mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai2021-03-071-10/+12
* hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz2021-03-071-2/+4
* mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-03-031-0/+39
* mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin2021-03-031-1/+3
* mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song2021-02-101-2/+1
* mm: hugetlb: fix a race between isolating and freeing pageMuchun Song2021-02-101-2/+2
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+1
* mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-231-1/+1
* mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-121-6/+20
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-261-14/+11
* mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2020-03-111-1/+15
* hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz2019-06-221-5/+16
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-06-111-14/+5
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-231-2/+12
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-12-171-0/+8
* mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz2018-12-171-1/+3
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-11-211-2/+35
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-211-4/+19
* hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-11-211-0/+6
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-111-0/+1
* mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-04-081-2/+4
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-191-9/+28
* mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer2016-10-311-6/+7
* hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov2016-09-071-2/+1
* mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-08-201-0/+4
* mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz2015-12-121-2/+12
* mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi2015-12-121-4/+4
* mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi2015-12-121-1/+4
* hugetlb: trivial comment fixNaoya Horiguchi2015-11-101-2/+2
* mm: use 'unsigned int' for page orderKirill A. Shutemov2015-11-061-9/+10
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-6/+2
* mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-061-4/+4
* mm: introduce VM_LOCKONFAULTEric B Munson2015-11-051-2/+2
* mm, hugetlbfs: optimize when NUMA=nDave Hansen2015-11-051-5/+13
* mm, hugetlb: use memory policy when availableDave Hansen2015-11-051-12/+104
* mm/hugetlb: make node_hstates array staticAlexander Kuleshov2015-11-051-1/+1
* mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-051-0/+9
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-011-0/+8
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-2/+2
* hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz2015-09-081-1/+1
* hugetlbfs: New huge_add_to_page_cache helper routineMike Kravetz2015-09-081-9/+18
* mm/hugetlb: alloc_huge_page handle areas hole punched by fallocateMike Kravetz2015-09-081-15/+39
* mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punchMike Kravetz2015-09-081-2/+13
* hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz2015-09-081-3/+37
* mm/hugetlb: expose hugetlb fault mutex for use by fallocateMike Kravetz2015-09-081-10/+10
* mm/hugetlb: add region_del() to delete a specific range of entriesMike Kravetz2015-09-081-37/+85
* mm/hugetlb: add cache of descriptors to resv_map for region_addMike Kravetz2015-09-081-22/+152