aboutsummaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-1/+1
2017-11-15mm/rmap.c: remove redundant variable cendColin Ian King1-3/+1
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse1-6/+53
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-2/+2
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse1-0/+26
2017-09-08mm: thp: enable thp migration in generic pathZi Yan1-0/+13
2017-09-08mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi1-3/+4
2017-08-31mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse1-3/+32
2017-08-29Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"Linus Torvalds1-30/+22
2017-08-10rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov1-22/+30
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman1-0/+36
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner1-5/+3
2017-07-06mm: rmap: use correct helper when poisoning hugepagesPunit Agrawal1-2/+5
2017-05-24mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski1-14/+2
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner1-2/+2
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner1-2/+2
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim1-1/+1
2017-05-03mm: make rmap_one boolean functionMinchan Kim1-15/+15
2017-05-03mm: make rmap_walk() return voidMinchan Kim1-19/+13
2017-05-03mm: make ttu's return booleanMinchan Kim1-5/+3
2017-05-03mm: remove SWAP_AGAIN in ttuMinchan Kim1-8/+3
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim1-2/+1
2017-05-03mm: make try_to_munlock() return voidMinchan Kim1-12/+4
2017-05-03mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim1-1/+1
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim1-2/+2
2017-05-03mm: remove unncessary ret in page_referencedMinchan Kim1-2/+1
2017-05-03mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim1-2/+6
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li1-26/+20
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li1-1/+2
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li1-1/+1
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-2/+2
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-2/+2
2017-03-31mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-2/+2
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds1-1/+6
2017-03-09rmap: fix NULL-pointer dereference on THP munlockingKirill A. Shutemov1-6/+7
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-1/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-24mm: drop page_check_address{,_transhuge}Kirill A. Shutemov1-138/+0
2017-02-24mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov1-26/+0
2017-02-24mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov1-127/+133
2017-02-24mm: convert page_mkclean_one() to use page_vma_mapped_walk()Kirill A. Shutemov1-23/+45
2017-02-24mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov1-6/+10
2017-02-24mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov1-32/+34
2016-12-12mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka1-35/+34
2016-08-10rmap: fix compound check logic in page_remove_file_rmapSteve Capper1-1/+1
2016-08-10mm, rmap: fix false positive VM_BUG() in page_add_file_rmap()Kirill A. Shutemov1-2/+3
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-5/+5
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman1-4/+4
2016-07-28mm: move page mapped accounting to the nodeMel Gorman1-7/+7
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman1-1/+1
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov1-6/+8
2016-07-26thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov1-2/+14
2016-07-26rmap: support file thpKirill A. Shutemov1-13/+35
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins1-6/+3
2016-07-15mm: rmap: call page_check_address() with sync enabled to avoid racy checkNaoya Horiguchi1-1/+2
2016-05-27mm: thp: avoid false positive VM_BUG_ON_PAGE in page_move_anon_rmap()Kirill A. Shutemov1-0/+2
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins1-1/+1
2016-05-19mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov1-1/+1
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-01mm/rmap: batched invalidations should use existing apiNadav Amit1-21/+7
2016-03-17thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov1-2/+8
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov1-8/+16
2016-03-17rmap: introduce rmap_walk_locked()Kirill A. Shutemov1-9/+32
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner1-10/+6
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-4/+4
2016-01-15mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov1-15/+16
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim1-4/+32
2016-01-15mm: add page_check_address_transhuge() helperVladimir Davydov1-44/+71
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov1-35/+82
2016-01-15thp: allow mlocked THP againKirill A. Shutemov1-0/+3
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov1-1/+6
2016-01-15thp: reintroduce split_huge_page()Kirill A. Shutemov1-35/+5
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-22/+76
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-3/+1
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-17/+31
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-9/+3
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+4
2015-11-05mm: page migration use migration entry for swapcache tooHugh Dickins1-33/+30
2015-11-05mm: rmap use pte lock not mmap_sem to set PageMlockedHugh Dickins1-25/+11
2015-11-05ksm: add cond_resched() to the rmap_walksAndrea Arcangeli1-0/+4
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi1-1/+3
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+6
2015-09-04mm: defer flush of writable TLB entriesMel Gorman1-7/+21
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-1/+103
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-1/+1
2015-06-24rmap: fix theoretical race between do_wp_page and shrink_active_listVladimir Davydov1-1/+6
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen1-0/+2
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low1-3/+3
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