aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador2024-06-051-2/+14
* mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wpOscar Salvador2024-05-111-1/+1
* mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_faultOscar Salvador2024-05-111-1/+2
* mm/hugetlb: align cma on allocation order, not demotion orderFrank van der Linden2024-05-071-1/+1
* mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisionsDavid Hildenbrand2024-05-071-0/+7
* mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)2024-05-051-3/+3
* mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar2024-05-051-1/+1
* mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar2024-05-051-9/+8
* mm: track mapcount of large folios in single valueDavid Hildenbrand2024-05-051-2/+2
* mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden2024-04-251-3/+3
* hugetlb: convert hugetlb_wp() to use struct vm_faultVishal Moola (Oracle)2024-04-251-32/+32
* hugetlb: convert hugetlb_no_page() to use struct vm_faultVishal Moola (Oracle)2024-04-251-32/+31
* hugetlb: convert hugetlb_fault() to use struct vm_faultVishal Moola (Oracle)2024-04-251-43/+41
* hugetlb: convert alloc_buddy_hugetlb_folio to use a folioMatthew Wilcox (Oracle)2024-04-251-17/+16
* memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-251-1/+0
* mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu2024-04-251-71/+0
* mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu2024-04-251-2/+2
* mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)2024-04-251-2/+2
* mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang2024-04-251-2/+12
* hugetlb: remove mention of destructorsMatthew Wilcox (Oracle)2024-04-251-24/+16
* mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)2024-04-251-1/+2
* mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin2024-04-251-1/+1
* hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)2024-04-241-4/+7
* mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)2024-04-241-19/+3
* mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu2024-04-241-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 in-use hugetlbBaolin 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/kernel/git/akpm/mmLinus 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/vfsLinus 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