summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-06mm: track mapcount of large folios in single valueDavid Hildenbrand1-2/+2
2024-04-26mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden1-3/+3
2024-04-26hugetlb: convert hugetlb_wp() to use struct vm_faultVishal Moola (Oracle)1-32/+32
2024-04-26hugetlb: convert hugetlb_no_page() to use struct vm_faultVishal Moola (Oracle)1-32/+31
2024-04-26hugetlb: convert hugetlb_fault() to use struct vm_faultVishal Moola (Oracle)1-43/+41
2024-04-26hugetlb: convert alloc_buddy_hugetlb_folio to use a folioMatthew Wilcox (Oracle)1-17/+16
2024-04-26memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2024-04-26mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu1-71/+0
2024-04-26mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu1-2/+2
2024-04-26mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-04-26mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang1-2/+12
2024-04-26hugetlb: remove mention of destructorsMatthew Wilcox (Oracle)1-24/+16
2024-04-26mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)1-1/+2
2024-04-25mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin1-1/+1
2024-04-25hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)1-4/+7
2024-04-25mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-19/+3
2024-04-25mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu1-1/+4
2024-04-17mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu1-3/+7
2024-03-12mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton1-4/+13
2024-03-07mm: constify more page/folio testsMatthew Wilcox (Oracle)1-2/+2
2024-03-07hugetlb: parallelize 1G hugetlb initializationGang Li1-8/+43
2024-03-07hugetlb: parallelize 2M hugetlb allocation and initializationGang Li1-17/+56
2024-03-07hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li1-10/+12
2024-03-07hugetlb: split hugetlb_hstate_alloc_pagesGang Li1-44/+43
2024-03-07hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li1-17/+29