aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2023-08-24madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand
2023-06-23mm: remove references to pagevecMatthew Wilcox (Oracle)
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm: remove set_compound_page_dtor()Sidhartha Kumar
2023-06-19mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins
2023-06-19mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins
2023-06-09THP: avoid lock when check whether THP is in deferred listYin Fengwei
2023-04-21mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand
2023-04-18mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...David Hildenbrand
2023-04-18mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...David Hildenbrand
2023-04-18mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand
2023-04-18mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-16mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi
2023-04-16mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand
2023-04-05mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-04-05mm: don't look at xarray value entries in split_huge_pages_in_fileChristoph Hellwig
2023-03-28mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu
2023-03-28mm: huge_memory: convert __do_huge_pmd_anonymous_page() to use a folioKefeng Wang
2023-03-07mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-17mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu
2023-02-09mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe
2023-02-02mm: fix khugepaged with shmem_enabled=adviseDavid Stevens
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)
2023-02-02mm/huge_memory: convert get_deferred_split_queue() to take a folioMatthew Wilcox (Oracle)
2023-02-02mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)
2023-02-02mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)
2023-02-02mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-01-18mm: huge_memory: convert split_huge_pages_all() to use a folioKefeng Wang
2023-01-18mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei
2023-01-18mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang
2023-01-18mm: huge_memory: convert madvise_free_huge_pmd to use a folioKefeng Wang
2023-01-18mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-11mm: remove VM_FAULT_WRITEDavid Hildenbrand
2022-11-30mm/thp: re-apply mkdirty for small pages after splitPeter Xu
2022-11-30mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand
2022-11-30mm: add early FAULT_FLAG_UNSHARE consistency checksDavid Hildenbrand
2022-11-30mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand
2022-11-30mm/huge_memory: try avoiding write faults when changing PMD protectionDavid Hildenbrand
2022-11-30mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Hugh Dickins
2022-11-30mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins