summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+12
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-2/+2
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand1-2/+1
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand1-3/+3
2023-12-29mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand1-2/+2
2023-12-29mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand1-4/+4
2023-12-07hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz1-0/+7
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-1/+1
2023-10-26mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins1-18/+20
2023-10-26hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif1-7/+7
2023-10-26hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz1-28/+71
2023-10-26hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz1-8/+35
2023-10-26hugetlb: restructure pool allocationsMike Kravetz1-39/+141
2023-10-26hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz1-0/+39
2023-10-19hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham1-7/+28
2023-10-19mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden1-1/+1
2023-10-19mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand1-1/+1
2023-10-19mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand1-1/+3
2023-10-19fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum1-2/+3
2023-10-19userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu1-13/+19
2023-10-19hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz1-9/+15
2023-10-19Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-19/+63
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel1-12/+22
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-4/+37
2023-10-18hugetlbfs: clear resv_map pointer if mmap failsRik van Riel1-3/+4
2023-10-17mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...Sidhartha Kumar1-1/+1
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar1-26/+6
2023-10-04hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)1-14/+15
2023-10-04hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)1-15/+11
2023-10-04hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)1-6/+6
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif1-9/+59
2023-10-04mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04mm/hugetlb: fix nodes huge page allocation when there are surplus pagesXueshi Hu1-1/+3
2023-10-04hugetlb: set hugetlb page flag before optimizing vmemmapMike Kravetz1-9/+22
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-19/+24
2023-08-25hugetlb: add documentation for vma_kernel_pagesize()Matthew Wilcox (Oracle)1-3/+8
2023-08-25hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz1-10/+1
2023-08-22mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)1-43/+6
2023-08-22mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)1-25/+23
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-24/+51
2023-08-21mm: replace mmap with vma write lock assertions when operating on a vmaSuren Baghdasaryan1-1/+1
2023-08-21mm/hugetlb.c: use helper macro K()ZhangPeng1-1/+1
2023-08-21mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables()Kefeng Wang1-2/+2
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()Matthew Wilcox (Oracle)1-0/+6
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-3/+4
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple1-1/+0
2023-08-18mm/hugetlb: get rid of page_hstate()Sidhartha Kumar1-3/+3
2023-08-18mm: userfaultfd: support UFFDIO_POISON for hugetlbfsAxel Rasmussen1-0/+19
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen1-11/+21