summaryrefslogtreecommitdiff
path: root/include/linux/rmap.h
AgeCommit message (Expand)Author
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/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()Matthew Wilcox (Oracle)
2022-03-21mm/migrate: Convert remove_migration_ptes() to 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/rmap: Turn page_referenced() into folio_referenced()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-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
2021-10-18mm/rmap: Add folio_mkclean()Matthew Wilcox (Oracle)
2021-07-15mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig
2021-07-01mm: device exclusive memory accessAlistair Popple
2021-07-01mm/rmap: split migration into its own functionAlistair Popple
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins
2021-02-26mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-08mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim
2017-05-03mm: make rmap_one boolean functionMinchan Kim
2017-05-03mm: make rmap_walk() return voidMinchan Kim
2017-05-03mm: make ttu's return booleanMinchan Kim
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim
2017-05-03mm: make try_to_munlock() return voidMinchan Kim
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li
2017-02-24mm: drop page_check_address{,_transhuge}Kirill A. Shutemov
2017-02-24mm: introduce page_vma_mapped_walk()Kirill A. Shutemov
2016-12-12mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka
2016-07-26rmap: support file thpKirill A. Shutemov
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov
2016-03-17rmap: introduce rmap_walk_locked()Kirill A. Shutemov
2016-02-05mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim
2016-01-15mm: add page_check_address_transhuge() helperVladimir Davydov
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov