summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()David Hildenbrand2022-07-031-10/+17
|/
* mm: don't be stuck to rmap lock on reclaim pathMinchan Kim2022-05-191-11/+41
* mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmappingBaolin Wang2022-05-131-17/+22
* mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang2022-05-131-6/+18
* mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu2022-05-131-0/+8
* mm/rmap: Fix typos in commentsAdrian Huang2022-05-131-2/+2
* mm: rmap: use flush_cache_range() to flush cache for hugetlb pagesBaolin Wang2022-05-131-42/+48
* mm: rmap: move the cache flushing to the correct place for hugetlb PMD sharingBaolin Wang2022-05-131-18/+22
* mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand2022-05-091-8/+11
* mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand2022-05-091-1/+5
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-5/+56
* mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-091-5/+6
* mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2022-05-091-3/+6
* mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-091-13/+1
* mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand2022-05-091-3/+4
* mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand2022-05-091-0/+1
* mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2022-04-281-11/+54
* mm: rmap: fix cache flush on THP pagesMuchun Song2022-04-281-1/+2
* mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior2022-04-011-2/+2
* mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira2022-03-241-1/+24
* mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual2022-03-241-0/+6
* mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()Hugh Dickins2022-03-241-17/+14
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+2
|\