summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-04hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz1-24/+51
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard1-1/+6
2023-06-24hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-6/+6
2023-06-20mm: ptep_get() conversionRyan Roberts1-1/+1
2023-06-20mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu1-3/+2
2023-06-20mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu1-6/+3
2023-06-20mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng1-10/+10
2023-06-20mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng1-16/+16
2023-06-20mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng1-11/+11
2023-06-10mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes1-14/+10
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-56/+80
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-3/+48
2023-04-22mm/hugetlb: fix uffd-wp bit lost when unsharing happensPeter Xu1-2/+5
2023-04-22mm/hugetlb: fix uffd-wp during fork()Peter Xu1-9/+15
2023-04-19mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin1-3/+14
2023-04-19mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng1-6/+5
2023-04-19userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng1-13/+13
2023-04-19userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng1-3/+2
2023-04-19hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)1-7/+11
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-2/+12
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen1-6/+6
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen1-2/+2
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen1-10/+10
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-2/+2
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-2/+4
2023-04-06mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu1-2/+12
2023-03-21mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang1-3/+48
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang1-5/+8
2023-02-14mm/hugetlb: convert hugetlb_wp() to take in a folioSidhartha Kumar1-16/+16
2023-02-14mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar1-5/+4
2023-02-14mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar1-11/+10
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-100/+101
2023-02-14mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar1-4/+4
2023-02-14mm/hugetlb: convert hugetlbfs_pagecache_present() to foliosSidhartha Kumar1-9/+7
2023-02-14mm/hugetlb: convert hugetlb_install_page to foliosSidhartha Kumar1-7/+7
2023-02-14mm/hugetlb: convert demote_free_huge_page to foliosSidhartha Kumar1-18/+17
2023-02-14mm/hugetlb: convert restore_reserve_on_error() to foliosSidhartha Kumar1-13/+14
2023-02-14mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar1-9/+9
2023-02-14mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar1-17/+16
2023-02-14mm/hugetlb: convert alloc_surplus_huge_page() to foliosSidhartha Kumar1-13/+14
2023-02-14mm/hugetlb: convert dequeue_hugetlb_page functions to foliosSidhartha Kumar1-26/+30
2023-02-14mm/hugetlb: convert __update_and_free_page() to foliosSidhartha Kumar1-6/+6
2023-02-14mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar1-8/+8
2023-02-10mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan1-2/+2
2023-02-03mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar1-5/+5
2023-02-03mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar1-1/+1
2023-02-03hugetlb: remove uses of compound_dtor and compound_nrMatthew Wilcox (Oracle)1-5/+7
2023-02-03hugetlb: remove uses of folio_mapcount_ptrMatthew Wilcox (Oracle)1-2/+2
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)1-2/+2