summaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h
Commit message (Expand)AuthorAgeFilesLines
* mm: don't be stuck to rmap lock on reclaim pathMinchan Kim2022-05-191-8/+20
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-0/+40
* mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-091-1/+2
* mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2022-05-091-1/+1
* mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-091-2/+0
* mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand2022-05-091-4/+18
* mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-091-1/+48
* mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2022-04-281-0/+3
* mm/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)2022-03-211-2/+2
* mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)2022-03-211-6/+5
* mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()Matthew Wilcox (Oracle)2022-03-211-0/+1
* mm/migrate: Convert remove_migration_ptes() to foliosMatthew Wilcox (Oracle)2022-03-211-1/+1
* mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)2022-03-211-1/+1
* mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)2022-03-211-2/+2
* mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)2022-03-211-2/+2
* mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)2022-03-211-5/+12
* mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-0/+16
* mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-8/+9
* mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-171-6/+0
* mm/rmap: Add folio_mkclean()Matthew Wilcox (Oracle)2021-10-181-4/+6
* mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig2021-07-151-1/+3
* mm: device exclusive memory accessAlistair Popple2021-07-011-0/+4
* mm/rmap: split migration into its own functionAlistair Popple2021-07-011-3/+1
* mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple2021-07-011-2/+1
* mm: rmap: make try_to_unmap() void functionYang Shi2021-06-301-1/+1
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-161-0/+1
* mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin2021-02-261-1/+2
* mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-151-1/+0
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-1/+3
* mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi2017-09-081-1/+2
* mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim2017-05-031-7/+0
* mm: make rmap_one boolean functionMinchan Kim2017-05-031-1/+5
* mm: make rmap_walk() return voidMinchan Kim2017-05-031-2/+2
* mm: make ttu's return booleanMinchan Kim2017-05-031-2/+2
* mm: remove SWAP_MLOCK in ttuMinchan Kim2017-05-031-1/+0
* mm: make try_to_munlock() return voidMinchan Kim2017-05-031-1/+1
* mm: remove SWAP_DIRTY in ttuMinchan Kim2017-05-031-1/+0
* mm: reclaim MADV_FREE pagesShaohua Li2017-05-031-1/+1
* mm: delete unnecessary TTU_* flagsShaohua Li2017-05-031-13/+9
* mm: drop page_check_address{,_transhuge}Kirill A. Shutemov2017-02-241-36/+0
* mm: introduce page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-0/+26
* mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka2016-12-121-1/+9
* rmap: support file thpKirill A. Shutemov2016-07-261-1/+1
* mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins2016-07-151-1/+1
* mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov2016-03-171-0/+2
* rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2016-03-171-0/+3
* rmap: introduce rmap_walk_locked()Kirill A. Shutemov2016-03-171-0/+1
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-051-14/+0