summaryrefslogtreecommitdiff
path: root/include/linux/rmap.h
AgeCommit message (Expand)Author
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
2012-12-11mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse
2012-05-29mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi
2012-03-21rmap: remove __anon_vma_link() declarationXiao Guangrong
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra