index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
rmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
memcg: remove __lruvec_stat_mod_folio
Shakeel Butt
1
-2
/
+2
2025-11-24
mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()
Lorenzo Stoakes
1
-2
/
+6
2025-11-24
mm: eliminate further swapops predicates
Lorenzo Stoakes
1
-3
/
+6
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
1
-2
/
+2
2025-11-24
mm/rmap: extend rmap and migration support device-private entries
Balbir Singh
1
-4
/
+20
2025-11-24
mm/zone_device: support large zone device private folios
Balbir Singh
1
-1
/
+5
2025-11-16
mm: always call rmap_walk() on locked folios
Lokesh Gidra
1
-30
/
+12
2025-09-28
mm/rmap: improve mlock tracking for large folios
Kiryl Shutsemau
1
-7
/
+12
2025-09-28
mm/rmap: mlock large folios in try_to_unmap_one()
Kiryl Shutsemau
1
-3
/
+28
2025-09-28
mm/rmap: fix a mlock race condition in folio_referenced_one()
Kiryl Shutsemau
1
-37
/
+20
2025-09-13
mm/rmap: use folio_large_nr_pages() when we are sure it is a large folio
Wei Yang
1
-1
/
+1
2025-09-13
mm/rmap: not necessary to mask off FOLIO_PAGES_MAPPED
Wei Yang
1
-1
/
+1
2025-09-13
mm, x86/mm: move creating the tlb_flush event back to x86 code
Steven Rostedt
1
-1
/
+0
2025-09-13
mm: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-09-13
mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
David Hildenbrand
1
-25
/
+31
2025-09-13
mm/rmap: do __folio_mod_stat() in __folio_add_rmap()
Wei Yang
1
-36
/
+31
2025-08-02
mm: add get_and_clear_ptes() and clear_ptes()
David Hildenbrand
1
-1
/
+1
2025-07-24
mm: remove arch_flush_tlb_batched_pending() arch helper
Ryan Roberts
1
-1
/
+1
2025-07-19
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
1
-2
/
+1
2025-07-19
mm: convert FPB_IGNORE_* into FPB_RESPECT_*
David Hildenbrand
1
-2
/
+1
2025-07-13
mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
1
-8
/
+8
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
1
-18
/
+28
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-2
/
+2
2025-07-09
mm/rmap: fix potential out-of-bounds page table access during batched unmap
Lance Yang
1
-18
/
+28
2025-05-12
mm/rmap: fix typo in comment in page_address_in_vma
Ye Liu
1
-1
/
+1
2025-05-12
mm/rmap: rename page__anon_vma to anon_vma for consistency
Ye Liu
1
-4
/
+4
2025-05-12
mm/huge_memory: remove useless folio pointers passing
Gavin Guo
1
-2
/
+2
2025-05-12
mm/huge_memory: adjust try_to_migrate_one() and split_huge_pmd_locked()
Gavin Guo
1
-9
/
+9
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
[next]