summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
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-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
2023-04-18userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng
2023-04-18hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-05mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen
2023-04-05mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen
2023-04-05mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-04-05mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu
2023-03-20mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang