aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-151-14/+0
* 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-211-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
* mm: revert page_lock_anon_vma() lock annotationPeter Zijlstra2011-05-251-14/+1
* mm: simplify anon_vma refcountsPeter Zijlstra2011-03-221-2/+9
* mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra2011-03-221-36/+4
* mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra2011-03-221-2/+2
* thp: transparent hugepage coreAndrea Arcangeli2011-01-131-0/+2
* rmap: wrap page_check_address() using __cond_lock()Namhyung Kim2010-10-261-1/+12
* rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim2010-10-261-1/+14
* mm: remove alignment padding from anon_vma on (some) 64 bit buildsRichard Kennedy2010-10-261-1/+1
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-08-121-0/+5
|\
| * hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi2010-08-111-0/+5
* | rmap: add exclusive page to private anon_vma on swapinRik van Riel2010-08-091-0/+2
* | mm: extend KSM refcounts to the anon_vma rootRik van Riel2010-08-091-0/+15
* | mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-091-4/+4
* | mm: track the root (oldest) anon_vmaRik van Riel2010-08-091-0/+1
* | mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-091-0/+10
* | mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel2010-08-091-2/+2
|/
* mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman2010-05-251-32/+18
* mm: migration: take a reference to the anon_vma before migratingMel Gorman2010-05-251-0/+23
* vmscan: detect mapped file pages used only onceJohannes Weiner2010-03-061-1/+1
* rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel2010-03-061-0/+1
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-4/+31
* ksm: rmap_walk to remove_migation_ptesHugh Dickins2009-12-151-0/+6
* ksm: hold anon_vma in rmap_itemHugh Dickins2009-12-151-0/+24
* ksm: let shared pages be swappableHugh Dickins2009-12-151-0/+5
* mm: define PAGE_MAPPING_FLAGSHugh Dickins2009-12-151-0/+8