summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand
2023-12-29mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand
2023-12-06hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-10-25mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins
2023-10-25hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif
2023-10-25hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz
2023-10-25hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz
2023-10-25hugetlb: restructure pool allocationsMike Kravetz
2023-10-25hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand
2023-10-18mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum
2023-10-18userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu
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