aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-26rmap: support file thpKirill A. Shutemov1-1/+1
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins1-1/+1
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov1-0/+2
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov1-0/+3
2016-03-17rmap: introduce rmap_walk_locked()Kirill A. Shutemov1-0/+1
2016-02-05mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-14/+0
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim1-0/+2
2016-01-15mm: add page_check_address_transhuge() helperVladimir Davydov1-0/+19
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-2/+2
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-3/+9
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-0/+3
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov1-8/+0
2015-02-16vfs: remove get_xip_memMatthew Wilcox1-1/+1
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-2/+0
2015-01-08mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-0/+10
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin1-1/+1
2014-06-04mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov1-4/+3
2014-06-04mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov1-4/+0
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins1-2/+1
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim1-1/+1
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim1-4/+1
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim1-0/+15
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim1-2/+7
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov1-1/+1
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-3/+14
2012-12-11mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar1-8/+8
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim1-10/+11
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse1-0/+3
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse1-5/+6
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse1-1/+0
2012-05-29mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi1-2/+0
2012-03-21rmap: remove __anon_vma_link() declarationXiao Guangrong1-1/+0
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner1-2/+2
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma()Andrea Arcangeli1-0/+1
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra1-7/+7
2011-05-25mm: revert page_lock_anon_vma() lock annotationPeter Zijlstra1-14/+1
2011-03-22mm: simplify anon_vma refcountsPeter Zijlstra1-2/+9
2011-03-22mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra1-36/+4