aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h
Commit message (Expand)AuthorAge
* mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-12
* mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli2012-01-10
* mm: convert anon_vma->lock to a mutexPeter Zijlstra2011-05-25
* mm: revert page_lock_anon_vma() lock annotationPeter Zijlstra2011-05-25
* mm: simplify anon_vma refcountsPeter Zijlstra2011-03-22
* mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra2011-03-22
* mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra2011-03-22
* thp: transparent hugepage coreAndrea Arcangeli2011-01-13
* rmap: wrap page_check_address() using __cond_lock()Namhyung Kim2010-10-26
* rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim2010-10-26
* mm: remove alignment padding from anon_vma on (some) 64 bit buildsRichard Kennedy2010-10-26
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-08-12
|\
| * hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi2010-08-11
* | rmap: add exclusive page to private anon_vma on swapinRik van Riel2010-08-09
* | mm: extend KSM refcounts to the anon_vma rootRik van Riel2010-08-09
* | mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-09
* | mm: track the root (oldest) anon_vmaRik van Riel2010-08-09
* | mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-09
* | mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel2010-08-09
|/
* mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman2010-05-25
* mm: migration: take a reference to the anon_vma before migratingMel Gorman2010-05-25
* vmscan: detect mapped file pages used only onceJohannes Weiner2010-03-06
* rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel2010-03-06
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-06
* ksm: rmap_walk to remove_migation_ptesHugh Dickins2009-12-15
* ksm: hold anon_vma in rmap_itemHugh Dickins2009-12-15
* ksm: let shared pages be swappableHugh Dickins2009-12-15
* mm: define PAGE_MAPPING_FLAGSHugh Dickins2009-12-15
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-24
|\
| * HWPOISON: The high level memory error handler in the VM v7Andi Kleen2009-09-16
| * HWPOISON: Handle hardware poisoned pages in try_to_unmapAndi Kleen2009-09-16
| * HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen2009-09-16
| * HWPOISON: Export some rmap vma locking to outside worldAndi Kleen2009-09-16
* | ksm: no debug in page_dup_rmap()Hugh Dickins2009-09-22
|/
* rmap: fixup page_referenced() for nommu systemsMike Frysinger2009-06-23
* vmscan: report vm_flags in page_referenced()Wu Fengguang2009-06-16
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-16
* badpage: remove vma from page_remove_rmapHugh Dickins2009-01-06
* mm: make page_lock_anon_vma() staticHugh Dickins2009-01-06
* make mm/rmap.c:anon_vma_cachep staticAdrian Bunk2008-10-20
* vmscan: unevictable LRU scan sysctlLee Schermerhorn2008-10-20
* mlock: mlocked pages are unevictableNick Piggin2008-10-20
* mm: dirty page tracking race fixNick Piggin2008-08-20
* mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli2008-07-28
* Memory controller: make page_referenced() cgroup awareBalbir Singh2008-02-07
* mm: more rmap checkingNick Piggin2007-05-17
* [PATCH] mm: more rmap debuggingNick Piggin2006-12-22
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-07
* [PATCH] mm: tracking shared dirty pagesPeter Zijlstra2006-09-26