aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-23mm: remove references to pagevecGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-06-19mm: ptep_get() conversionGravatar Ryan Roberts 1-2/+2
2023-06-19mm: remove set_compound_page_dtor()Gravatar Sidhartha Kumar 1-1/+1
2023-06-19mm/huge_memory: split huge pmd under one pte_offset_map()Gravatar Hugh Dickins 1-10/+18
2023-06-19mm/mremap: retry if either pte_offset_map_*lock() failsGravatar Hugh Dickins 1-2/+3
2023-06-09THP: avoid lock when check whether THP is in deferred listGravatar Yin Fengwei 1-5/+12
2023-04-21mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsGravatar David Hildenbrand 1-2/+2
2023-04-18mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...Gravatar David Hildenbrand 1-3/+2
2023-04-18mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...Gravatar David Hildenbrand 1-7/+2
2023-04-18mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...Gravatar David Hildenbrand 1-4/+2
2023-04-18mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesGravatar David Hildenbrand 1-2/+0
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesGravatar Andrew Morton 1-4/+15
2023-04-16mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIOGravatar Naoya Horiguchi 1-2/+3
2023-04-16mm/userfaultfd: fix uffd-wp handling for THP migration entriesGravatar David Hildenbrand 1-2/+12
2023-04-05mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesGravatar Lorenzo Stoakes 1-18/+13
2023-04-05mm, treewide: redefine MAX_ORDER sanelyGravatar Kirill A. Shutemov 1-1/+1
2023-04-05mm: return an ERR_PTR from __filemap_get_folioGravatar Christoph Hellwig 1-1/+1
2023-04-05mm: don't look at xarray value entries in split_huge_pages_in_fileGravatar Christoph Hellwig 1-3/+2
2023-03-28mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDGravatar Peter Xu 1-6/+2
2023-03-28mm: huge_memory: convert __do_huge_pmd_anonymous_page() to use a folioGravatar Kefeng Wang 1-10/+11
2023-03-07mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageGravatar David Hildenbrand 1-2/+4
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-87/+89
2023-02-17mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Gravatar Peter Xu 1-2/+4
2023-02-09mm/gup: simplify the external interface functions and consolidate invariantsGravatar Jason Gunthorpe 1-10/+0
2023-02-02mm: fix khugepaged with shmem_enabled=adviseGravatar David Stevens 1-1/+2
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Gravatar Matthew Wilcox (Oracle) 1-2/+1
2023-02-02mm/huge_memory: convert get_deferred_split_queue() to take a folioGravatar Matthew Wilcox (Oracle) 1-8/+10
2023-02-02mm/huge_memory: remove page_deferred_list()Gravatar Matthew Wilcox (Oracle) 1-17/+17
2023-02-02mm: move page->deferred_list to folio->_deferred_listGravatar Matthew Wilcox (Oracle) 1-17/+15
2023-02-02mm: convert is_transparent_hugepage() to use a folioGravatar Matthew Wilcox (Oracle) 1-3/+5
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportGravatar Alistair Popple 1-2/+2
2023-01-18mm: huge_memory: convert split_huge_pages_all() to use a folioGravatar Kefeng Wang 1-8/+17
2023-01-18mm/thp: check and bail out if page in deferred queue alreadyGravatar Yin Fengwei 1-0/+3
2023-01-18mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Gravatar Kefeng Wang 1-1/+1
2023-01-18mm: huge_memory: convert madvise_free_huge_pmd to use a folioGravatar Kefeng Wang 1-14/+14
2023-01-18mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Gravatar Peter Xu 1-5/+3
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+2
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-73/+84
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-6/+13
2022-12-11mm: remove VM_FAULT_WRITEGravatar David Hildenbrand 1-1/+1
2022-11-30mm/thp: re-apply mkdirty for small pages after splitGravatar Peter Xu 1-6/+8
2022-11-30mm/gup: reliable R/O long-term pinning in COW mappingsGravatar David Hildenbrand 1-1/+1
2022-11-30mm: add early FAULT_FLAG_UNSHARE consistency checksGravatar David Hildenbrand 1-3/+0
2022-11-30mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteGravatar David Hildenbrand 1-11/+15
2022-11-30mm/huge_memory: try avoiding write faults when changing PMD protectionGravatar David Hildenbrand 1-2/+36
2022-11-30mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Gravatar Hugh Dickins 1-10/+5
2022-11-30mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesGravatar Hugh Dickins 1-1/+1
2022-11-30mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsGravatar Hugh Dickins 1-2/+1
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingGravatar Hugh Dickins 1-28/+8