summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz2023-12-061-0/+7
* mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins2023-10-251-18/+20
* hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif2023-10-251-7/+7
* hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz2023-10-251-28/+71
* hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz2023-10-251-8/+35
* hugetlb: restructure pool allocationsMike Kravetz2023-10-251-39/+141
* hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz2023-10-251-0/+39
* hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2023-10-181-7/+28
* mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden2023-10-181-1/+1
* mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand2023-10-181-1/+1
* mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand2023-10-181-1/+3
* fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum2023-10-181-2/+3
* userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu2023-10-181-13/+19
* hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz2023-10-181-9/+15
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-181-19/+63
|\
| * hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel2023-10-181-12/+22
| * hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel2023-10-181-4/+37
| * hugetlbfs: clear resv_map pointer if mmap failsRik van Riel2023-10-181-3/+4
* | mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...Sidhartha Kumar2023-10-161-1/+1
* | mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar2023-10-161-26/+6
* | hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)2023-10-041-14/+15
* | hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)2023-10-041-15/+11
* | hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)2023-10-041-6/+6
* | mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif2023-10-041-9/+59
* | mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan2023-10-041-1/+1
* | mm/hugetlb: fix nodes huge page allocation when there are surplus pagesXueshi Hu2023-10-041-1/+3
* | hugetlb: set hugetlb page flag before optimizing vmemmapMike Kravetz2023-10-041-9/+22
|/
* mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-19/+24
* hugetlb: add documentation for vma_kernel_pagesize()Matthew Wilcox (Oracle)2023-08-241-3/+8
* hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz2023-08-241-10/+1
* mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)2023-08-211-43/+6
* mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)2023-08-211-25/+23
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-24/+51
|\
| * hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz2023-08-041-24/+51
* | mm: replace mmap with vma write lock assertions when operating on a vmaSuren Baghdasaryan2023-08-211-1/+1
* | mm/hugetlb.c: use helper macro K()ZhangPeng2023-08-211-1/+1
* | mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables()Kefeng Wang2023-08-211-2/+2
* | mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()Matthew Wilcox (Oracle)2023-08-181-0/+6
* | mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-181-3/+4
* | mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple2023-08-181-1/+0
* | mm/hugetlb: get rid of page_hstate()Sidhartha Kumar2023-08-181-3/+3
* | mm: userfaultfd: support UFFDIO_POISON for hugetlbfsAxel Rasmussen2023-08-181-0/+19
* | mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-181-11/+21
* | mm/gup: retire follow_hugetlb_page()Peter Xu2023-08-181-224/+0
* | mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu2023-08-181-1/+4
* | mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PINPeter Xu2023-08-181-11/+22
* | mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()Peter Xu2023-08-181-0/+9
|/
* mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard2023-07-081-1/+6
* hugetlb: revert use of page_cache_next_miss()Mike Kravetz2023-06-231-6/+6
* mm: ptep_get() conversionRyan Roberts2023-06-191-1/+1