summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu2023-06-191-3/+2
* mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu2023-06-191-6/+3
* mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng2023-06-191-10/+10
* mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng2023-06-191-16/+16
* mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng2023-06-191-11/+11
* mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes2023-06-091-14/+10
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-56/+80
|\
| * mm/hugetlb: fix uffd-wp bit lost when unsharing happensPeter Xu2023-04-211-2/+5
| * mm/hugetlb: fix uffd-wp during fork()Peter Xu2023-04-211-9/+15
| * mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin2023-04-181-3/+14
| * mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng2023-04-181-6/+5
| * userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng2023-04-181-13/+13
| * userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng2023-04-181-3/+2