aboutsummaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov1-3/+3
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-24/+0
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-33/+33
2012-12-12hwpoison, hugetlbfs: fix RSS-counter warningNaoya Horiguchi1-5/+7
2012-12-11mm: add comment on storage key dirty bit semanticsJan Kara1-3/+5
2012-12-11mm: introduce mm_find_pmd()Bob Liu1-23/+25
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-24/+24
2012-12-11mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar1-11/+11
2012-10-25mm: fix XFS oops due to dirty pages without buffers on s390Jan Kara1-5/+15
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg1-3/+15
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins1-0/+4
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-1/+1
2012-10-09mm rmap: remove vma_address check for address inside vmaMichel Lespinasse1-27/+21
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse1-12/+12
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse1-45/+0
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-11/+7
2012-05-29mm: remove swap token codeRik van Riel1-6/+0
2012-03-21memcg: use new logic for page stat accountingKAMEZAWA Hiroyuki1-4/+24
2012-03-21rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_linkKautuk Consul1-19/+16
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov1-3/+4
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner1-10/+10
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli1-0/+45
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-10-31ksm: fix the comment of try_to_unmap_one()Wanlong Gao1-1/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds1-2/+2
2011-07-24[S390] reference bit testing for unmapped pagesMartin Schwidefsky1-3/+3
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-1/+0
2011-06-27mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra1-3/+2
2011-06-17mm: avoid anon_vma_chain allocation under anon_vma lockLinus Torvalds1-8/+12
2011-06-17mm: avoid repeated anon_vma lock/unlock sequences in unlink_anon_vmas()Peter Zijlstra1-21/+28
2011-06-17mm: avoid repeated anon_vma lock/unlock sequences in anon_vma_clone()Linus Torvalds1-3/+36
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-2/+2
2011-05-29mm, rmap: Add yet more comments to page_get_anon_vma/page_lock_anon_vmaPeter Zijlstra1-1/+6
2011-05-28mm: fix page_lock_anon_vma leaving mutex lockedHugh Dickins1-5/+8
2011-05-28mm: fix kernel BUG at mm/rmap.c:1017!Hugh Dickins1-2/+2
2011-05-25mm: optimize page_lock_anon_vma() fast-pathPeter Zijlstra1-4/+82
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra1-4/+4
2011-05-25mm: use refcounts for page_lock_anon_vma()Peter Zijlstra1-15/+27
2011-05-25mm: improve page_lock_anon_vma() commentPeter Zijlstra1-2/+16
2011-05-25mm: revert page_lock_anon_vma() lock annotationPeter Zijlstra1-3/+1
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-14/+14
2011-05-23[S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky1-7/+4
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-2/+2
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-0/+1
2011-03-22mm: simplify anon_vma refcountsPeter Zijlstra1-48/+28
2011-03-22mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra1-8/+6
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra1-2/+2
2011-03-13thp: fix page_referenced to modify mapcount/vm_flags only if page is foundAndrea Arcangeli1-19/+35
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/l...Linus 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/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
2009-08-26mm: fix for infinite churning of mlocked pagesMinchan Kim1-0/+1
2009-06-18memcg: add file-based RSS accountingBalbir Singh1-1/+4
2009-06-16vmscan: report vm_flags in page_referenced()Wu Fengguang1-11/+26
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-2/+1
2009-05-21hugh: update email addressHugh Dickins1-1/+1
2009-02-11mm: fix mlocked page counter mismatchMinChan Kim1-1/+2
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins1-5/+3
2009-01-06badpage: replace page_remove_rmap Eeek and BUGHugh Dickins1-16/+0
2009-01-06mm: further cleanup page_add_new_anon_rmapHugh Dickins1-3/+3
2009-01-06mm: make page_lock_anon_vma() staticHugh Dickins1-2/+2
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins1-1/+6
2009-01-06mm: more likely reclaim MADV_SEQUENTIAL mappingsJohannes Weiner1-2/+11
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro1-7/+3
2008-10-20make mm/rmap.c:anon_vma_cachep staticAdrian Bunk1-1/+11
2008-10-20memcg: avoid accounting special pagesKAMEZAWA Hiroyuki1-2/+2
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn1-2/+2
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-37/+220
2008-10-19anon_vma_prepare: properly lock even newly allocated entriesLinus Torvalds1-10/+32
2008-08-20mm: dirty page tracking race fixNick Piggin1-5/+9
2008-08-20mm: page_remove_rmap comments on PageAnonHugh Dickins1-9/+16
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-08-01[S390] Optimize storage key operations for anon pagesMartin Schwidefsky1-1/+2
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-6/+7
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki1-13/+1
2008-04-28mm: remove nopageNick Piggin1-1/+0
2008-04-27s390: KVM preparation: host memory management changes for s390 kvmChristian Borntraeger1-3/+4
2008-03-19mm: rmap kernel-doc fixesRandy Dunlap1-3/+10
2008-03-04memcg: mm_match_cgroup not vm_match_cgroupHugh Dickins1-2/+2
2008-02-09memcontrol: add vm_match_cgroup()David Rientjes1-2/+2
2008-02-07Memory controller: make page_referenced() cgroup awareBalbir Singh1-6/+24
2008-02-07Memory controller: memory accountingBalbir Singh1-1/+16
2008-02-05mm: don't waste swap on locked pagesHugh Dickins1-1/+4
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin1-1/+0
2007-11-20[S390] Optimize storage key handling for anonymous pagesChristian Borntraeger1-4/+5
2007-11-14Migration: find correct vma in new_vma_page()Lee Schermerhorn1-3/+4
2007-10-17mm: document tree_lock->zone.lock lockorderNick Piggin1-0/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki1-1/+0
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-1/+3
2007-06-28mm: kill validate_anon_vma to avoid mapcount BUGHugh Dickins1-23/+1
2007-05-17mm: more rmap checkingNick Piggin1-2/+56
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-5/+3
2007-05-08fbdev: mm: Deferred IO supportJaya Kumar1-0/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-04-27[S390] split page_test_and_clear_dirty.Martin Schwidefsky1-2/+6
2007-04-04[S390] page_mkclean data corruption.Martin Schwidefsky1-2/+2
2007-03-01[PATCH] adapt page_lock_anon_vma() to PREEMPT_RCUOleg Nesterov1-4/+13
2006-12-30[PATCH] page_mkclean_one(): fix call to set_pte_at()Al Viro1-1/+1
2006-12-22[PATCH] Fix up page_mkclean_one(): virtual caches, s390Peter Zijlstra1-10/+13
2006-12-22[PATCH] mm: more rmap debuggingNick Piggin1-3/+10
2006-10-20[PATCH] mm: more commenting on lock orderingNick Piggin1-21/+15
2006-10-11[PATCH] move rmap BUG_ON outside DEBUG_VMDave Jones1-3/+2
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra1-0/+65
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter1-2/+3
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter1-3/+3
2006-06-25[PATCH] Allow migration of mlocked pagesChristoph Lameter1-5/+4
2006-06-23[PATCH] More page migration: use migration entries for file pagesChristoph Lameter1-0/+11
2006-06-23[PATCH] More page migration: do not inc/dec rss countersChristoph Lameter1-1/+1
2006-06-23[PATCH] Swapless page migration: rip out swap based logicChristoph Lameter1-38/+0
2006-06-23[PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter1-14/+24
2006-06-23[PATCH] page migration cleanup: rename "ignrefs" to "migration"Christoph Lameter1-9/+9
2006-03-22[PATCH] mm: more CONFIG_DEBUG_VMNick Piggin1-5/+4
2006-03-22[PATCH] mm: kill kmem_cache_t usagePekka Enberg1-2/+3
2006-03-09[PATCH] page_add_file_rmap(): remove BUG_ON()sHugh Dickins1-3/+0
2006-02-28[PATCH] remove_from_swap: fix lockingChristoph Lameter1-5/+13
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter1-0/+1
2006-02-01[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptesChristoph Lameter1-0/+29
2006-02-01[PATCH] Direct Migration V9: migrate_pages() extensionChristoph Lameter1-9/+12
2006-01-18[PATCH] mm: migration page refcounting fixNick Piggin1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-4/+4
2006-01-08[PATCH] rmap: additional diagnostics in page_remove_rmap()Dave Jones1-0/+7
2006-01-06[PATCH] mm: page_state optNick Piggin1-3/+7
2006-01-06[PATCH] mm: rmap optimisationNick Piggin1-11/+38
2005-11-29[PATCH] Fix missing pfn variables caused by vm changesBen Collins1-1/+1
2005-11-28[PATCH] temporarily disable swap token on memory pressureRik van Riel1-16/+10
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-12/+2
2005-11-22[PATCH] unpaged: anon in VM_UNPAGEDHugh Dickins1-2/+5
2005-11-22[PATCH] unpaged: VM_NONLINEAR VM_RESERVEDHugh Dickins1-10/+5
2005-10-29[PATCH] mm: update comments to pte lockHugh Dickins1-5/+5
2005-10-29[PATCH] mm: fix rss and mmlist lockingHugh Dickins1-1/+2
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-2/+2
2005-10-29[PATCH] mm: rmap with inner ptlockHugh Dickins1-55/+54
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins1-0/+6