summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-07mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai1-10/+12
2021-03-07hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz1-2/+4
2021-03-03mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song1-0/+39
2021-03-03mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin1-1/+3
2021-02-10mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song1-2/+1
2021-02-10mm: hugetlb: fix a race between isolating and freeing pageMuchun Song1-2/+2
2021-02-10mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song1-1/+1
2021-01-23mm/hugetlb: fix potential missing huge page size infoMiaohe Lin1-1/+1
2020-09-09mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song1-6/+20
2020-08-26mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu1-14/+10
2020-05-02mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng1-6/+8
2019-10-29hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand1-3/+2
2019-06-15hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz1-5/+16
2019-05-31hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-16/+7
2019-05-04mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds1-0/+13
2019-03-14hugetlbfs: fix races and page leaks during migrationMike Kravetz1-3/+13
2018-12-08userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli1-1/+1
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-13hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz1-0/+6
2018-10-13mm: migration: fix migration of huge PMD shared pagesMike Kravetz1-2/+35
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews1-0/+1
2018-03-28hugetlbfs: check for pgoff value overflowMike Kravetz1-0/+7
2017-12-05mm/hugetlb: fix NULL-pointer dereference on 5-level paging machineKirill A. Shutemov1-1/+3
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams1-0/+8
2017-11-03userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli1-2/+30
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+3
2017-09-07mm, hugetlb: do not allocate non-migrateable gigantic pages from movable zonesMichal Hocko1-15/+20
2017-09-07mm/hugetlb.c: constify attribute_group structuresArvind Yadav1-3/+3
2017-09-07mm/hugetlb.c: make huge_pte_offset() consistent and document behaviourPunit Agrawal1-3/+21
2017-08-15mm/hugetlb: Allow arch to override and call the weak functionAneesh Kumar K.V1-1/+3
2017-08-11userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED caseAndrea Arcangeli1-1/+1
2017-08-03mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errorsDaniel Jordan1-6/+3
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko1-2/+2
2017-07-11hugetlb: add support for preferred node to alloc_huge_page_nodemaskMichal Hocko1-44/+44
2017-07-11mm, hugetlb: unclutter hugetlb allocation layersMichal Hocko1-104/+29
2017-07-11mm/hugetlb.c: replace memfmt with string_get_sizeMatthew Wilcox1-14/+5
2017-07-11mm, hugetlb: schedule when potentially allocating many hugepagesDavid Rientjes1-0/+2
2017-07-11hugetlb, memory_hotplug: prefer to use reserved pages for migrationMichal Hocko1-0/+27
2017-07-11mm/hugetlb.c: warn the user when issues arise on boot due to hugepagesLiam R. Howlett1-12/+24
2017-07-11mm: hugetlb: delete dequeue_hwpoisoned_huge_page()Naoya Horiguchi1-34/+0
2017-07-11mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual1-1/+9
2017-07-11mm: hugetlb: prevent reuse of hwpoisoned free hugepagesNaoya Horiguchi1-2/+1
2017-07-07mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka1-6/+9
2017-07-07mm/hugetlb: introduce set_huge_swap_pte_at() helperPunit Agrawal1-3/+5
2017-07-07mm/hugetlb: allow architectures to override huge_pte_clear()Punit Agrawal1-1/+1
2017-07-07mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-9/+14
2017-07-07mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V1-5/+2
2017-07-07mm/follow_page_mask: add support for hugepage directory entryAneesh Kumar K.V1-0/+8
2017-07-07mm/follow_page_mask: add support for hugetlb pgd entriesAnshuman Khandual1-0/+9
2017-07-07mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V1-4/+4