summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
21 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/rp...Mark Brown
34 hoursmm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()Brendan Jackman
34 hoursmm: split out internal page_alloc.hBrendan Jackman
34 hoursmm: hugetlb: refactor out hugetlb_alloc_folio()Ackerley Tng
34 hoursmm: hugetlb: move mem_cgroup_charge_hugetlb() earlier in allocationAckerley Tng
34 hoursmm: hugetlb: use error variable in alloc_hugetlb_folioAckerley Tng
34 hoursmm: hugetlb: move mpol interpretation out of dequeue_hugetlb_folio_vma()Ackerley Tng
34 hoursmm: hugetlb: move mpol interpretation out of alloc_buddy_hugetlb_folio_with_m...Ackerley Tng
34 hoursmm: hugetlb: consolidate interpretation of gbl_chg within alloc_hugetlb_folio()Ackerley Tng
34 hoursmm/hugetlb: remove unused bootmem cma fieldMuchun Song
34 hoursmm/hugetlb: remove obsolete bootmem cross-zone checksMuchun Song
34 hoursmm/hugetlb: free cross-zone bootmem gigantic pages after allocationMuchun Song
34 hoursmm/hugetlb: refactor early boot gigantic hugepage allocationMuchun Song
34 hoursmm/hugetlb: initialize gigantic bootmem hugepage struct pages earlierMuchun Song
34 hoursmm/hugetlb: fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pagesMuchun Song
34 hoursmm: use enum migrate_reason instead of int for migration reason parametersYe Liu
34 hoursmm/hugetlb: fix null nodemask in alloc_fresh_hugetlb_folioSourav Panda
34 hoursmm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()Kiryl Shutsemau (Meta)
8 daysmm/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)
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