summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
11 daysmm/hugetlb: fix missing migratable flag on same-node hugetlb migrationWupeng Ma1-7/+7
11 daysmm/hugetlb: keep max_huge_pages when dissolving surplus foliosLonglong Xia1-2/+4
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+7
2026-08-24hugetlb: only adjust reservation during unmapping if mapcount is 0Guillaume Morin1-2/+6
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-1/+1
2026-08-23Merge tag 'liveupdate-v7.3-rc1-20260823' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-8/+1
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-297/+418
2026-08-18Merge tag 'memblock-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2
2026-08-06hugetlb: evaluate subpool free state while lockedYichong Chen1-2/+4
2026-08-06hugetlb: make hugepage_put_subpool() tolerate NULLYichong Chen1-0/+3
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes1-7/+4
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes1-2/+2
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes1-2/+2
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)1-0/+1
2026-08-04userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolutionKiryl Shutsemau (Meta)1-1/+31
2026-08-04mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWPKiryl Shutsemau (Meta)1-0/+11
2026-08-04mm: preserve RWP marker across PTE rewritesKiryl Shutsemau (Meta)1-8/+43
2026-08-04mm: add MM_CP_UFFD_RWP change_protection() flagKiryl Shutsemau (Meta)1-6/+19
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)1-22/+22
2026-08-04memblock: make HugeTLB bootmem allocation work with KHOPratyush Yadav (Google)1-8/+1
2026-07-30mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()Brendan Jackman1-1/+2
2026-07-30mm: split out internal page_alloc.hBrendan Jackman1-0/+1
2026-07-30mm: hugetlb: refactor out hugetlb_alloc_folio()Ackerley Tng1-93/+113
2026-07-30mm: hugetlb: move mem_cgroup_charge_hugetlb() earlier in allocationAckerley Tng1-13/+18
2026-07-30mm: hugetlb: use error variable in alloc_hugetlb_folioAckerley Tng1-4/+11
2026-07-30mm: hugetlb: move mpol interpretation out of dequeue_hugetlb_folio_vma()Ackerley Tng1-34/+32
2026-07-30mm: hugetlb: move mpol interpretation out of alloc_buddy_hugetlb_folio_with_m...Ackerley Tng1-18/+36
2026-07-30mm: hugetlb: consolidate interpretation of gbl_chg within alloc_hugetlb_folio()Ackerley Tng1-15/+10
2026-07-28mm/hugetlb: remove unused bootmem cma fieldMuchun Song1-4/+1
2026-07-28mm/hugetlb: remove obsolete bootmem cross-zone checksMuchun Song1-70/+0
2026-07-28mm/hugetlb: free cross-zone bootmem gigantic pages after allocationMuchun Song1-11/+64
2026-07-28mm/hugetlb: refactor early boot gigantic hugepage allocationMuchun Song1-58/+37
2026-07-28mm/hugetlb: initialize gigantic bootmem hugepage struct pages earlierMuchun Song1-3/+2
2026-07-28mm/hugetlb: fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pagesMuchun Song1-0/+25
2026-07-28mm: use enum migrate_reason instead of int for migration reason parametersYe Liu1-1/+2
2026-07-20mm/hugetlb: fix list corruption in allocate_file_region_entries()Xiangfeng Cai1-1/+1
2026-07-20mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()Kiryl Shutsemau (Meta)1-3/+7
2026-07-01mm/hugetlb: remove unnecessary empty range check in hugetlb_bootmem_set_nodes()Sang-Heon Jeon1-5/+2
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton1-30/+39
2026-05-28mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatchDeepanshu Kartikey1-3/+4
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma1-11/+0
2026-05-28mm/hugetlb: restore reservation on error in hugetlb folio copy pathsDavid Carlier1-0/+2
2026-05-28mm/hugetlb: avoid false positive lockdep assertionLorenzo Stoakes1-19/+37
2026-05-21Revert "mm/hugetlbfs: update hugetlbfs to use mmap_prepare"Lorenzo Stoakes1-42/+29
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+18
2026-04-18mm/hugetlb: fix early boot crash on parameters without '=' separatorThorsten Blum1-0/+3
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)1-0/+15
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-37/+11
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+1
2026-04-05mm: move vma_mmu_pagesize() from hugetlb to vma.cDavid Hildenbrand (Arm)1-11/+0