summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)2023-04-181-7/+11
| * sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-2/+12
| |\
| * | mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen2023-04-051-6/+6
| * | mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen2023-04-051-2/+2
| * | mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2023-04-051-10/+10
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-2/+2
| * | mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-2/+4
* | | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-3/+48
|\ \ \ | |_|/ |/| |
| * | mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang2023-03-201-3/+48
| |/
* / mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu2023-04-051-2/+12
|/
* mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang2023-02-201-5/+8
* mm/hugetlb: convert hugetlb_wp() to take in a folioSidhartha Kumar2023-02-131-16/+16
* mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar2023-02-131-5/+4
* mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar2023-02-131-11/+10
* mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar2023-02-131-100/+101