aboutsummaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu1-0/+7
2015-02-11mm: memcontrol: track move_lock state internallyJohannes Weiner1-8/+4
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-223/+2
2015-01-08mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-1/+41
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds1-1/+2
2014-12-18mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger1-1/+2
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2014-12-13mm/rmap: calculate page offset when neededDavidlohr Bueso1-2/+4
2014-12-13mm/rmap: share the i_mmap_rwsemDavidlohr Bueso1-3/+3
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-3/+3
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-2/+2
2014-12-10mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko1-2/+2
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie1-2/+4
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest1-2/+4
2014-10-29mm: rmap: split out page_remove_file_rmap()Johannes Weiner1-32/+46
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-10/+10
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin1-4/+4
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-1/+5
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-1/+0
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-19/+0
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi1-7/+3
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins1-4/+8
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds1-14/+41
2014-06-06mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin1-2/+1
2014-06-04mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov1-5/+5
2014-06-04mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlockKonstantin Khlebnikov1-1/+1
2014-06-04mm: fold mlocked_vma_newpage() into its only call siteJianyu Zhan1-3/+17
2014-06-04mm: use the light version __mod_zone_page_state in mlocked_vma_newpage()Jianyu Zhan1-0/+11
2014-06-04mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov1-2/+2
2014-06-04mm: softdirty: don't forget to save file map softdiry bit on unmapCyrill Gorcunov1-1/+1
2014-06-04mm: fix sleeping function warning from __put_anon_vmaHugh Dickins1-3/+5
2014-04-07mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka1-2/+12
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+10
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins1-2/+3
2014-02-21mm: add support for discard of unused ptesKonstantin Weitz1-0/+10
2014-01-23mm/rmap: fix coccinelle warningsFengguang Wu1-2/+2
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-5/+5
2014-01-21mm/rmap: use rmap_walk() in page_mkclean()Joonsoo Kim1-25/+26
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim1-136/+74
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim1-112/+42
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim1-12/+36
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim1-8/+29
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim1-11/+8
2014-01-21mm/rmap: factor lock function out of rmap_walk_anon()Joonsoo Kim1-8/+20
2014-01-21mm/rmap: factor nonlinear handling out of try_to_unmap_file()Joonsoo Kim1-62/+74
2014-01-21mm/rmap: recompute pgoff for huge pageJoonsoo Kim1-5/+2
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel1-1/+1
2013-12-18mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu1-0/+4
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-1/+1
2013-11-15mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov1-8/+5
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-9/+9
2013-09-12memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju1-2/+2
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky1-3/+0
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov1-2/+6
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov1-1/+5
2013-07-09mm: remove unused VM_<READfoo> macros and expand other in-placeJoe Perches1-1/+1
2013-07-03mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman1-3/+4
2013-04-29rmap: recompute pgoff for unmapping huge pageHillf Danton1-0/+3
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