aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-11/+62
2022-10-03rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)1-5/+0
2022-10-03mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)1-1/+1
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand1-5/+61
2022-08-31mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-2/+5
2022-07-03mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKYang Shi1-2/+2
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim1-8/+20
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand1-0/+40
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand1-1/+2
2022-05-09mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand1-1/+1
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand1-2/+0
2022-05-09mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand1-4/+18
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()David Hildenbrand1-1/+48
2022-04-28mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song1-0/+3
2022-03-21mm/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)1-6/+5
2022-03-21mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()Matthew Wilcox (Oracle)1-0/+1
2022-03-21mm/migrate: Convert remove_migration_ptes() to foliosMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)1-2/+2
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)1-5/+12
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)1-0/+16
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-8/+9
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins1-6/+0
2021-10-18mm/rmap: Add folio_mkclean()Matthew Wilcox (Oracle)1-4/+6
2021-07-15mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig1-1/+3
2021-07-01mm: device exclusive memory accessAlistair Popple1-0/+4
2021-07-01mm/rmap: split migration into its own functionAlistair Popple1-3/+1
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple1-2/+1
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi1-1/+1
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins1-0/+1
2021-02-26mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin1-1/+2
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt1-1/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+3
2017-09-08mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi1-1/+2
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim1-7/+0
2017-05-03mm: make rmap_one boolean functionMinchan Kim1-1/+5
2017-05-03mm: make rmap_walk() return voidMinchan Kim1-2/+2
2017-05-03mm: make ttu's return booleanMinchan Kim1-2/+2
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim1-1/+0
2017-05-03mm: make try_to_munlock() return voidMinchan Kim1-1/+1
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim1-1/+0
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li1-1/+1
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li1-13/+9
2017-02-24mm: drop page_check_address{,_transhuge}Kirill A. Shutemov1-36/+0
2017-02-24mm: introduce page_vma_mapped_walk()Kirill A. Shutemov1-0/+26
2016-12-12mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka1-1/+9