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.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-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
/
include
/
linux
/
rmap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-13
mm/rmap: inline folio_test_large_maybe_mapped_shared() into callers
Lance Yang
1
-1
/
+1
2025-03-18
mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...
David Hildenbrand
1
-6
/
+29
2025-03-18
mm/rmap: basic MM owner tracking for large folios (!hugetlb)
David Hildenbrand
1
-0
/
+165
2025-03-18
mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
David Hildenbrand
1
-4
/
+28
2025-03-18
mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
David Hildenbrand
1
-17
/
+25
2025-03-18
mm/rmap: add support for PUD sized mappings to rmap
Alistair Popple
1
-0
/
+15
2025-03-17
mm: provide mapping_wrprotect_range() function
Lorenzo Stoakes
1
-0
/
+3
2025-03-17
mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()
David Hildenbrand
1
-3
/
+2
2024-11-08
mm: mass constification of folio/page pointers
Matthew Wilcox (Oracle)
1
-5
/
+5
2024-11-08
mm: renovate page_address_in_vma()
Matthew Wilcox (Oracle)
1
-5
/
+2
2024-09-10
mm: remap unused subpages to shared zeropage when splitting isolated thp
Yu Zhao
1
-1
/
+6
2024-09-04
mm/rmap: use folio->_mapcount for small folios
David Hildenbrand
1
-2
/
+2
2024-07-04
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
1
-1
/
+1
2024-07-04
mm: remove page_mkclean()
Kefeng Wang
1
-4
/
+0
2024-07-04
mm/memory-failure: move some function declarations into internal.h
Miaohe Lin
1
-2
/
+0
2024-07-04
mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
Lance Yang
1
-0
/
+24
2024-07-04
rmap: remove DEFINE_PAGE_VMA_WALK()
Kefeng Wang
1
-10
/
+0
2024-07-04
mm/rmap: sanity check that zeropages are not passed to RMAP
David Hildenbrand
1
-0
/
+3
2024-05-06
mm: return the address from page_mapped_in_vma()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-05-06
mm: track mapcount of large folios in single value
David Hildenbrand
1
-0
/
+10
2024-05-06
mm/rmap: add fast-path for small folios when adding/removing/duplicating
David Hildenbrand
1
-0
/
+13
2024-05-06
mm/rmap: always inline anon/file rmap duplication of a single PTE
David Hildenbrand
1
-4
/
+13
2024-04-26
mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
David Hildenbrand
1
-4
/
+4
2024-01-05
mm/rmap: silence VM_WARN_ON_FOLIO() in __folio_rmap_sanity_checks()
David Hildenbrand
1
-2
/
+9
2023-12-29
mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
David Hildenbrand
1
-25
/
+71
2023-12-29
mm/rmap: remove page_try_dup_anon_rmap()
David Hildenbrand
1
-13
/
+3
2023-12-29
mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()
David Hildenbrand
1
-44
/
+106
2023-12-29
mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()
David Hildenbrand
1
-5
/
+54
2023-12-29
mm/rmap: remove page_remove_rmap()
David Hildenbrand
1
-3
/
+1
2023-12-29
mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
David Hildenbrand
1
-0
/
+6
2023-12-29
mm/rmap: remove RMAP_COMPOUND
David Hildenbrand
1
-9
/
+3
2023-12-29
mm/rmap: remove page_add_anon_rmap()
David Hildenbrand
1
-2
/
+0
2023-12-29
mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
David Hildenbrand
1
-0
/
+6
2023-12-29
mm/rmap: remove page_add_file_rmap()
David Hildenbrand
1
-2
/
+0
2023-12-29
mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...
David Hildenbrand
1
-2
/
+44
2023-12-29
mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
David Hildenbrand
1
-0
/
+25
2023-12-29
mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
David Hildenbrand
1
-0
/
+18
2023-12-29
mm/rmap: introduce and use hugetlb_add_file_rmap()
David Hildenbrand
1
-0
/
+8
2023-12-29
mm/rmap: introduce and use hugetlb_remove_rmap()
David Hildenbrand
1
-0
/
+7
2023-12-29
mm/rmap: rename hugepage_add* to hugetlb_add*
David Hildenbrand
1
-2
/
+2
2023-12-29
mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictable
Matthew Wilcox (Oracle)
1
-2
/
+0
2023-12-29
userfaultfd: UFFDIO_MOVE uABI
Andrea Arcangeli
1
-0
/
+5
2023-12-12
mm/rmap: fix misplaced parenthesis of a likely()
Steven Rostedt (Google)
1
-2
/
+2
2023-10-19
mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
David Hildenbrand
1
-1
/
+1
2023-10-04
mm/rmap: pass folio to hugepage_add_anon_rmap()
David Hildenbrand
1
-1
/
+1
2023-09-03
rmap: remove anon_vma_link() nommu stub
Baruch Siach
1
-1
/
+0
2023-08-25
rmap: add folio_add_file_rmap_range()
Yin Fengwei
1
-0
/
+2
2023-02-28
mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
Naoya Horiguchi
1
-1
/
+1
2023-02-14
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
1
-1
/
+1
2023-02-03
mm: use entire_mapcount in __page_dup_rmap()
Matthew Wilcox (Oracle)
1
-1
/
+8
[next]