Toggle navigation
Patchwork
linux-kernel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Series =
mm/rmap: interface overhaul
| State =
Action Required
| 39 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Unresolved
Repeat Merge
Corrupt patch
Search
Archived
No
Yes
Both
Delegate
------
Nobody
snail
snail
patchwork-bot
patchwork-bot
patchwork-bot
ww
ww
ww
Apply
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[v1,39/39] mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,38/39] mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,37/39] mm/rmap: remove page_try_dup_anon_rmap()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,36/39] mm/memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,35/39] mm/huge_memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pmd()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,34/39] mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,33/39] mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,32/39] mm/rmap: remove page_remove_rmap()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,31/39] Documentation: stop referring to page_remove_rmap()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,30/39] mm/rmap: page_remove_rmap() -> folio_remove_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,29/39] mm/migrate_device: page_remove_rmap() -> folio_remove_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,28/39] mm/memory: page_remove_rmap() -> folio_remove_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,27/39] mm/ksm: page_remove_rmap() -> folio_remove_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,26/39] mm/khugepaged: page_remove_rmap() -> folio_remove_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,25/39] mm/huge_memory: page_remove_rmap() -> folio_remove_rmap_pmd()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,24/39] kernel/events/uprobes: page_remove_rmap() -> folio_remove_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,23/39] mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,22/39] mm/rmap: remove RMAP_COMPOUND
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,21/39] mm/rmap: remove page_add_anon_rmap()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,20/39] mm/memory: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,19/39] mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,18/39] mm/ksm: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,17/39] mm/migrate: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,16/39] mm/huge_memory: page_add_anon_rmap() -> folio_add_anon_rmap_pmd()
mm/rmap: interface overhaul
- - -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,15/39] mm/huge_memory: batch rmap operations in __split_huge_pmd_locked()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,14/39] mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
mm/rmap: interface overhaul
- 1 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,13/39] mm/rmap: factor out adding folio mappings into __folio_add_rmap()
mm/rmap: interface overhaul
- 1 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,12/39] mm/rmap: remove page_add_file_rmap()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,11/39] mm/userfaultfd: page_add_file_rmap() -> folio_add_file_rmap_pte()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,10/39] mm/migrate: page_add_file_rmap() -> folio_add_file_rmap_pte()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,09/39] mm/huge_memory: page_add_file_rmap() -> folio_add_file_rmap_pmd()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,08/39] mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,07/39] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,06/39] mm/rmap: add hugetlb sanity checks
mm/rmap: interface overhaul
- 1 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,05/39] mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,04/39] mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,03/39] mm/rmap: introduce and use hugetlb_add_file_rmap()
mm/rmap: interface overhaul
- 2 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,02/39] mm/rmap: introduce and use hugetlb_remove_rmap()
mm/rmap: interface overhaul
- 3 -
-
-
-
2023-12-11
David Hildenbrand
New
[v1,01/39] mm/rmap: rename hugepage_add* to hugetlb_add*
mm/rmap: interface overhaul
- 3 -
-
-
-
2023-12-11
David Hildenbrand
New