Age | Commit message (Expand) | Author | Files | Lines |
2025-03-17 | mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA... | David Hildenbrand | 1 | -8/+72 |
2025-03-17 | mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared() | David Hildenbrand | 1 | -1/+1 |
2025-03-17 | mm/rmap: use folio_large_nr_pages() in add/remove functions | David Hildenbrand | 1 | -6/+8 |
2025-03-17 | mm/rmap: abstract large mapcount operations for large folios (!hugetlb) | David Hildenbrand | 1 | -8/+6 |
2025-03-17 | mm/rmap: pass vma to __folio_add_rmap() | David Hildenbrand | 1 | -4/+4 |
2025-03-17 | mm/rmap: add support for PUD sized mappings to rmap | Alistair Popple | 1 | -4/+63 |
2025-03-16 | mm: avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmap | Barry Song | 1 | -3/+10 |
2025-03-16 | mm: support batched unmap for lazyfree large folios during reclamation | Barry Song | 1 | -22/+50 |
2025-03-16 | mm: support tlbbatch flush for a range of PTEs | Barry Song | 1 | -5/+5 |
2025-03-16 | mm: set folio swapbacked iff folios are dirty in try_to_unmap_one | Barry Song | 1 | -27/+22 |
2025-03-16 | mm: provide mapping_wrprotect_range() function | Lorenzo Stoakes | 1 | -0/+74 |
2025-03-16 | mm: refactor rmap_walk_file() to separate out traversal logic | Lorenzo Stoakes | 1 | -26/+53 |
2025-03-16 | mm/rmap: avoid -EBUSY from make_device_exclusive() | David Hildenbrand | 1 | -3/+6 |
2025-03-16 | mm/rmap: keep mapcount untouched for device-exclusive entries | David Hildenbrand | 1 | -7/+0 |
2025-03-16 | mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one() | David Hildenbrand | 1 | -0/+8 |
2025-03-16 | mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one() | David Hildenbrand | 1 | -73/+51 |
2025-03-16 | mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one() | David Hildenbrand | 1 | -13/+39 |
2025-03-16 | mm: use single SWP_DEVICE_EXCLUSIVE entry type | David Hildenbrand | 1 | -1/+1 |
2025-03-16 | mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk | David Hildenbrand | 1 | -133/+67 |
2025-03-16 | mm/rmap: convert make_device_exclusive_range() to make_device_exclusive() | David Hildenbrand | 1 | -42/+61 |
2025-03-16 | mm/rmap: reject hugetlb folios in folio_make_device_exclusive() | David Hildenbrand | 1 | -1/+1 |
2024-11-07 | mm: mass constification of folio/page pointers | Matthew Wilcox (Oracle) | 1 | -5/+6 |
2024-11-07 | mm: renovate page_address_in_vma() | Matthew Wilcox (Oracle) | 1 | -7/+20 |
2024-11-07 | mm: use page_pgoff() in more places | Matthew Wilcox (Oracle) | 1 | -3/+1 |
2024-11-07 | mm: convert page_to_pgoff() to page_pgoff() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2024-11-06 | memcg-v1: remove memcg move locking code | Shakeel Butt | 1 | -1/+0 |
2024-11-03 | mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify() | Yu Zhao | 1 | -6/+3 |
2024-09-09 | mm: introduce a pageflag for partially mapped folios | Usama Arif | 1 | -2/+3 |
2024-09-09 | mm: count the number of anonymous THPs per size | Barry Song | 1 | -0/+1 |
2024-09-03 | mm/rmap: use folio->_mapcount for small folios | David Hildenbrand | 1 | -2/+2 |
2024-09-01 | mm/rmap: minimize folio->_nr_pages_mapped updates when batching PTE (un)mapping | David Hildenbrand | 1 | -14/+13 |
2024-09-01 | mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap() | David Hildenbrand | 1 | -13/+10 |
2024-09-01 | mm: shrink skip folio mapped by an exiting process | Zhiguo Jiang | 1 | -0/+15 |
2024-07-24 | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+18 |
2024-07-19 | mm: add MAP_DROPPABLE for designating always lazily freeable mappings | Jason A. Donenfeld | 1 | -3/+19 |
2024-07-03 | mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap() | Barry Song | 1 | -14/+3 |
2024-07-03 | mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false | Barry Song | 1 | -1/+3 |
2024-07-03 | mm: extend rmap flags arguments for folio_add_new_anon_rmap | Barry Song | 1 | -9/+16 |
2024-07-03 | mm/vmscan: avoid split lazyfree THP during shrink_folio_list() | Lance Yang | 1 | -10/+16 |
2024-07-03 | mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop | Lance Yang | 1 | -6/+15 |
2024-07-03 | mm/rmap: remove duplicated exit code in pagewalk loop | Lance Yang | 1 | -25/+15 |
2024-07-03 | mm: rmap: abstract updating per-node and per-memcg stats | Yosry Ahmed | 1 | -27/+29 |
2024-05-11 | mm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPED | Yosry Ahmed | 1 | -6/+9 |
2024-05-05 | mm/rmap: change the type of we_locked from int to bool | Hao Ge | 1 | -1/+1 |
2024-05-05 | mm/rmap: do not add fully unmapped large folio to deferred split list | Zi Yan | 1 | -3/+10 |
2024-05-05 | mm: assert the mmap_lock is held in __anon_vma_prepare() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2024-05-05 | mm: track mapcount of large folios in single value | David Hildenbrand | 1 | -23/+11 |
2024-05-05 | mm/rmap: add fast-path for small folios when adding/removing/duplicating | David Hildenbrand | 1 | -10/+16 |
2024-04-25 | mm: rename vma_pgoff_address back to vma_address | Matthew Wilcox (Oracle) | 1 | -6/+6 |
2024-04-25 | mm: remove vma_address() | Matthew Wilcox (Oracle) | 1 | -3/+9 |
2024-04-25 | remove references to page->flags in documentation | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2024-04-25 | mm: make page_mapped() take a const argument | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2024-02-22 | rmap: replace two calls to compound_order with folio_order | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2024-02-21 | mm: convert mm_counter_file() to take a folio | Kefeng Wang | 1 | -1/+1 |
2024-02-21 | mm: convert mm_counter() to take a folio | Kefeng Wang | 1 | -4/+4 |
2023-12-29 | mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED | David Hildenbrand | 1 | -9/+9 |
2023-12-29 | mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]() | David Hildenbrand | 1 | -5/+6 |
2023-12-29 | mm/rmap: remove page_remove_rmap() | David Hildenbrand | 1 | -21/+2 |
2023-12-29 | mm/rmap: page_remove_rmap() -> folio_remove_rmap_pte() | David Hildenbrand | 1 | -5/+5 |
2023-12-29 | mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]() | David Hildenbrand | 1 | -16/+66 |
2023-12-29 | mm/rmap: remove RMAP_COMPOUND | David Hildenbrand | 1 | -2/+0 |
2023-12-29 | mm/rmap: remove page_add_anon_rmap() | David Hildenbrand | 1 | -27/+4 |
2023-12-29 | mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]() | David Hildenbrand | 1 | -38/+82 |
2023-12-29 | mm/rmap: factor out adding folio mappings into __folio_add_rmap() | David Hildenbrand | 1 | -34/+44 |
2023-12-29 | mm/rmap: remove page_add_file_rmap() | David Hildenbrand | 1 | -21/+0 |
2023-12-29 | mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt... | David Hildenbrand | 1 | -29/+50 |
2023-12-29 | mm/rmap: add hugetlb sanity checks for anon rmap handling | David Hildenbrand | 1 | -0/+6 |
2023-12-29 | mm/rmap: introduce and use hugetlb_try_share_anon_rmap() | David Hildenbrand | 1 | -5/+10 |
2023-12-29 | mm/rmap: introduce and use hugetlb_add_file_rmap() | David Hildenbrand | 1 | -0/+1 |
2023-12-29 | mm/rmap: introduce and use hugetlb_remove_rmap() | David Hildenbrand | 1 | -9/+9 |
2023-12-29 | mm/rmap: rename hugepage_add* to hugetlb_add* | David Hildenbrand | 1 | -4/+4 |
2023-12-29 | mm: remove references to page_add_new_anon_rmap in comments | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2023-12-29 | userfaultfd: UFFDIO_MOVE uABI | Andrea Arcangeli | 1 | -0/+6 |
2023-12-29 | mm/rmap: support move to different root anon_vma in folio_move_anon_rmap() | Andrea Arcangeli | 1 | -0/+24 |
2023-12-20 | mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap() | Ryan Roberts | 1 | -8/+20 |
2023-12-20 | mm: allow deferred splitting of arbitrary anon large folios | Ryan Roberts | 1 | -2/+2 |
2023-10-18 | mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap() | David Hildenbrand | 1 | -9/+7 |
2023-10-18 | mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap() | David Hildenbrand | 1 | -1/+0 |
2023-10-04 | mm: handle large folio when large folio in VM_LOCKED VMA range | Yin Fengwei | 1 | -11/+55 |
2023-10-04 | mm/rmap: pass folio to hugepage_add_anon_rmap() | David Hildenbrand | 1 | -5/+3 |
2023-10-04 | mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmap | David Hildenbrand | 1 | -8/+8 |
2023-10-04 | mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap() | David Hildenbrand | 1 | -0/+7 |
2023-10-04 | mm/rmap: move folio_test_anon() check out of __folio_set_anon() | David Hildenbrand | 1 | -15/+8 |
2023-10-04 | mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap() | David Hildenbrand | 1 | -20/+21 |
2023-10-04 | mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap() | David Hildenbrand | 1 | -2/+0 |
2023-09-29 | mm: hugetlb: add huge page size param to set_huge_pte_at() | Ryan Roberts | 1 | -5/+18 |
2023-08-24 | mm/swap: stop using page->private on tail pages for THP_SWAP | David Hildenbrand | 1 | -1/+1 |
2023-08-24 | rmap: add folio_add_file_rmap_range() | Yin Fengwei | 1 | -14/+46 |
2023-08-18 | mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali... | Alistair Popple | 1 | -40/+0 |
2023-08-18 | mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_file | Kemeng Shi | 1 | -5/+7 |
2023-08-18 | mm/tlbbatch: introduce arch_flush_tlb_batched_pending() | Yicong Yang | 1 | -1/+1 |
2023-08-18 | mm/tlbbatch: rename and extend some functions | Barry Song | 1 | -5/+7 |
2023-08-18 | mm/tlbbatch: introduce arch_tlbbatch_should_defer() | Anshuman Khandual | 1 | -8/+1 |
2023-08-18 | rmap: pass the folio to __page_check_anon_rmap() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2023-06-19 | mm: ptep_get() conversion | Ryan Roberts | 1 | -14/+20 |
2023-06-09 | mm/gup: remove vmas parameter from get_user_pages_remote() | Lorenzo Stoakes | 1 | -1/+1 |
2023-04-27 | mm,unmap: avoid flushing TLB in batch if PTE is inaccessible | Huang Ying | 1 | -4/+8 |
2023-04-05 | mm/khugepaged: write-lock VMA while collapsing a huge page | Suren Baghdasaryan | 1 | -15/+16 |
2023-03-28 | mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pending | Uros Bizjak | 1 | -5/+2 |
2023-02-27 | mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON | Naoya Horiguchi | 1 | -1/+1 |
2023-02-16 | migrate_pages: batch flushing TLB | Huang Ying | 1 | -3/+17 |
2023-02-13 | mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio() | Sidhartha Kumar | 1 | -4/+2 |
2023-02-09 | mm/mmap: remove __vma_adjust() | Liam R. Howlett | 1 | -7/+8 |
2023-02-02 | rmap: add folio parameter to __page_set_anon_rmap() | Matthew Wilcox (Oracle) | 1 | -10/+11 |
2023-02-02 | mm: remove munlock_vma_page() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
2023-02-02 | mm: remove mlock_vma_page() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2023-02-02 | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -11/+0 |
2023-02-02 | mm: mlock: update the interface to use folios | Lorenzo Stoakes | 1 | -2/+2 |
2023-02-02 | mm: convert deferred_split_huge_page() to deferred_split_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2023-02-02 | mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap() | Matthew Wilcox (Oracle) | 1 | -4/+7 |
2023-02-02 | mm: add folio_add_new_anon_rmap() | Matthew Wilcox (Oracle) | 1 | -19/+18 |
2023-02-02 | mm: convert page_add_file_rmap() to use a folio internally | Matthew Wilcox (Oracle) | 1 | -11/+10 |
2023-02-02 | mm: convert page_add_anon_rmap() to use a folio internally | Matthew Wilcox (Oracle) | 1 | -12/+11 |
2023-02-02 | mm: convert page_remove_rmap() to use a folio internally | Matthew Wilcox (Oracle) | 1 | -21/+26 |
2023-02-02 | mm: convert total_compound_mapcount() to folio_total_mapcount() | Matthew Wilcox (Oracle) | 1 | -11/+10 |
2023-02-02 | mm: convert head_subpages_mapcount() into folio_nr_pages_mapped() | Matthew Wilcox (Oracle) | 1 | -4/+5 |
2023-02-02 | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export | Alistair Popple | 1 | -6/+5 |
2023-01-18 | mm: add vma_has_recency() | Yu Zhao | 1 | -24/+18 |
2023-01-18 | mm: rmap: remove lock_page_memcg() | Johannes Weiner | 1 | -18/+8 |
2022-12-11 | mm,thp,rmap: fix races between updates of subpages_mapcount | Hugh Dickins | 1 | -9/+33 |
2022-11-30 | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 1 | -96/+25 |
2022-11-30 | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 1 | -92/+68 |
2022-11-30 | mm,thp,rmap: handle the normal !PageCompound case first | Hugh Dickins | 1 | -27/+27 |
2022-11-30 | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins | 1 | -145/+188 |
2022-11-30 | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 1 | -61/+81 |
2022-11-08 | mm/hugetlb: unify clearing of RestoreReserve for private pages | Peter Xu | 1 | -1/+1 |
2022-11-08 | mm: rmap: rename page_not_mapped() to folio_not_mapped() | Kefeng Wang | 1 | -4/+4 |
2022-11-08 | mm/rmap: fix comment in anon_vma_clone() | Ma Wupeng | 1 | -2/+2 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -78/+106 |
2022-10-03 | hugetlb: use new vma_lock for pmd sharing synchronization | Mike Kravetz | 1 | -35/+65 |
2022-10-03 | hugetlb: add vma based lock for pmd sharing | Mike Kravetz | 1 | -1/+7 |
2022-10-03 | hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz | 1 | -7/+1 |
2022-10-03 | rmap: remove page_unlock_anon_vma_read() | Matthew Wilcox (Oracle) | 1 | -5/+0 |
2022-10-03 | mm: convert page_get_anon_vma() to folio_get_anon_vma() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
2022-10-03 | rmap: convert page_move_anon_rmap() to use a folio | Matthew Wilcox (Oracle) | 1 | -8/+6 |
2022-09-26 | mm: multi-gen LRU: exploit locality in rmap | Yu Zhao | 1 | -0/+6 |
2022-09-26 | mm: remember young/dirty bit for page migrations | Peter Xu | 1 | -1/+4 |
2022-09-11 | mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast | David Hildenbrand | 1 | -5/+6 |
2022-09-11 | mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage | Zach O'Keefe | 1 | -10/+5 |
2022-08-31 | mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse | Jann Horn | 1 | -13/+16 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -60/+54 |
2022-07-17 | hugetlb: do not update address in huge_pmd_unshare | Mike Kravetz | 1 | -2/+2 |
2022-07-17 | mm: add zone device coherent type memory support | Alex Sierra | 1 | -2/+3 |
2022-07-03 | mm: hugetlb: kill set_huge_swap_pte_at() | Qi Zheng | 1 | -8/+3 |
2022-07-03 | mm: rmap: simplify the hugetlb handling when unmapping or migration | Baolin Wang | 1 | -46/+44 |
2022-07-03 | mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one() | David Hildenbrand | 1 | -10/+17 |
2022-06-27 | docs: rename Documentation/vm to Documentation/mm | Mike Rapoport | 1 | -4/+4 |
2022-05-19 | mm: don't be stuck to rmap lock on reclaim path | Minchan Kim | 1 | -11/+41 |
2022-05-13 | mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmapping | Baolin Wang | 1 | -17/+22 |
2022-05-13 | mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migration | Baolin Wang | 1 | -6/+18 |
2022-05-13 | mm/shmem: persist uffd-wp bit across zapping for file-backed | Peter Xu | 1 | -0/+8 |
2022-05-13 | mm/rmap: Fix typos in comments | Adrian Huang | 1 | -2/+2 |
2022-05-13 | mm: rmap: use flush_cache_range() to flush cache for hugetlb pages | Baolin Wang | 1 | -42/+48 |
2022-05-13 | mm: rmap: move the cache flushing to the correct place for hugetlb PMD sharing | Baolin Wang | 1 | -18/+22 |
2022-05-09 | mm/swap: remember PG_anon_exclusive via a swp pte bit | David Hildenbrand | 1 | -8/+11 |
2022-05-09 | mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails | David Hildenbrand | 1 | -1/+5 |
2022-05-09 | mm: remember exclusively mapped anonymous pages with PG_anon_exclusive | David Hildenbrand | 1 | -5/+56 |
2022-05-09 | mm/rmap: drop "compound" parameter from page_add_new_anon_rmap() | David Hildenbrand | 1 | -5/+6 |
2022-05-09 | mm/rmap: pass rmap flags to hugepage_add_anon_rmap() | David Hildenbrand | 1 | -3/+6 |
2022-05-09 | mm/rmap: remove do_page_add_anon_rmap() | David Hildenbrand | 1 | -13/+1 |
2022-05-09 | mm/rmap: convert RMAP flags to a proper distinct rmap_t type | David Hildenbrand | 1 | -3/+4 |
2022-05-09 | mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed | David Hildenbrand | 1 | -0/+1 |
2022-04-28 | mm: rmap: introduce pfn_mkclean_range() to cleans PTEs | Muchun Song | 1 | -11/+54 |
2022-04-28 | mm: rmap: fix cache flush on THP pages | Muchun Song | 1 | -1/+2 |
2022-04-01 | mm/munlock: protect the per-CPU pagevec by a local_lock_t | Sebastian Andrzej Siewior | 1 | -2/+2 |
2022-03-24 | mm: fix race between MADV_FREE reclaim and blkdev direct IO read | Mauricio Faria de Oliveira | 1 | -1/+24 |
2022-03-24 | mm/migration: add trace events for base page and HugeTLB migrations | Anshuman Khandual | 1 | -0/+6 |
2022-03-24 | mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap() | Hugh Dickins | 1 | -17/+14 |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -2/+2 |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -339/+239 |
2022-03-22 | mm/thp: ClearPageDoubleMap in first page_add_file_rmap() | Hugh Dickins | 1 | -0/+11 |
2022-03-22 | mm/hwpoison: check the subpage, not the head page | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-03-21 | mm/rmap: Constify the rmap_walk_control argument | Matthew Wilcox (Oracle) | 1 | -7/+7 |
2022-03-21 | mm/rmap: Convert rmap_walk() to take a folio | Matthew Wilcox (Oracle) | 1 | -59/+52 |
2022-03-21 | mm: Turn page_anon_vma() into folio_anon_vma() | Matthew Wilcox (Oracle) | 1 | -7/+12 |
2022-03-21 | mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
2022-03-21 | mm/rmap: Convert make_device_exclusive_range() to use folios | Matthew Wilcox (Oracle) | 1 | -27/+31 |
2022-03-21 | mm/rmap: Convert try_to_migrate() to folios | Matthew Wilcox (Oracle) | 1 | -28/+31 |
2022-03-21 | mm/rmap: Convert try_to_unmap() to take a folio | Matthew Wilcox (Oracle) | 1 | -40/+43 |
2022-03-21 | mm/huge_memory: Convert __split_huge_pmd() to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+4 |
2022-03-21 | mm/rmap: Turn page_referenced() into folio_referenced() | Matthew Wilcox (Oracle) | 1 | -35/+35 |
2022-03-21 | mm/rmap: Use a folio in page_mkclean_one() | Matthew Wilcox (Oracle) | 1 | -4/+5 |
2022-03-21 | mm: Convert page_vma_mapped_walk to work on PFNs | Matthew Wilcox (Oracle) | 1 | -5/+3 |
2022-03-21 | mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK | Matthew Wilcox (Oracle) | 1 | -26/+5 |
2022-03-21 | mm: Make compound_pincount always available | Matthew Wilcox (Oracle) | 1 | -4/+2 |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-02-17 | mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP | Hugh Dickins | 1 | -2/+5 |
2022-02-17 | mm/munlock: page migration needs mlock pagevec drained | Hugh Dickins | 1 | -0/+4 |
2022-02-17 | mm/munlock: replace clear_page_mlock() by final clearance | Hugh Dickins | 1 | -9/+0 |
2022-02-17 | mm/munlock: rmap call mlock_vma_page() munlock_vma_page() | Hugh Dickins | 1 | -30/+26 |
2022-02-17 | mm/munlock: delete page_mlock() and all its works | Hugh Dickins | 1 | -80/+0 |
2022-01-15 | mm/rmap: fix potential batched TLB flush race | Huang Ying | 1 | -7/+36 |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+6 |
2021-11-06 | mm/rmap.c: avoid double faults migrating device private pages | Alistair Popple | 1 | -2/+6 |
2021-10-18 | mm/rmap: Add folio_mkclean() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
2021-09-27 | mm/memcg: Add folio_lruvec_lock() and similar functions | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+4 |
2021-09-08 | mm: remove redundant compound_head() calling | Muchun Song | 1 | -2/+4 |
2021-08-30 | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -20/+21 |
2021-07-13 | mm: Protect operations adding pages to page cache with invalidate_lock | Jan Kara | 1 | -18/+19 |