summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand2023-04-211-2/+2
* mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...David Hildenbrand2023-04-181-3/+2
* mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...David Hildenbrand2023-04-181-7/+2
* mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand2023-04-181-4/+2
* mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand2023-04-181-2/+0
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-4/+15
|\
| * mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi2023-04-161-2/+3
| * mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand2023-04-161-2/+12
* | mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes2023-04-051-18/+13
* | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-1/+1
* | mm: don't look at xarray value entries in split_huge_pages_in_fileChristoph Hellwig2023-04-051-3/+2
* | mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu2023-03-281-6/+2
* | mm: huge_memory: convert __do_huge_pmd_anonymous_page() to use a folioKefeng Wang2023-03-281-10/+11
|/
* mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand2023-03-071-2/+4
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-87/+89
|\
| * mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe2023-02-091-10/+0
| * mm: fix khugepaged with shmem_enabled=adviseDavid Stevens2023-02-021-1/+2
| * mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)2023-02-021-2/+1
| * mm/huge_memory: convert get_deferred_split_queue() to take a folioMatthew Wilcox (Oracle)2023-02-021-8/+10
| * mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)2023-02-021-17/+17
| * mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)2023-02-021-17/+15
| * mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)2023-02-021-3/+5
| * mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)2023-02-021-2/+2
| * mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-2/+2
| * mm: huge_memory: convert split_huge_pages_all() to use a folioKefeng Wang2023-01-181-8/+17
| * mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei2023-01-181-0/+3
| * mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang2023-01-181-1/+1
| * mm: huge_memory: convert madvise_free_huge_pmd to use a folioKefeng Wang2023-01-181-14/+14
| * mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu2023-01-181-5/+3
* | mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2023-02-171-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-1/+2
|\
| * mm: Add PG_arch_3 page flagPeter Collingbourne2022-11-291-0/+1
| * mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas2022-11-291-1/+1
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-73/+84
|\ \
| * | mm: remove VM_FAULT_WRITEDavid Hildenbrand2022-12-111-1/+1
| * | mm/thp: re-apply mkdirty for small pages after splitPeter Xu2022-11-301-6/+8
| * | mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand2022-11-301-1/+1
| * | mm: add early FAULT_FLAG_UNSHARE consistency checksDavid Hildenbrand2022-11-301-3/+0
| * | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand2022-11-301-11/+15
| * | mm/huge_memory: try avoiding write faults when changing PMD protectionDavid Hildenbrand2022-11-301-2/+36
| * | mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Hugh Dickins2022-11-301-10/+5
| * | mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2022-11-301-1/+1
| * | mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins2022-11-301-2/+1
| * | mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins2022-11-301-28/+8
| * | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-3/+6
| |\ \
| * | | mm: migrate: try again if THP split is failed due to page refcntBaolin Wang2022-11-081-2/+2
| * | | mm/huge_memory: convert split_huge_pages_in_file() to use a folioMatthew Wilcox (Oracle)2022-11-081-9/+9
| | |/ | |/|
* | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-6/+13
|\ \ \ | |_|/ |/| |
| * | mm: allow multiple error returns in try_grab_page()Logan Gunthorpe2022-11-091-6/+13