summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton
2026-05-28mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatchDeepanshu Kartikey
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma
2026-05-28mm/hugetlb: restore reservation on error in hugetlb folio copy pathsDavid Carlier
2026-05-28mm/hugetlb: avoid false positive lockdep assertionLorenzo Stoakes
2026-05-21Revert "mm/hugetlbfs: update hugetlbfs to use mmap_prepare"Lorenzo Stoakes
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18mm/hugetlb: fix early boot crash on parameters without '=' separatorThorsten Blum
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-05mm: move vma_mmu_pagesize() from hugetlb to vma.cDavid Hildenbrand (Arm)
2026-04-05mm: move vma_kernel_pagesize() from hugetlb to mm.hDavid Hildenbrand (Arm)
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: reintroduce vma_flags_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)
2026-04-05mm: change the interface of prep_compound_tail()Kiryl Shutsemau
2026-03-26hugetlbfs: Stop using i_private_dataJan Kara
2026-03-04mm/hugetlb.c: use __pa() instead of virt_to_phys() in early bootmem alloc codeRitesh Harjani (IBM)
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-13Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-12mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes
2026-02-12mm/hugetlb: restore failed global reservations to subpoolJoshua Hahn
2026-01-31hugetlb: increase hugepage reservations when using node-specific "hugepages="...Li Zhe
2026-01-31mm: hugetlb: optimize replace_free_hugepage_folios()Kefeng Wang
2026-01-31mm/hugetlb: enforce brace styleJoshua Hahn
2026-01-31mm/hugetlb: remove unnecessary if conditionJoshua Hahn
2026-01-26mm: hugetlb: allocate frozen pages for gigantic allocationKefeng Wang
2026-01-26mm: page_alloc: add alloc_contig_frozen_{range,pages}()Kefeng Wang
2026-01-26Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"Mike Rapoport (Microsoft)
2026-01-26mm/hugetlb: drop hugetlb_cma_check()Mike Rapoport (Microsoft)
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)
2026-01-20mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)
2026-01-14mm/hugetlb: ignore hugepage kernel args if hugepages are unsupportedSourabh Jain
2025-12-09mm/hugetlb: fix incorrect error return from hugetlb_reserve_pages()Shameer Kolothum
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes
2025-11-24mm: correctly handle UFFD PTE markersLorenzo Stoakes
2025-11-20mm/hugetlb: extract sysctl into hugetlb_sysctl.cHui Zhu
2025-11-20mm/hugetlb: extract sysfs into hugetlb_sysfs.cHui Zhu
2025-11-20hugetlb: optimise hugetlb_folio_init_tail_vmemmap()Matthew Wilcox (Oracle)
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo
2025-11-16mm/hugetlbfs: update hugetlbfs to use mmap_prepareLorenzo Stoakes
2025-11-16mm/hugetlb: allow overcommitting gigantic hugepagesUsama Arif
2025-11-16mm/hugetlb: create hstate_is_gigantic_no_runtime helperUsama Arif
2025-11-16mm: fix some typos in mm modulejianyun.gao