summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorFilesLines
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/l...Linus 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 mi...Mel 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
2009-12-15mm: pass address down to rmap onesHugh Dickins1-26/+27
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins1-11/+4
2009-12-15mm: mlocking in try_to_unmap_oneHugh Dickins1-79/+31
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins1-4/+3
2009-12-15rmap: move label `out' to a better placeHuang Shijie1-1/+2
2009-12-15rmap: simplify try_to_unmap_file()Huang Shijie1-4/+1
2009-12-15rmap: fix the comment for try_to_unmap_anonHuang Shijie1-2/+1
2009-12-15swap_info: swap count continuationsHugh Dickins1-1/+5
2009-10-01mm/rmap.c: fix commentHuang Shijie1-2/+2
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-22/+38
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins1-21/+0
2009-09-22mm: clean up page_remove_rmap()KOSAKI Motohiro1-27/+30
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen1-1/+6
2009-09-16HWPOISON: Handle hardware poisoned pages in try_to_unmapAndi Kleen1-1/+8
2009-09-16HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen1-18/+22
2009-09-16HWPOISON: Export some rmap vma locking to outside worldAndi Kleen1-2/+2