aboutsummaryrefslogtreecommitdiffstats
path: root/mm/rmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13memcg: create extensible page stat update routinesGreg Thelen1-2/+2
2011-01-13thp: fix memory-failure hugetlbfs vs THP collisionAndrea Arcangeli1-1/+1
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli1-4/+16
2011-01-13thp: split_huge_page anon_vma ordering dependencyAndrea Arcangeli1-0/+4
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-24/+38
2011-01-13thp: split_huge_page pagingAndrea Arcangeli1-0/+1
2010-12-27mm/rmap.c: fix commentFigo.zhang1-1/+1
2010-10-26rmap: make anon_vma_chain_free() staticNamhyung Kim1-1/+1
2010-10-26rmap: wrap page_check_address() using __cond_lock()Namhyung Kim1-1/+1
2010-10-26rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim1-1/+3
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-17/+8
2010-10-25[S390] add support for nonquiescing sskeMartin Schwidefsky1-2/+2
2010-10-08Clean up __page_set_anon_rmapAndi Kleen1-17/+8
2010-10-04ksm: fix page_address_in_vma anon_vma oopsHugh Dickins1-1/+7
2010-09-23hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()Naoya Horiguchi1-0/+2
2010-09-23hugetlb, rmap: always use anon_vma root pointerNaoya Horiguchi1-6/+7
2010-08-28mm: fix hang on anon_vma->root->lockHugh Dickins1-3/+16
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+59
2010-08-11hwpoison: rename CONFIGNaoya Horiguchi1-2/+2
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi1-0/+59
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel1-1/+12
2010-08-09rmap: add anon_vma bug checksAndrea Arcangeli1-0/+3
2010-08-09rmap: resurrect page_address_in_vma anon_vma checkAndrea Arcangeli1-3/+4
2010-08-09rmap: always use anon_vma root pointerAndrea Arcangeli1-6/+12
2010-08-09rmap: always add new vmas at the endAndrea Arcangeli1-1/+1
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel1-1/+45
2010-08-09mm: track the root (oldest) anon_vmaRik van Riel1-2/+16
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-10/+10
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacksMel Gorman1-1/+29
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman1-4/+2
2010-05-25mm: migration: take a reference to the anon_vma before migratingMel Gorman1-5/+5
2010-05-11rmap: remove anon_vma check in page_address_in_vma()Naoya Horiguchi1-5/+4
2010-04-24rmap: anon_vma_prepare() can leak anon_vma_chainOleg Nesterov1-4/+5
2010-04-19rmap: add exclusively owned pages to the newest anon_vmaRik van Riel1-11/+16
2010-04-12anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvmaLinus Torvalds1-2/+13
2010-04-12anon_vma: clone the anon_vma chain in the right orderLinus Torvalds1-1/+1
2010-04-05rmap: fix anon_vma_fork() memory leakRik van Riel1-0/+1
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner1-3/+0
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel1-12/+0
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel1-0/+24
2010-03-06rmap: remove obsolete check from __page_check_anon_rmap()Rik van Riel1-3/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-26/+130
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-0/+1
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-5/+5
2009-12-16memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki1-2/+2
2009-12-15mm: simplify try_to_unmap_one()KOSAKI Motohiro1-13/+22
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins1-0/+79
2009-12-15ksm: share anon page without allocatingHugh Dickins1-2/+4
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins1-2/+3
2009-12-15ksm: let shared pages be swappableHugh Dickins1-27/+38