aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra1-2/+2
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-0/+2
2010-10-26rmap: wrap page_check_address() using __cond_lock()Namhyung Kim1-1/+12
2010-10-26rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim1-1/+14
2010-10-26mm: remove alignment padding from anon_vma on (some) 64 bit buildsRichard Kennedy1-1/+1
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+5
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi1-0/+5
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel1-0/+2
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel1-0/+15
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel1-4/+4
2010-08-09mm: track the root (oldest) anon_vmaRik van Riel1-0/+1
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-0/+10
2010-08-09mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel1-2/+2
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman1-32/+18
2010-05-25mm: migration: take a reference to the anon_vma before migratingMel Gorman1-0/+23
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner1-1/+1
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel1-0/+1
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-4/+31
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins1-0/+6
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins1-0/+24
2009-12-15ksm: let shared pages be swappableHugh Dickins1-0/+5
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins1-0/+8
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+20
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins1-5/+1
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen1-0/+1
2009-09-16HWPOISON: Handle hardware poisoned pages in try_to_unmapAndi Kleen1-0/+1
2009-09-16HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen1-1/+12