summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang
2023-02-13mm/hugetlb: convert hugetlb_wp() to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar
2023-02-13mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlbfs_pagecache_present() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb_install_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert demote_free_huge_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert restore_reserve_on_error() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar
2023-02-13mm/hugetlb: convert alloc_surplus_huge_page() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert dequeue_hugetlb_page functions to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert __update_and_free_page() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan
2023-02-02mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar
2023-02-02hugetlb: remove uses of compound_dtor and compound_nrMatthew Wilcox (Oracle)
2023-02-02hugetlb: remove uses of folio_mapcount_ptrMatthew Wilcox (Oracle)
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