aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-16HWPOISON: Export some rmap vma locking to outside worldAndi Kleen1-0/+6
2009-06-23rmap: fixup page_referenced() for nommu systemsMike Frysinger1-1/+8
2009-06-16vmscan: report vm_flags in page_referenced()Wu Fengguang1-2/+3
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-7/+0
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins1-1/+1
2009-01-06mm: make page_lock_anon_vma() staticHugh Dickins1-3/+0
2008-10-20make mm/rmap.c:anon_vma_cachep staticAdrian Bunk1-12/+0
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn1-0/+3
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-0/+14
2008-08-20mm: dirty page tracking race fixNick Piggin1-1/+1
2008-07-28mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli1-0/+8
2008-02-07Memory controller: make page_referenced() cgroup awareBalbir Singh1-2/+3
2007-05-17mm: more rmap checkingNick Piggin1-8/+5
2006-12-22[PATCH] mm: more rmap debuggingNick Piggin1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra1-0/+14
2006-06-23[PATCH] Swapless page migration: rip out swap based logicChristoph Lameter1-1/+0
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-02-01[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptesChristoph Lameter1-0/+1
2006-02-01[PATCH] Direct Migration V9: migrate_pages() extensionChristoph Lameter1-2/+2
2006-01-06[PATCH] mm: rmap optimisationNick Piggin1-0/+1
2005-11-28[PATCH] temporarily disable swap token on memory pressureRik van Riel1-2/+2
2005-10-29[PATCH] mm: rmap with inner ptlockHugh Dickins1-2/+2