summaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-1/+3
* mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi2017-09-081-1/+2
* mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim2017-05-031-7/+0
* mm: make rmap_one boolean functionMinchan Kim2017-05-031-1/+5
* mm: make rmap_walk() return voidMinchan Kim2017-05-031-2/+2
* mm: make ttu's return booleanMinchan Kim2017-05-031-2/+2
* mm: remove SWAP_MLOCK in ttuMinchan Kim2017-05-031-1/+0
* mm: make try_to_munlock() return voidMinchan Kim2017-05-031-1/+1
* mm: remove SWAP_DIRTY in ttuMinchan Kim2017-05-031-1/+0
* mm: reclaim MADV_FREE pagesShaohua Li2017-05-031-1/+1
* mm: delete unnecessary TTU_* flagsShaohua Li2017-05-031-13/+9
* mm: drop page_check_address{,_transhuge}Kirill A. Shutemov2017-02-241-36/+0
* mm: introduce page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-0/+26
* mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka2016-12-121-1/+9
* rmap: support file thpKirill A. Shutemov2016-07-261-1/+1
* mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins2016-07-151-1/+1
* mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov2016-03-171-0/+2
* rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2016-03-171-0/+3
* rmap: introduce rmap_walk_locked()Kirill A. Shutemov2016-03-171-0/+1
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-051-14/+0
* mm: support madvise(MADV_FREE)Minchan Kim2016-01-151-0/+2
* mm: add page_check_address_transhuge() helperVladimir Davydov2016-01-151-0/+19
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-151-2/+2
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-151-3/+9
* mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2015-09-041-0/+3
* mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov2015-04-151-8/+0
* vfs: remove get_xip_memMatthew Wilcox2015-02-161-1/+1
* rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-101-2/+0
* mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov2015-01-081-0/+10
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-091-1/+1
* mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov2014-06-041-4/+3
* mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov2014-06-041-4/+0
* mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins2014-03-201-2/+1
* mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim2014-01-211-1/+1
* mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim2014-01-211-4/+1
* mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim2014-01-211-0/+15
* mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim2014-01-211-2/+7
* mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov2013-02-231-1/+1
* mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-111-3/+14
* mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar2012-12-111-8/+8
* mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim2012-10-091-10/+11
* mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse2012-10-091-0/+3
* mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-091-5/+6
* mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse2012-10-091-1/+0
* mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi2012-05-291-2/+0
* rmap: remove __anon_vma_link() declarationXiao Guangrong2012-03-211-1/+0
* mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-121-2/+2
* mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli2012-01-101-0/+1
* mm: convert anon_vma->lock to a mutexPeter Zijlstra2011-05-251-7/+7