summaryrefslogtreecommitdiff
path: root/include/linux/rmap.h
AgeCommit message (Expand)Author
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
2015-01-08mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-06-04mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov
2014-06-04mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar