summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-01-18mm/uffd: detect pgtable allocation failuresPeter Xu
2023-01-18mm/mprotect: use long for page accountings and retvalPeter Xu
2023-01-18hugetlb: initialize variable to avoid compiler warningMike Kravetz
2023-01-18mm/hugetlb: introduce hugetlb_walk()Peter Xu
2023-01-18mm/hugetlb: make follow_hugetlb_page() safe to pmd unsharePeter Xu
2023-01-18mm/hugetlb: make hugetlb_follow_page_mask() safe to pmd unsharePeter Xu
2023-01-18mm/hugetlb: move swap entry handling into vma lock when faultedPeter Xu
2023-01-18mm/hugetlb: don't wait for migration entry during follow pagePeter Xu
2023-01-18hugetlb: update vma flag check for hugetlb vma lockMike Kravetz
2023-01-18mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu
2023-01-18mm: move folio_set_compound_order() to mm/internal.hSidhartha Kumar
2023-01-18mm: fix a few rare cases of using swapin error pte markerPeter Xu
2023-01-11mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes
2023-01-11mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu
2023-01-11hugetlb: unshare some PMDs when splitting VMAsJames Houghton
2023-01-11mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand
2023-01-11mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand
2022-12-21hugetlb: really allocate vma lock for all sharable vmasMike Kravetz
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-12mm/hugetlb: set head flag before setting compound_order in __prep_compound_gi...Sidhartha Kumar
2022-12-11mm/hugetlb: change hugetlb allocation functions to return a folioSidhartha Kumar
2022-12-11mm/hugetlb: convert hugetlb prep functions to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert free_gigantic_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert enqueue_huge_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()Sidhartha Kumar
2022-12-11mm/hugetlb: convert update_and_free_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert remove_hugetlb_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert dissolve_free_huge_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert destroy_compound_gigantic_page() to foliosSidhartha Kumar
2022-12-11mm: add folio dtor and order setter functionsSidhartha Kumar
2022-11-30mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand
2022-11-30mm: add early FAULT_FLAG_UNSHARE consistency checksDavid Hildenbrand
2022-11-30hugetlb: remove duplicate mmu notificationsMike Kravetz
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-11-30mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar
2022-11-30mm/hugetlb: convert free_huge_page to foliosSidhartha Kumar
2022-11-30mm/hugetlb: convert isolate_or_dissolve_huge_page to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-11-30hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz
2022-11-22hugetlb: fix __prep_compound_gigantic_page page flag settingMike Kravetz
2022-11-09mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pagesLogan Gunthorpe