Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)Author
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-04hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz
2022-10-04hugetlb: add vma based lock for pmd sharingMike Kravetz
2022-10-04hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2022-10-04rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)
2022-10-04mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)
2022-10-04rmap: convert page_move_anon_rmap() to use a folioMatthew Wilcox (Oracle)
2022-09-27mm: multi-gen LRU: exploit locality in rmapYu Zhao
2022-09-27mm: remember young/dirty bit for page migrationsPeter Xu
2022-09-12mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand
2022-09-12mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe
2022-09-01mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-18hugetlb: do not update address in huge_pmd_unshareMike Kravetz
2022-07-18mm: add zone device coherent type memory supportAlex Sierra
2022-07-04mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng
2022-07-04mm: rmap: simplify the hugetlb handling when unmapping or migrationBaolin Wang
2022-07-04mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()David Hildenbrand
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-20mm: don't be stuck to rmap lock on reclaim pathMinchan Kim
2022-05-14mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmappingBaolin Wang
2022-05-14mm: 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-10mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand
2022-05-10mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand
2022-05-10mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-05-10mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-05-10mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand
2022-05-10mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand
2022-05-10mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand
2022-05-10mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand
2022-04-29mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song
2022-04-29mm: 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-25mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira
2022-03-25mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual
2022-03-25mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()Hugh Dickins
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23mm/thp: ClearPageDoubleMap in first page_add_file_rmap()Hugh Dickins
2022-03-23mm/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)