- 8cfd014e hugetlb: add documentation for vma_kernel_pagesize() by Matthew Wilcox (Oracle) · 1 year, 7 months ago
- 6c14197 hugetlb: clear flags in tail pages that will be freed individually by Mike Kravetz · 1 year, 7 months ago
- 9c5ccf2 mm: remove HUGETLB_PAGE_DTOR by Matthew Wilcox (Oracle) · 1 year, 7 months ago
- 454a00c mm: convert free_huge_page() to free_huge_folio() by Matthew Wilcox (Oracle) · 1 year, 7 months ago
- 5994eab merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes by Andrew Morton · 1 year, 7 months ago
- e727bfd mm: replace mmap with vma write lock assertions when operating on a vma by Suren Baghdasaryan · 1 year, 7 months ago
- 6c1aa2d mm/hugetlb.c: use helper macro K() by ZhangPeng · 1 year, 7 months ago
- f720b47 mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables() by Kefeng Wang · 1 year, 8 months ago
- 4ec3115 mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault() by Matthew Wilcox (Oracle) · 1 year, 8 months ago
- 1af5a81 mmu_notifiers: rename invalidate_range notifier by Alistair Popple · 1 year, 8 months ago
- ec8832d mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end() by Alistair Popple · 1 year, 8 months ago
- affd26b mm/hugetlb: get rid of page_hstate() by Sidhartha Kumar · 1 year, 8 months ago
- 8a13897 mm: userfaultfd: support UFFDIO_POISON for hugetlbfs by Axel Rasmussen · 1 year, 8 months ago
- af19487 mm: make PTE_MARKER_SWAPIN_ERROR more general by Axel Rasmussen · 1 year, 8 months ago
- 4849807 mm/gup: retire follow_hugetlb_page() by Peter Xu · 1 year, 9 months ago
- 5502ea4 mm/hugetlb: add page_mask for hugetlb_follow_page_mask() by Peter Xu · 1 year, 9 months ago
- 458568c mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PIN by Peter Xu · 1 year, 9 months ago
- dd767aa mm/hugetlb: handle FOLL_DUMP well in follow_page_mask() by Peter Xu · 1 year, 9 months ago
- 32c8771 hugetlb: do not clear hugetlb dtor until allocating vmemmap by Mike Kravetz · 1 year, 8 months ago
- 191fcdb mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison by John Hubbard · 1 year, 9 months ago
- fd4aed8 hugetlb: revert use of page_cache_next_miss() by Mike Kravetz · 1 year, 9 months ago
- c33c794 mm: ptep_get() conversion by Ryan Roberts · 1 year, 9 months ago
- 349d167 mm/hugetlb: fix pgtable lock on pmd sharing by Peter Xu · 1 year, 9 months ago
- e3b7bf9 mm/folio: avoid special handling for order value 0 in folio_set_order by Tarun Sahu · 1 year, 9 months ago
- 061e62e mm/hugetlb: use a folio in hugetlb_fault() by ZhangPeng · 1 year, 9 months ago
- 959a78b mm/hugetlb: use a folio in hugetlb_wp() by ZhangPeng · 1 year, 9 months ago
- ad27ce2 mm/hugetlb: use a folio in copy_hugetlb_page_range() by ZhangPeng · 1 year, 9 months ago
- b2cac24 mm/gup: remove vmas array from internal GUP functions by Lorenzo Stoakes · 1 year, 10 months ago
- 7fa8a8e Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 11 months ago
- 888d3c9 Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 11 months ago
- 0f230bc mm/hugetlb: fix uffd-wp bit lost when unsharing happens by Peter Xu · 1 year, 11 months ago
- 5a2f8d2 mm/hugetlb: fix uffd-wp during fork() by Peter Xu · 1 year, 11 months ago
- 1cb9dc4 mm: hwpoison: support recovery from HugePage copy-on-write faults by Liu Shixin · 1 year, 11 months ago
- c0e8150 mm: convert copy_user_huge_page() to copy_user_large_folio() by ZhangPeng · 1 year, 11 months ago
- 0169fd5 userfaultfd: convert mfill_atomic_hugetlb() to use a folio by ZhangPeng · 1 year, 11 months ago
- e87340c userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user() by ZhangPeng · 1 year, 11 months ago
- 957ebbd hugetlb: remove PageHeadHuge() by Matthew Wilcox (Oracle) · 2 years ago
- e492cd6 sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes by Andrew Morton · 1 year, 11 months ago
- d971293 mm: userfaultfd: combine 'mode' and 'wp_copy' arguments by Axel Rasmussen · 2 years ago
- 61c5004 mm: userfaultfd: don't pass around both mm and vma by Axel Rasmussen · 2 years ago
- a734991 mm: userfaultfd: rename functions for clarity + consistency by Axel Rasmussen · 2 years ago
- 23baf83 mm, treewide: redefine MAX_ORDER sanely by Kirill A. Shutemov · 2 years ago
- 66dabbb mm: return an ERR_PTR from __filemap_get_folio by Christoph Hellwig · 2 years ago
- 60d5b47 mm/hugetlb: fix uffd wr-protection for CoW optimization path by Peter Xu · 2 years ago
- 962de54 mm: hugetlb: move hugeltb sysctls to its own file by Kefeng Wang · 2 years ago
- 9747b9e mm: hugetlb: change to return bool for isolate_hugetlb() by Baolin Wang · 2 years, 1 month ago
- 371607a mm/hugetlb: convert hugetlb_wp() to take in a folio by Sidhartha Kumar · 2 years, 2 months ago
- 9b91c0e mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folio by Sidhartha Kumar · 2 years, 2 months ago
- d2d7bb4 mm/hugetlb: convert restore_reserve_on_error to take in a folio by Sidhartha Kumar · 2 years, 2 months ago
- d0ce0e4 mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio() by Sidhartha Kumar · 2 years, 2 months ago
- ea8e72f mm/hugetlb: convert putback_active_hugepage to take in a folio by Sidhartha Kumar · 2 years, 2 months ago
- 91a2fb95 mm/hugetlb: convert hugetlbfs_pagecache_present() to folios by Sidhartha Kumar · 2 years, 2 months ago
- ea4c353 mm/hugetlb: convert hugetlb_install_page to folios by Sidhartha Kumar · 2 years, 2 months ago
- bdd7be0 mm/hugetlb: convert demote_free_huge_page to folios by Sidhartha Kumar · 2 years, 2 months ago
- 0ffdc38 mm/hugetlb: convert restore_reserve_on_error() to folios by Sidhartha Kumar · 2 years, 2 months ago
- e37d3e8 mm/hugetlb: convert alloc_migrate_huge_page to folios by Sidhartha Kumar · 2 years, 2 months ago
- ff7d853 mm/hugetlb: increase use of folios in alloc_huge_page() by Sidhartha Kumar · 2 years, 2 months ago
- 3a740e8 mm/hugetlb: convert alloc_surplus_huge_page() to folios by Sidhartha Kumar · 2 years, 2 months ago
- a36f1e9 mm/hugetlb: convert dequeue_hugetlb_page functions to folios by Sidhartha Kumar · 2 years, 2 months ago
- 6f6956c mm/hugetlb: convert __update_and_free_page() to folios by Sidhartha Kumar · 2 years, 2 months ago
- 6aa3a92 mm/hugetlb: convert isolate_hugetlb to folios by Sidhartha Kumar · 2 years, 2 months ago
- e430a95 mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK by Suren Baghdasaryan · 2 years, 2 months ago
- 04bac04 mm/hugetlb: convert get_hwpoison_huge_page() to folios by Sidhartha Kumar · 2 years, 2 months ago
- 2ff6cec mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios by Sidhartha Kumar · 2 years, 2 months ago
- 2d678c6 hugetlb: remove uses of compound_dtor and compound_nr by Matthew Wilcox (Oracle) · 2 years, 2 months ago
- 46f2722 hugetlb: remove uses of folio_mapcount_ptr by Matthew Wilcox (Oracle) · 2 years, 2 months ago
- eec2042 mm: convert head_subpages_mapcount() into folio_nr_pages_mapped() by Matthew Wilcox (Oracle) · 2 years, 2 months ago
- 94688e8 mm: remove folio_pincount_ptr() and head_compound_pincount() by Matthew Wilcox (Oracle) · 2 years, 2 months ago
- 7d4a8be mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export by Alistair Popple · 2 years, 2 months ago
- d175111 mm/uffd: detect pgtable allocation failures by Peter Xu · 2 years, 2 months ago
- a79390f mm/mprotect: use long for page accountings and retval by Peter Xu · 2 years, 2 months ago
- c5094ec hugetlb: initialize variable to avoid compiler warning by Mike Kravetz · 2 years, 3 months ago
- 9c67a20 mm/hugetlb: introduce hugetlb_walk() by Peter Xu · 2 years, 3 months ago
- eefc7fa mm/hugetlb: make follow_hugetlb_page() safe to pmd unshare by Peter Xu · 2 years, 3 months ago
- 7d049f3 mm/hugetlb: make hugetlb_follow_page_mask() safe to pmd unshare by Peter Xu · 2 years, 3 months ago
- fcd4854 mm/hugetlb: move swap entry handling into vma lock when faulted by Peter Xu · 2 years, 3 months ago
- bb373dce mm/hugetlb: don't wait for migration entry during follow page by Peter Xu · 2 years, 3 months ago
- 379c2e6 hugetlb: update vma flag check for hugetlb vma lock by Mike Kravetz · 2 years, 3 months ago
- f1eb1ba mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp() by Peter Xu · 2 years, 3 months ago
- 04a42e7 mm: move folio_set_compound_order() to mm/internal.h by Sidhartha Kumar · 2 years, 3 months ago
- 7e3ce3f mm: fix a few rare cases of using swapin error pte marker by Peter Xu · 2 years, 3 months ago
- 8651a13 mm: update mmap_sem comments to refer to mmap_lock by Lorenzo Stoakes · 2 years, 2 months ago
- fed15f1 mm/hugetlb: pre-allocate pgtable pages for uffd wr-protects by Peter Xu · 2 years, 2 months ago
- b30c14c hugetlb: unshare some PMDs when splitting VMAs by James Houghton · 2 years, 2 months ago
- 44f8639 mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_protection() by David Hildenbrand · 2 years, 3 months ago
- 0e67815 mm/hugetlb: fix PTE marker handling in hugetlb_change_protection() by David Hildenbrand · 2 years, 3 months ago
- e700898 hugetlb: really allocate vma lock for all sharable vmas by Mike Kravetz · 2 years, 3 months ago
- 8fa590b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 2 years, 3 months ago
- e2ca6ba Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 3 months ago
- ce8a79d Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 3 months ago
- c45bc55a mm/hugetlb: set head flag before setting compound_order in __prep_compound_gigantic_folio by Sidhartha Kumar · 2 years, 3 months ago
- 19fc1a7 mm/hugetlb: change hugetlb allocation functions to return a folio by Sidhartha Kumar · 2 years, 3 months ago
- d1c6095 mm/hugetlb: convert hugetlb prep functions to folios by Sidhartha Kumar · 2 years, 3 months ago
- 7f325a8 mm/hugetlb: convert free_gigantic_page() to folios by Sidhartha Kumar · 2 years, 3 months ago
- 240d67a mm/hugetlb: convert enqueue_huge_page() to folios by Sidhartha Kumar · 2 years, 3 months ago
- 2f6c57d mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio() by Sidhartha Kumar · 2 years, 3 months ago
- d6ef19e mm/hugetlb: convert update_and_free_page() to folios by Sidhartha Kumar · 2 years, 3 months ago
- cfd5082 mm/hugetlb: convert remove_hugetlb_page() to folios by Sidhartha Kumar · 2 years, 3 months ago
- 1a7cdab mm/hugetlb: convert dissolve_free_huge_page() to folios by Sidhartha Kumar · 2 years, 3 months ago
- 911565b mm/hugetlb: convert destroy_compound_gigantic_page() to folios by Sidhartha Kumar · 2 years, 3 months ago