summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
8 daysmm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin
9 dayshugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)
9 daysmm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)
9 daysmm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu
2024-04-16mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu
2024-03-12mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton
2024-03-06mm: constify more page/folio testsMatthew Wilcox (Oracle)
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li
2024-03-06hugetlb: parallelize 2M hugetlb allocation and initializationGang Li
2024-03-06hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li
2024-03-06hugetlb: split hugetlb_hstate_alloc_pagesGang Li
2024-03-06hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li
2024-03-04hugetlb: allow faults to be handled under the VMA lockVishal Moola (Oracle)
2024-03-04hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()Vishal Moola (Oracle)
2024-03-04hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)
2024-03-04hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual
2024-02-22mm: hugetlb: improve the handling of hugetlb allocation failure for freed or ...Baolin Wang
2024-02-22mm/hugetlb: restore the reservation if neededBreno Leitao
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand
2023-12-29mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand
2023-12-06hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-10-25mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins
2023-10-25hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif
2023-10-25hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz
2023-10-25hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz
2023-10-25hugetlb: restructure pool allocationsMike Kravetz
2023-10-25hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand
2023-10-18mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum
2023-10-18userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu
2023-10-18hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel
2023-10-18hugetlbfs: clear resv_map pointer if mmap failsRik van Riel
2023-10-16mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...Sidhartha Kumar
2023-10-16mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar
2023-10-04hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)
2023-10-04hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)
2023-10-04hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)