summaryrefslogtreecommitdiff
path: root/mm/rmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying2023-04-271-4/+8
* mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan2023-04-051-15/+16
* mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pendingUros Bizjak2023-03-281-5/+2
* mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-02-271-1/+1
* migrate_pages: batch flushing TLBHuang Ying2023-02-161-3/+17
* mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar2023-02-131-4/+2
* mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-091-7/+8
* rmap: add folio parameter to __page_set_anon_rmap()Matthew Wilcox (Oracle)2023-02-021-10/+11
* mm: remove munlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-6/+6
* mm: remove mlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-2/+2
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-11/+0
* mm: mlock: update the interface to use foliosLorenzo Stoakes2023-02-021-2/+2
* mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)2023-02-021-1/+1
* mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)2023-02-021-4/+7
* mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)2023-02-021-19/+18
* mm: convert page_add_file_rmap() to use a folio internallyMatthew Wilcox (Oracle)2023-02-021-11/+10
* mm: convert page_add_anon_rmap() to use a folio internallyMatthew Wilcox (Oracle)2023-02-021-12/+11
* mm: convert page_remove_rmap() to use a folio internallyMatthew Wilcox (Oracle)2023-02-021-21/+26
* mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)2023-02-021-11/+10
* mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)2023-02-021-4/+5
* mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-6/+5
* mm: add vma_has_recency()Yu Zhao2023-01-181-24/+18
* mm: rmap: remove lock_page_memcg()Johannes Weiner2023-01-181-18/+8
* mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins2022-12-111-9/+33
* mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins2022-11-301-96/+25
* mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2022-11-301-92/+68
* mm,thp,rmap: handle the normal !PageCompound case firstHugh Dickins2022-11-301-27/+27
* mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins2022-11-301-145/+188
* mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins2022-11-301-61/+81
* mm/hugetlb: unify clearing of RestoreReserve for private pagesPeter Xu2022-11-081-1/+1
* mm: rmap: rename page_not_mapped() to folio_not_mapped()Kefeng Wang2022-11-081-4/+4
* mm/rmap: fix comment in anon_vma_clone()Ma Wupeng2022-11-081-2/+2
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-78/+106
|\
| * hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz2022-10-031-35/+65
| * hugetlb: add vma based lock for pmd sharingMike Kravetz2022-10-031-1/+7
| * hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2022-10-031-7/+1
| * rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)2022-10-031-5/+0
| * mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)2022-10-031-7/+7
| * rmap: convert page_move_anon_rmap() to use a folioMatthew Wilcox (Oracle)2022-10-031-8/+6
| * mm: multi-gen LRU: exploit locality in rmapYu Zhao2022-09-261-0/+6
| * mm: remember young/dirty bit for page migrationsPeter Xu2022-09-261-1/+4
| * mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand2022-09-111-5/+6
| * mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe2022-09-111-10/+5
* | mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-08-311-13/+16
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-60/+54
|\
| * hugetlb: do not update address in huge_pmd_unshareMike Kravetz2022-07-171-2/+2
| * mm: add zone device coherent type memory supportAlex Sierra2022-07-171-2/+3
| * mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng2022-07-031-8/+3
| * mm: rmap: simplify the hugetlb handling when unmapping or migrationBaolin Wang2022-07-031-46/+44
| * docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-4/+4