summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin8 days1-1/+1
* hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)9 days1-4/+7
* mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)9 days1-19/+3
* mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu9 days1-1/+4
* mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu2024-04-161-3/+7
* mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton2024-03-121-4/+13
* mm: constify more page/folio testsMatthew Wilcox (Oracle)2024-03-061-2/+2
* hugetlb: parallelize 1G hugetlb initializationGang Li2024-03-061-8/+43
* hugetlb: parallelize 2M hugetlb allocation and initializationGang Li2024-03-061-17/+56
* hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li2024-03-061-10/+12
* hugetlb: split hugetlb_hstate_alloc_pagesGang Li2024-03-061-44/+43
* hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li2024-03-061-17/+29
* hugetlb: allow faults to be handled under the VMA lockVishal Moola (Oracle)2024-03-041-6/+0
* hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()Vishal Moola (Oracle)2024-03-041-9/+9
* hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)2024-03-041-29/+9
* hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)2024-03-041-13/+19
* mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual2024-02-221-0/+7
* mm: hugetlb: improve the handling of hugetlb allocation failure for freed or ...Baolin Wang2024-02-221-16/+16
* mm/hugetlb: restore the reservation if neededBreno Leitao2024-02-221-0/+25
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-13/+12
|\
| * mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-2/+2
| * mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand2023-12-291-2/+1
| * mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand2023-12-291-3/+3
| * mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand2023-12-291-2/+2
| * mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand2023-12-291-4/+4
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-1/+1
|\ \ | |/ |/|
| * fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-1/+1
* | hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz2023-12-061-0/+7
|/
* mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins2023-10-251-18/+20
* hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif2023-10-251-7/+7
* hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz2023-10-251-28/+71
* hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz2023-10-251-8/+35
* hugetlb: restructure pool allocationsMike Kravetz2023-10-251-39/+141
* hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz2023-10-251-0/+39
* hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2023-10-181-7/+28
* mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden2023-10-181-1/+1
* mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand2023-10-181-1/+1
* mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand2023-10-181-1/+3
* fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum2023-10-181-2/+3
* userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu2023-10-181-13/+19
* hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz2023-10-181-9/+15
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-181-19/+63
|\
| * hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel2023-10-181-12/+22
| * hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel2023-10-181-4/+37
| * hugetlbfs: clear resv_map pointer if mmap failsRik van Riel2023-10-181-3/+4
* | mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...Sidhartha Kumar2023-10-161-1/+1
* | mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar2023-10-161-26/+6
* | hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)2023-10-041-14/+15
* | hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)2023-10-041-15/+11
* | hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)2023-10-041-6/+6