linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Some ptdesc cleanups
@ 2025-09-08 17:10 Matthew Wilcox (Oracle)
  2025-09-08 17:11 ` [PATCH 1/3] ptdesc: Convert __page_flags to pt_flags Matthew Wilcox (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Matthew Wilcox (Oracle) @ 2025-09-08 17:10 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Matthew Wilcox (Oracle), linux-mm, Vishal Moola

The first two patches here are preparation for splitting struct ptdesc
from struct page and struct folio.  I think their only dependency is on
the memdesc_flags_t patches from August which is in mm-new.  The third
patch is just something I noticed while working on the code.

Matthew Wilcox (Oracle) (3):
  ptdesc: Convert __page_flags to pt_flags
  ptdesc: Remove references to folios from __pagetable_ctor() and
    pagetable_dtor()
  ptdesc: Remove ptdesc_to_virt()

 arch/arm/mm/mmu.c        |  2 +-
 arch/s390/mm/pgalloc.c   |  6 +++---
 include/linux/mm.h       | 39 +++++++++++++++++++++++++--------------
 include/linux/mm_types.h |  6 +++---
 4 files changed, 32 insertions(+), 21 deletions(-)

-- 
2.47.2



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-09-08 19:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-08 17:10 [PATCH 0/3] Some ptdesc cleanups Matthew Wilcox (Oracle)
2025-09-08 17:11 ` [PATCH 1/3] ptdesc: Convert __page_flags to pt_flags Matthew Wilcox (Oracle)
2025-09-08 18:57   ` David Hildenbrand
2025-09-08 17:11 ` [PATCH 2/3] ptdesc: Remove references to folios from __pagetable_ctor() and pagetable_dtor() Matthew Wilcox (Oracle)
2025-09-08 18:59   ` David Hildenbrand
2025-09-08 17:11 ` [PATCH 3/3] ptdesc: Remove ptdesc_to_virt() Matthew Wilcox (Oracle)
2025-09-08 19:00   ` David Hildenbrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox