aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-05mm/rmap: silence VM_WARN_ON_FOLIO() in __folio_rmap_sanity_checks()David Hildenbrand1-2/+9
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand1-25/+71
2023-12-29mm/rmap: remove page_try_dup_anon_rmap()David Hildenbrand1-13/+3
2023-12-29mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand1-44/+106
2023-12-29mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()David Hildenbrand1-5/+54
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand1-3/+1
2023-12-29mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()David Hildenbrand1-0/+6
2023-12-29mm/rmap: remove RMAP_COMPOUNDDavid Hildenbrand1-9/+3
2023-12-29mm/rmap: remove page_add_anon_rmap()David Hildenbrand1-2/+0
2023-12-29mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()David Hildenbrand1-0/+6
2023-12-29mm/rmap: remove page_add_file_rmap()David Hildenbrand1-2/+0
2023-12-29mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...David Hildenbrand1-2/+44
2023-12-29mm/rmap: introduce and use hugetlb_try_share_anon_rmap()David Hildenbrand1-0/+25
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand1-0/+18
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand1-0/+8
2023-12-29mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand1-0/+7
2023-12-29mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand1-2/+2
2023-12-29mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)1-2/+0
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli1-0/+5
2023-12-12mm/rmap: fix misplaced parenthesis of a likely()Steven Rostedt (Google)1-2/+2
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand1-1/+1
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand1-1/+1
2023-09-02rmap: remove anon_vma_link() nommu stubBaruch Siach1-1/+0
2023-08-24rmap: add folio_add_file_rmap_range()Yin Fengwei1-0/+2
2023-02-27mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi1-1/+1
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-1/+1
2023-02-02mm: use entire_mapcount in __page_dup_rmap()Matthew Wilcox (Oracle)1-1/+8
2023-02-02mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)1-0/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+62
2022-10-03rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)1-5/+0
2022-10-03mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)1-1/+1
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand1-5/+61
2022-08-31mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-2/+5
2022-07-03mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKYang Shi1-2/+2
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim1-8/+20
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand1-0/+40
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand1-1/+2
2022-05-09mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand1-1/+1
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand1-2/+0
2022-05-09mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand1-4/+18
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand1-1/+48
2022-04-28mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song1-0/+3
2022-03-21mm/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)1-6/+5
2022-03-21mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()Matthew Wilcox (Oracle)1-0/+1
2022-03-21mm/migrate: Convert remove_migration_ptes() to foliosMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)1-2/+2
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)1-5/+12
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)1-0/+16
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-8/+9
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins1-6/+0
2021-10-18mm/rmap: Add folio_mkclean()Matthew Wilcox (Oracle)1-4/+6
2021-07-15mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig1-1/+3
2021-07-01mm: device exclusive memory accessAlistair Popple1-0/+4
2021-07-01mm/rmap: split migration into its own functionAlistair Popple1-3/+1
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple1-2/+1
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi1-1/+1
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins1-0/+1
2021-02-26mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin1-1/+2
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt1-1/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+3
2017-09-08mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi1-1/+2
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim1-7/+0
2017-05-03mm: make rmap_one boolean functionMinchan Kim1-1/+5
2017-05-03mm: make rmap_walk() return voidMinchan Kim1-2/+2
2017-05-03mm: make ttu's return booleanMinchan Kim1-2/+2
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim1-1/+0
2017-05-03mm: make try_to_munlock() return voidMinchan Kim1-1/+1
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim1-1/+0
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li1-1/+1
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li1-13/+9
2017-02-24mm: drop page_check_address{,_transhuge}Kirill A. Shutemov1-36/+0
2017-02-24mm: introduce page_vma_mapped_walk()Kirill A. Shutemov1-0/+26
2016-12-12mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka1-1/+9
2016-07-26rmap: support file thpKirill A. Shutemov1-1/+1
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins1-1/+1
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov1-0/+2
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov1-0/+3
2016-03-17rmap: introduce rmap_walk_locked()Kirill A. Shutemov1-0/+1
2016-02-05mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-14/+0
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim1-0/+2
2016-01-15mm: add page_check_address_transhuge() helperVladimir Davydov1-0/+19
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-2/+2
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-3/+9
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-0/+3
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov1-8/+0
2015-02-16vfs: remove get_xip_memMatthew Wilcox1-1/+1
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-2/+0
2015-01-08mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-0/+10
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin1-1/+1
2014-06-04mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov1-4/+3
2014-06-04mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov1-4/+0
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins1-2/+1
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim1-1/+1
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim1-4/+1
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim1-0/+15
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim1-2/+7
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov1-1/+1
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar1-3/+14
2012-12-11mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar1-8/+8
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim1-10/+11
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse1-0/+3
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse1-5/+6
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse1-1/+0
2012-05-29mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi1-2/+0
2012-03-21rmap: remove __anon_vma_link() declarationXiao Guangrong1-1/+0
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner1-2/+2
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli1-0/+1
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra1-7/+7
2011-05-25mm: revert page_lock_anon_vma() lock annotationPeter Zijlstra1-14/+1
2011-03-22mm: simplify anon_vma refcountsPeter Zijlstra1-2/+9
2011-03-22mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra1-36/+4
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra1-2/+2
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-0/+2
2010-10-26rmap: wrap page_check_address() using __cond_lock()Namhyung Kim1-1/+12
2010-10-26rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim1-1/+14
2010-10-26mm: remove alignment padding from anon_vma on (some) 64 bit buildsRichard Kennedy1-1/+1
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-0/+5
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi1-0/+5
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel1-0/+2
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel1-0/+15
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel1-4/+4
2010-08-09mm: track the root (oldest) anon_vmaRik van Riel1-0/+1
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-0/+10
2010-08-09mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel1-2/+2
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman1-32/+18
2010-05-25mm: migration: take a reference to the anon_vma before migratingMel Gorman1-0/+23
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner1-1/+1
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel1-0/+1
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-4/+31
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins1-0/+6
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins1-0/+24
2009-12-15ksm: let shared pages be swappableHugh Dickins1-0/+5
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins1-0/+8
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-1/+20
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins1-5/+1
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen1-0/+1
2009-09-16HWPOISON: Handle hardware poisoned pages in try_to_unmapAndi Kleen1-0/+1
2009-09-16HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen1-1/+12
2009-09-16HWPOISON: Export some rmap vma locking to outside worldAndi Kleen1-0/+6
2009-06-23rmap: fixup page_referenced() for nommu systemsMike Frysinger1-1/+8
2009-06-16vmscan: report vm_flags in page_referenced()Wu Fengguang1-2/+3
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-7/+0
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins1-1/+1
2009-01-06mm: make page_lock_anon_vma() staticHugh Dickins1-3/+0
2008-10-20make mm/rmap.c:anon_vma_cachep staticAdrian Bunk1-12/+0
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn1-0/+3
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-0/+14
2008-08-20mm: dirty page tracking race fixNick Piggin1-1/+1
2008-07-28mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli1-0/+8
2008-02-07Memory controller: make page_referenced() cgroup awareBalbir Singh1-2/+3
2007-05-17mm: more rmap checkingNick Piggin1-8/+5
2006-12-22[PATCH] mm: more rmap debuggingNick Piggin1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra1-0/+14
2006-06-23[PATCH] Swapless page migration: rip out swap based logicChristoph Lameter1-1/+0
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-02-01[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptesChristoph Lameter1-0/+1
2006-02-01[PATCH] Direct Migration V9: migrate_pages() extensionChristoph Lameter1-2/+2
2006-01-06[PATCH] mm: rmap optimisationNick Piggin1-0/+1
2005-11-28[PATCH] temporarily disable swap token on memory pressureRik van Riel1-2/+2
2005-10-29[PATCH] mm: rmap with inner ptlockHugh Dickins1-2/+2
2005-06-24[PATCH] xip: fs/mm: execute in placeCarsten Otte1-0/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+118