summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
6 daysmm/hugetlb: fix missing migratable flag on same-node hugetlb migrationWupeng Ma
6 daysmm/hugetlb: keep max_huge_pages when dissolving surplus foliosLonglong Xia
12 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-24hugetlb: only adjust reservation during unmapping if mapcount is 0Guillaume Morin
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)
2026-08-23Merge tag 'liveupdate-v7.3-rc1-20260823' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-18Merge tag 'memblock-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-06hugetlb: evaluate subpool free state while lockedYichong Chen
2026-08-06hugetlb: make hugepage_put_subpool() tolerate NULLYichong Chen
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)
2026-08-04userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolutionKiryl Shutsemau (Meta)
2026-08-04mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWPKiryl Shutsemau (Meta)
2026-08-04mm: preserve RWP marker across PTE rewritesKiryl Shutsemau (Meta)
2026-08-04mm: add MM_CP_UFFD_RWP change_protection() flagKiryl Shutsemau (Meta)
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)
2026-08-04memblock: make HugeTLB bootmem allocation work with KHOPratyush Yadav (Google)
2026-07-30mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()Brendan Jackman
2026-07-30mm: split out internal page_alloc.hBrendan Jackman
2026-07-30mm: hugetlb: refactor out hugetlb_alloc_folio()Ackerley Tng
2026-07-30mm: hugetlb: move mem_cgroup_charge_hugetlb() earlier in allocationAckerley Tng
2026-07-30mm: hugetlb: use error variable in alloc_hugetlb_folioAckerley Tng
2026-07-30mm: hugetlb: move mpol interpretation out of dequeue_hugetlb_folio_vma()Ackerley Tng
2026-07-30mm: hugetlb: move mpol interpretation out of alloc_buddy_hugetlb_folio_with_m...Ackerley Tng
2026-07-30mm: hugetlb: consolidate interpretation of gbl_chg within alloc_hugetlb_folio()Ackerley Tng
2026-07-28mm/hugetlb: remove unused bootmem cma fieldMuchun Song
2026-07-28mm/hugetlb: remove obsolete bootmem cross-zone checksMuchun Song
2026-07-28mm/hugetlb: free cross-zone bootmem gigantic pages after allocationMuchun Song
2026-07-28mm/hugetlb: refactor early boot gigantic hugepage allocationMuchun Song
2026-07-28mm/hugetlb: initialize gigantic bootmem hugepage struct pages earlierMuchun Song
2026-07-28mm/hugetlb: fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pagesMuchun Song
2026-07-28mm: use enum migrate_reason instead of int for migration reason parametersYe Liu
2026-07-20mm/hugetlb: fix list corruption in allocate_file_region_entries()Xiangfeng Cai
2026-07-20mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()Kiryl Shutsemau (Meta)
2026-07-01mm/hugetlb: remove unnecessary empty range check in hugetlb_bootmem_set_nodes()Sang-Heon Jeon
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)