summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-18mm/gup: retire follow_hugetlb_page()Peter Xu1-224/+0
2023-08-18mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu1-1/+4
2023-08-18mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PINPeter Xu1-11/+22
2023-08-18mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()Peter Xu1-0/+9
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard1-1/+6
2023-06-24hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-6/+6
2023-06-20mm: ptep_get() conversionRyan Roberts1-1/+1
2023-06-20mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu1-3/+2
2023-06-20mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu1-6/+3
2023-06-20mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng1-10/+10
2023-06-20mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng1-16/+16
2023-06-20mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng1-11/+11
2023-06-10mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes1-14/+10
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-56/+80
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-3/+48
2023-04-22mm/hugetlb: fix uffd-wp bit lost when unsharing happensPeter Xu1-2/+5
2023-04-22mm/hugetlb: fix uffd-wp during fork()Peter Xu1-9/+15
2023-04-19mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin1-3/+14
2023-04-19mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng1-6/+5
2023-04-19userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng1-13/+13
2023-04-19userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng1-3/+2
2023-04-19hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)1-7/+11
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-2/+12
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen1-6/+6
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen1-2/+2
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen1-10/+10
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-2/+2
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-2/+4
2023-04-06mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu1-2/+12
2023-03-21mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang1-3/+48
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang1-5/+8
2023-02-14mm/hugetlb: convert hugetlb_wp() to take in a folioSidhartha Kumar1-16/+16
2023-02-14mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar1-5/+4
2023-02-14mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar1-11/+10
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-100/+101
2023-02-14mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar1-4/+4
2023-02-14mm/hugetlb: convert hugetlbfs_pagecache_present() to foliosSidhartha Kumar1-9/+7
2023-02-14mm/hugetlb: convert hugetlb_install_page to foliosSidhartha Kumar1-7/+7
2023-02-14mm/hugetlb: convert demote_free_huge_page to foliosSidhartha Kumar1-18/+17
2023-02-14mm/hugetlb: convert restore_reserve_on_error() to foliosSidhartha Kumar1-13/+14
2023-02-14mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar1-9/+9