summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2025-07-19mm/page_owner: convert set_page_owner_migrate_reason() to foliosSidhartha Kumar
2025-07-13mm,hugetlb: drop unlikelys from hugetlb_faultOscar Salvador
2025-07-13mm,hugetlb: drop obsolete comment about non-present pte and second faultsOscar Salvador
2025-07-13mm,hugetlb: rename anon_rmap to new_anon_folio and make it booleanOscar Salvador
2025-07-13mm,hugetlb: sort out folio locking in the faulting pathOscar Salvador
2025-07-13mm,hugetlb: change mechanism to detect a COW on private mappingOscar Salvador
2025-07-13mm/hugetlb: use str_plural() in report_hugepages()Thorsten Blum
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton
2025-07-09mm/memfd: reserve hugetlb folios before allocationVivek Kasireddy
2025-07-09mm/hugetlb: make hugetlb_reserve_pages() return nr of entries updatedVivek Kasireddy
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09mm/hugetlb: convert hugetlb_change_protection() to foliosSidhartha Kumar
2025-07-09mm/hugetlb: don't crash when allocating a folio if there are no resvVivek Kasireddy
2025-06-25mm/hugetlb: remove unnecessary holding of hugetlb_lockGe Yang
2025-06-05mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn
2025-06-05mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31hugetlb: show nr_huge_pages in report_hugepages()Wenjie Xu
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-27mm/hugetlb: convert use of struct page to folio in __unmap_hugepage_range()Fan Ni
2025-05-27mm/hugetlb: refactor __unmap_hugepage_range() to take folio instead of pageFan Ni
2025-05-27mm/hugetlb: refactor unmap_hugepage_range() to take folio instead of pageFan Ni
2025-05-27mm/hugetlb: pass folio instead of page to unmap_ref_private()Fan Ni
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo CaƱuelo Navarro
2025-05-25mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb f...Ge Yang
2025-05-12mm/hugetlb: use separate nodemask for bootmem allocationsFrank van der Linden
2025-05-11mm,hugetlb: allocate frozen pages in alloc_buddy_hugetlb_folioOscar Salvador
2025-05-11mm, hugetlb: avoid passing a null nodemask when there is mbind policyOscar Salvador
2025-05-11mm/compaction: use folio in hugetlb pathwayVishal Moola (Oracle)
2025-05-11hugetlb: simplify make_huge_pte()Matthew Wilcox (Oracle)
2025-05-11mm: hugetlb: fix incorrect fallback for subpoolWupeng Ma
2025-05-07mm/hugetlb: copy the CMA flag when demotingFrank van der Linden
2025-04-11mm/hugetlb: add a line break at the end of the format stringwangxuewen
2025-04-11mm/hugetlb: fix set_max_huge_pages() when there are surplus pagesJinjiang Tu
2025-04-11mm/hugetlb: fix nid mismatch in alloc_surplus_hugetlb_folio()Liu Shixin
2025-04-01mm/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)
2025-03-17mm/hugetlb: update nr_huge_pages and surplus_huge_pages togetherLiu Shixin
2025-03-17mm: move hugetlb specific things in folio to page[3]David Hildenbrand
2025-03-17mm: hugetlb: log time needed to allocate hugepagesThomas Prescher
2025-03-17mm: hugetlb: add hugetlb_alloc_threads cmdline optionThomas Prescher
2025-03-17mm: hugetlb: improve parallel huge page allocation timeThomas Prescher
2025-03-16mm/hugetlb: move hugetlb CMA code in to its own fileFrank van der Linden
2025-03-16mm/hugetlb: enable bootmem allocation from CMA areasFrank van der Linden
2025-03-16mm/hugetlb: add hugetlb_cma_only cmdline optionFrank van der Linden
2025-03-16mm/hugetlb: do pre-HVO for bootmem allocated pagesFrank van der Linden
2025-03-16mm/hugetlb: add pre-HVO frameworkFrank van der Linden
2025-03-16mm/hugetlb: move huge_boot_pages list init to hugetlb_bootmem_allocFrank van der Linden
2025-03-16mm/hugetlb: deal with multiple calls to hugetlb_bootmem_allocFrank van der Linden