summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior2022-04-011-2/+2
* mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira2022-03-241-1/+24
* mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual2022-03-241-0/+6
* mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()Hugh Dickins2022-03-241-17/+14
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+2
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-2/+2
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-339/+239
|\ \
| * | mm/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)2022-03-211-7/+7
| * | mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)2022-03-211-59/+52
| * | mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)2022-03-211-7/+12
| * | mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()Matthew Wilcox (Oracle)2022-03-211-6/+6
| * | mm/rmap: Convert make_device_exclusive_range() to use foliosMatthew Wilcox (Oracle)2022-03-211-27/+31
| * | mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)2022-03-211-28/+31
| * | mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)2022-03-211-40/+43
| * | mm/huge_memory: Convert __split_huge_pmd() to take a folioMatthew Wilcox (Oracle)2022-03-211-2/+4
| * | mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)2022-03-211-35/+35
| * | mm/rmap: Use a folio in page_mkclean_one()Matthew Wilcox (Oracle)2022-03-211-4/+5
| * | mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)2022-03-211-5/+3
| * | mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-26/+5
| * | mm: Make compound_pincount always availableMatthew Wilcox (Oracle)2022-03-211-4/+2
| * | mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins2022-02-171-2/+5
| * | mm/munlock: page migration needs mlock pagevec drainedHugh Dickins2022-02-171-0/+4
| * | mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins2022-02-171-9/+0
| * | mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-30/+26
| * | mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-171-80/+0
| |/
* | mm/thp: ClearPageDoubleMap in first page_add_file_rmap()Hugh Dickins2022-03-221-0/+11
* | mm/hwpoison: check the subpage, not the head pageMatthew Wilcox (Oracle)2022-03-221-2/+2
|/
* mm/rmap: fix potential batched TLB flush raceHuang Ying2022-01-151-7/+36
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-2/+6
|\
| * mm/rmap.c: avoid double faults migrating device private pagesAlistair Popple2021-11-061-2/+6
* | mm/rmap: Add folio_mkclean()Matthew Wilcox (Oracle)2021-10-181-6/+6
* | mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)2021-09-271-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+4
|\
| * mm: remove redundant compound_head() callingMuchun Song2021-09-081-2/+4
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-20/+21
|\ \ | |/ |/|
| * mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-131-18/+19
| * mm: Fix comments mentioning i_mutexJan Kara2021-07-121-3/+3
* | mm/rmap: fix munlocking Anon THP with mlocked ptesHugh Dickins2021-07-121-17/+22
|/
* mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins2021-07-111-3/+3
* mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins2021-07-111-6/+5
* mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins2021-07-111-5/+8
* mm/rmap: fix comments left over from recent changesHugh Dickins2021-07-111-6/+1
* mm: device exclusive memory accessAlistair Popple2021-07-011-0/+186
* mm/rmap: split migration into its own functionAlistair Popple2021-07-011-93/+274
* mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple2021-07-011-17/+49
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-3/+7
* mm: rmap: make try_to_unmap() void functionYang Shi2021-06-301-11/+4
* mm/thp: fix page_address_in_vma() on file THP tailsJue Wang2021-06-161-4/+4
* mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins2021-06-161-8/+8
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-161-1/+16