summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-19mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)1-51/+72
2026-02-19mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-16/+8
2026-02-19mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_countJane Chu1-10/+5
2025-10-19mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0Li RongQing1-0/+3
2025-10-15mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi1-0/+2
2025-09-19mm/hugetlb: add missing hugetlb_lock in __unmap_hugepage_range()Jeongjun Park1-3/+6
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-16/+44
2025-06-27mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn1-0/+7
2025-04-20mm/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert1-1/+1
2025-03-22mm/hugetlb: wait for hugetlb folios to be freedGe Yang1-0/+8
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-2/+2
2025-02-17mm/hugetlb: fix hugepage allocation for interleaved memory nodesRitesh Harjani (IBM)1-1/+1
2025-02-17mm/hugetlb: fix avoid_reserve to allow taking folio from subpoolPeter Xu1-19/+3
2025-01-23mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts1-1/+13
2025-01-09mm: hugetlb: independent PMD page table shared countLiu Shixin1-9/+7
2024-12-27mm: use aligned address in copy_user_gigantic_page()Kefeng Wang1-3/+2
2024-09-27mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare1-0/+17
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-298/+144
2024-09-17mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)1-2/+18
2024-09-10mm/codetag: fix pgalloc_tag_split()Yu Zhao1-1/+1
2024-09-10mm/hugetlb: sort out global lock annotationsMateusz Guzik1-3/+3
2024-09-04mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao1-234/+56
2024-09-02mm/hugetlb_vmemmap: batch HVO work when demotingYu Zhao1-64/+92
2024-09-02mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand1-4/+4
2024-09-02mm: hugetlb: remove left over comment about follow_huge_foo()Kefeng Wang1-4/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-3/+3
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-63/+71
2024-07-18mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin1-0/+3
2024-07-18mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin1-1/+1
2024-07-13mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-22/+22
2024-07-13mm/hugetlb.c: undo errant changeAndrew Morton1-0/+1
2024-07-10mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin1-0/+3
2024-07-10mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin1-7/+7
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-46/+7
2024-07-05mm/ksm: refactor out try_to_merge_with_zero_page()Chengming Zhou1-1/+0
2024-07-05hugetlb: force allocating surplus hugepages on mempolicy allowed nodesAristeu Rozanski1-19/+28
2024-07-04mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao1-46/+7
2024-07-04mm: memory: improve copy_user_large_folio()Kefeng Wang1-10/+8
2024-07-04mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-2/+1
2024-07-04mm/hugetlb: guard dequeue_hugetlb_folio_nodemask against NUMA_NO_NODE usesOscar Salvador1-0/+4
2024-07-04mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folioOscar Salvador1-7/+5
2024-07-04mm/hugetlb: constify ctl_table arguments of utility functionsThomas Weißschuh1-2/+2
2024-06-06mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador1-2/+14
2024-05-12mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wpOscar Salvador1-1/+1
2024-05-12mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_faultOscar Salvador1-1/+2
2024-05-07mm/hugetlb: align cma on allocation order, not demotion orderFrank van der Linden1-1/+1
2024-05-07mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisionsDavid Hildenbrand1-0/+7
2024-05-06mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)1-3/+3
2024-05-06mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar1-1/+1
2024-05-06mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar1-9/+8