index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
rmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
mm/rmap: synchronize lock and unlock target in anon_vma_clone
Eric Kim
1
-1
/
+1
9 days
mm: vmscan: convert folio_referenced() to use vma_flags_t
Baolin Wang
1
-8
/
+11
9 days
mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
Lorenzo Stoakes (ARM)
1
-6
/
+6
9 days
mm/rmap: track whether the page VMA mapped pgoff is anonymous
Lorenzo Stoakes (ARM)
1
-0
/
+2
9 days
mm: introduce and use vma_filebacked_address()
Lorenzo Stoakes (ARM)
1
-4
/
+6
2026-08-07
mm/rmap: batch unmap file folios belonging to uffd-wp VMAs
Dev Jain
1
-4
/
+2
2026-08-07
mm/memory: batch set uffd-wp markers during zapping
Dev Jain
1
-1
/
+1
2026-08-05
mm/rmap: add anon folio unmap dispatcher
Dev Jain
1
-22
/
+23
2026-08-05
mm/rmap: refactor anon folio unmap in try_to_unmap_one
Dev Jain
1
-47
/
+68
2026-08-05
mm/rmap: refactor some code around lazyfree folio unmapping
Dev Jain
1
-39
/
+48
2026-08-05
mm/rmap: add try_to_unmap_poisoned_hugetlb_one
Dev Jain
1
-83
/
+97
2026-08-05
mm/rmap: convert page -> folio for hwpoison checks
Dev Jain
1
-4
/
+6
2026-08-05
mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
Lorenzo Stoakes
1
-5
/
+5
2026-08-05
mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
Lorenzo Stoakes
1
-6
/
+5
2026-08-05
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
1
-1
/
+1
2026-08-05
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
1
-2
/
+1
2026-08-05
mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
Kiryl Shutsemau (Meta)
1
-1
/
+1
2026-08-05
mm: rename uffd-wp PTE accessors to uffd
Kiryl Shutsemau (Meta)
1
-8
/
+8
2026-07-31
mm/rmap: use huge_ptep_get() in try_to_migrate_one()
Dev Jain
1
-6
/
+9
2026-07-31
mm/rmap: use huge_ptep_get() in try_to_unmap_one()
Dev Jain
1
-6
/
+10
2026-07-31
mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVES
Usama Arif
1
-1
/
+1
2026-07-31
mm: extract mm_prepare_for_swap_entries() helper
Usama Arif
1
-6
/
+1
2026-05-29
mm: remove page_mapped()
David Hildenbrand (Arm)
1
-4
/
+4
2026-05-22
mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_one
Dev Jain
1
-0
/
+2
2026-04-05
mm/mglru: fix cgroup OOM during MGLRU state switching
Leno Hou
1
-1
/
+6
2026-04-05
mm: support batched checking of the young flag for MGLRU
Baolin Wang
1
-14
/
+14
2026-04-05
mm: rmap: add a ZONE_DEVICE folio warning in folio_referenced()
Baolin Wang
1
-0
/
+1
2026-04-05
mm: add folio_test_lazyfree helper
Vernon Yang
1
-1
/
+1
2026-03-22
mm/rmap: clear vma->anon_vma on error
Lorenzo Stoakes (Oracle)
1
-0
/
+7
2026-03-11
mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for sh...
Wei Yang
1
-3
/
+9
2026-03-11
mm/rmap: fix incorrect pte restoration for lazyfree folios
Dev Jain
1
-1
/
+8
2026-02-13
mm: rmap: support batched unmapping for file large folios
Baolin Wang
1
-3
/
+7
2026-02-13
mm: rmap: support batched checks of the references for large folios
Baolin Wang
1
-3
/
+25
2026-02-07
mm: add SPDX id lines to some mm source files
Tim Bird
1
-1
/
+1
2026-02-01
mm, swap: cleanup swap entry management workflow
Kairui Song
1
-3
/
+4
2026-01-27
mm/rmap: separate out fork-only logic on anon_vma_clone()
Lorenzo Stoakes
1
-23
/
+51
2026-01-27
mm/rmap: allocate anon_vma_chain objects unlocked when possible
Lorenzo Stoakes
1
-46
/
+37
2026-01-27
mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmap
Lorenzo Stoakes
1
-36
/
+15
2026-01-27
mm/rmap: skip unfaulted VMAs on anon_vma clone, unlink
Lorenzo Stoakes
1
-9
/
+13
2026-01-27
mm/rmap: eliminate partial anon_vma tear-down in anon_vma_fork()
Lorenzo Stoakes
1
-22
/
+24
2026-01-27
mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts
Lorenzo Stoakes
1
-26
/
+107
2026-01-20
mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...
David Hildenbrand (Red Hat)
1
-8
/
+17
2026-01-20
mm/rmap: fix two comments related to huge_pmd_unshare()
David Hildenbrand (Red Hat)
1
-16
/
+4
2025-11-25
memcg: remove __lruvec_stat_mod_folio
Shakeel Butt
1
-2
/
+2
2025-11-25
mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()
Lorenzo Stoakes
1
-2
/
+6
2025-11-25
mm: eliminate further swapops predicates
Lorenzo Stoakes
1
-3
/
+6
2025-11-25
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
1
-2
/
+2
2025-11-25
mm/rmap: extend rmap and migration support device-private entries
Balbir Singh
1
-4
/
+20
2025-11-25
mm/zone_device: support large zone device private folios
Balbir Singh
1
-1
/
+5
2025-11-17
mm: always call rmap_walk() on locked folios
Lokesh Gidra
1
-30
/
+12
[next]