summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-17mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin
2024-07-17mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy
2024-07-12mm/hugetlb.c: undo errant changeAndrew Morton
2024-07-09mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin
2024-07-09mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-04mm/ksm: refactor out try_to_merge_with_zero_page()Chengming Zhou
2024-07-04hugetlb: force allocating surplus hugepages on mempolicy allowed nodesAristeu Rozanski
2024-07-03mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao
2024-07-03mm: memory: improve copy_user_large_folio()Kefeng Wang
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang
2024-07-03mm/hugetlb: guard dequeue_hugetlb_folio_nodemask against NUMA_NO_NODE usesOscar Salvador
2024-07-03mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folioOscar Salvador
2024-07-03mm/hugetlb: constify ctl_table arguments of utility functionsThomas Weißschuh
2024-06-05mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador
2024-05-11mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wpOscar Salvador
2024-05-11mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_faultOscar Salvador
2024-05-07mm/hugetlb: align cma on allocation order, not demotion orderFrank van der Linden
2024-05-07mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisionsDavid Hildenbrand
2024-05-05mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)
2024-05-05mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar
2024-05-05mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand
2024-04-25mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden
2024-04-25hugetlb: convert hugetlb_wp() to use struct vm_faultVishal Moola (Oracle)
2024-04-25hugetlb: convert hugetlb_no_page() to use struct vm_faultVishal Moola (Oracle)
2024-04-25hugetlb: convert hugetlb_fault() to use struct vm_faultVishal Moola (Oracle)
2024-04-25hugetlb: convert alloc_buddy_hugetlb_folio to use a folioMatthew Wilcox (Oracle)
2024-04-25memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2024-04-25mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu
2024-04-25mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu
2024-04-25mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)
2024-04-25mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang
2024-04-25hugetlb: remove mention of destructorsMatthew Wilcox (Oracle)
2024-04-25mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)
2024-04-25mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin
2024-04-24hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)
2024-04-24mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu
2024-04-16mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu
2024-03-12mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton
2024-03-06mm: constify more page/folio testsMatthew Wilcox (Oracle)
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li
2024-03-06hugetlb: parallelize 2M hugetlb allocation and initializationGang Li
2024-03-06hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li
2024-03-06hugetlb: split hugetlb_hstate_alloc_pagesGang Li
2024-03-06hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li