summaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h
Commit message (Expand)AuthorAgeFilesLines
* rmap: remove anon_vma_link() nommu stubBaruch Siach2023-09-021-1/+0
* rmap: add folio_add_file_rmap_range()Yin Fengwei2023-08-241-0/+2
* mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-02-271-1/+1
* mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar2023-02-131-1/+1
* mm: use entire_mapcount in __page_dup_rmap()Matthew Wilcox (Oracle)2023-02-021-1/+8
* mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)2023-02-021-0/+2
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-11/+62
|\
| * rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)2022-10-031-5/+0
| * mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)2022-10-031-1/+1
| * mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand2022-09-111-5/+61
* | mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-08-311-2/+5
|/
* mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKYang Shi2022-07-031-2/+2
* 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