summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual1-8/+1
2023-08-18rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)1-4/+4
2023-06-20mm: ptep_get() conversionRyan Roberts1-14/+20
2023-06-10mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes1-1/+1
2023-04-27mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying1-4/+8
2023-04-06mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-15/+16
2023-03-29mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pendingUros Bizjak1-5/+2
2023-02-28mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi1-1/+1
2023-02-17migrate_pages: batch flushing TLBHuang Ying1-3/+17
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-4/+2
2023-02-10mm/mmap: remove __vma_adjust()Liam R. Howlett1-7/+8
2023-02-03rmap: add folio parameter to __page_set_anon_rmap()Matthew Wilcox (Oracle)1-10/+11
2023-02-03mm: remove munlock_vma_page()Matthew Wilcox (Oracle)1-6/+6
2023-02-03mm: remove mlock_vma_page()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-11/+0
2023-02-03mm: mlock: update the interface to use foliosLorenzo Stoakes1-2/+2
2023-02-03mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)1-1/+1
2023-02-03mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)1-4/+7
2023-02-03mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)1-19/+18
2023-02-03mm: convert page_add_file_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-11/+10
2023-02-03mm: convert page_add_anon_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-12/+11
2023-02-03mm: convert page_remove_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-21/+26
2023-02-03mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)1-11/+10
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)1-4/+5
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-6/+5
2023-01-19mm: add vma_has_recency()Yu Zhao1-24/+18
2023-01-19mm: rmap: remove lock_page_memcg()Johannes Weiner1-18/+8
2022-12-12mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins1-9/+33
2022-12-01mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins1-96/+25
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins1-92/+68
2022-12-01mm,thp,rmap: handle the normal !PageCompound case firstHugh Dickins1-27/+27
2022-12-01mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins1-145/+188
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-61/+81
2022-11-09mm/hugetlb: unify clearing of RestoreReserve for private pagesPeter Xu1-1/+1
2022-11-09mm: rmap: rename page_not_mapped() to folio_not_mapped()Kefeng Wang1-4/+4
2022-11-09mm/rmap: fix comment in anon_vma_clone()Ma Wupeng1-2/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-78/+106
2022-10-04hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz1-35/+65
2022-10-04hugetlb: add vma based lock for pmd sharingMike Kravetz1-1/+7
2022-10-04hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-7/+1
2022-10-04rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)1-5/+0
2022-10-04mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)1-7/+7
2022-10-04rmap: convert page_move_anon_rmap() to use a folioMatthew Wilcox (Oracle)1-8/+6
2022-09-27mm: multi-gen LRU: exploit locality in rmapYu Zhao1-0/+6
2022-09-27mm: remember young/dirty bit for page migrationsPeter Xu1-1/+4
2022-09-12mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand1-5/+6
2022-09-12mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe1-10/+5
2022-09-01mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-13/+16
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-60/+54
2022-07-18hugetlb: do not update address in huge_pmd_unshareMike Kravetz1-2/+2