aboutsummaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)Author
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim
2022-05-13mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmappingBaolin Wang
2022-05-13mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang
2022-05-13mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu
2022-05-13mm/rmap: Fix typos in commentsAdrian Huang
2022-05-13mm: rmap: use flush_cache_range() to flush cache for hugetlb pagesBaolin Wang
2022-05-13mm: rmap: move the cache flushing to the correct place for hugetlb PMD sharingBaolin Wang
2022-05-09mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand
2022-05-09mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand
2022-05-09mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand
2022-04-28mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song
2022-04-28mm: rmap: fix cache flush on THP pagesMuchun Song
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior
2022-03-24mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual
2022-03-24mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()Hugh Dickins
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm/thp: ClearPageDoubleMap in first page_add_file_rmap()Hugh Dickins
2022-03-22mm/hwpoison: check the subpage, not the head pageMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)
2022-03-21mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()Matthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert make_device_exclusive_range() to use foliosMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/huge_memory: Convert __split_huge_pmd() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)
2022-03-21mm/rmap: Use a folio in page_mkclean_one()Matthew Wilcox (Oracle)
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-02-17mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins
2022-02-17mm/munlock: page migration needs mlock pagevec drainedHugh Dickins
2022-02-17mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/rmap.c: avoid double faults migrating device private pagesAlistair Popple
2021-10-18mm/rmap: Add folio_mkclean()Matthew Wilcox (Oracle)
2021-09-27mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds