aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/hugetlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton1-4/+13
2024-03-06mm: constify more page/folio testsMatthew Wilcox (Oracle)1-2/+2
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li1-8/+43
2024-03-06hugetlb: parallelize 2M hugetlb allocation and initializationGang Li1-17/+56
2024-03-06hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li1-10/+12
2024-03-06hugetlb: split hugetlb_hstate_alloc_pagesGang Li1-44/+43
2024-03-06hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li1-17/+29
2024-03-04hugetlb: allow faults to be handled under the VMA lockVishal Moola (Oracle)1-6/+0
2024-03-04hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()Vishal Moola (Oracle)1-9/+9
2024-03-04hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)1-29/+9
2024-03-04hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)1-13/+19
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual1-0/+7
2024-02-22mm: hugetlb: improve the handling of hugetlb allocation failure for freed or in-use hugetlbBaolin Wang1-16/+16
2024-02-22mm/hugetlb: restore the reservation if neededBreno Leitao1-0/+25
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-13/+12
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-2/+2
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand1-2/+1
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand1-3/+3
2023-12-29mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand1-2/+2
2023-12-29mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand1-4/+4
2023-12-06hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz1-0/+7
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-1/+1
2023-10-25mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins1-18/+20
2023-10-25hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif1-7/+7
2023-10-25hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz1-28/+71
2023-10-25hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz1-8/+35
2023-10-25hugetlb: restructure pool allocationsMike Kravetz1-39/+141
2023-10-25hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz1-0/+39
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham1-7/+28
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden1-1/+1
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand1-1/+1
2023-10-18mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand1-1/+3
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum1-2/+3
2023-10-18userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu1-13/+19
2023-10-18hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz1-9/+15
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-19/+63
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel1-12/+22
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-4/+37
2023-10-18hugetlbfs: clear resv_map pointer if mmap failsRik van Riel1-3/+4
2023-10-16mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_folio_init_vmemmap()Sidhartha Kumar1-1/+1
2023-10-16mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar1-26/+6
2023-10-04hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)1-14/+15
2023-10-04hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)1-15/+11
2023-10-04hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)1-6/+6
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif1-9/+59
2023-10-04mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04mm/hugetlb: fix nodes huge page allocation when there are surplus pagesXueshi Hu1-1/+3
2023-10-04hugetlb: set hugetlb page flag before optimizing vmemmapMike Kravetz1-9/+22
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-19/+24