summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2023-10-18hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel
2023-10-18hugetlbfs: clear resv_map pointer if mmap failsRik van Riel
2023-10-16mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...Sidhartha Kumar
2023-10-16mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar
2023-10-04hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)
2023-10-04hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)
2023-10-04hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif
2023-10-04mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan
2023-10-04mm/hugetlb: fix nodes huge page allocation when there are surplus pagesXueshi Hu
2023-10-04hugetlb: set hugetlb page flag before optimizing vmemmapMike Kravetz
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-08-24hugetlb: add documentation for vma_kernel_pagesize()Matthew Wilcox (Oracle)
2023-08-24hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)
2023-08-21mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm: replace mmap with vma write lock assertions when operating on a vmaSuren Baghdasaryan
2023-08-21mm/hugetlb.c: use helper macro K()ZhangPeng
2023-08-21mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables()Kefeng Wang
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()Matthew Wilcox (Oracle)
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple
2023-08-18mm/hugetlb: get rid of page_hstate()Sidhartha Kumar
2023-08-18mm: userfaultfd: support UFFDIO_POISON for hugetlbfsAxel Rasmussen
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen
2023-08-18mm/gup: retire follow_hugetlb_page()Peter Xu
2023-08-18mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu
2023-08-18mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PINPeter Xu
2023-08-18mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()Peter Xu
2023-08-04hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard
2023-06-23hugetlb: revert use of page_cache_next_miss()Mike Kravetz
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu
2023-06-19mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu
2023-06-19mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng
2023-06-19mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng
2023-06-19mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng
2023-06-09mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-04-21mm/hugetlb: fix uffd-wp bit lost when unsharing happensPeter Xu
2023-04-21mm/hugetlb: fix uffd-wp during fork()Peter Xu
2023-04-18mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin
2023-04-18mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng
2023-04-18userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng