All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] More folio compat code removal
@ 2024-04-24 19:19 Matthew Wilcox (Oracle)
  2024-04-24 19:19 ` [PATCH 1/7] mm: Remove page_cache_alloc() Matthew Wilcox (Oracle)
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Matthew Wilcox (Oracle) @ 2024-04-24 19:19 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Matthew Wilcox (Oracle), linux-mm

More code removal with bonus kernel-doc addition.

Matthew Wilcox (Oracle) (7):
  mm: Remove page_cache_alloc()
  mm: Remove put_devmap_managed_page()
  mm: Convert put_devmap_managed_page_refs() to
    put_devmap_managed_folio_refs()
  mm: Remove page_ref_sub_return()
  gup: Use folios for gup_devmap
  mm: Add kernel-doc for folio_mark_accessed()
  mm: Remove PageReferenced

 include/linux/mm.h         | 17 ++++++-----------
 include/linux/page-flags.h |  6 +++---
 include/linux/page_ref.h   | 11 +++--------
 include/linux/pagemap.h    |  5 -----
 mm/gup.c                   | 23 +++++++++++------------
 mm/memremap.c              | 10 +++++-----
 mm/swap.c                  | 19 +++++++++++--------
 7 files changed, 39 insertions(+), 52 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2024-04-25 12:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 19:19 [PATCH 0/7] More folio compat code removal Matthew Wilcox (Oracle)
2024-04-24 19:19 ` [PATCH 1/7] mm: Remove page_cache_alloc() Matthew Wilcox (Oracle)
2024-04-24 19:19 ` [PATCH 2/7] mm: Remove put_devmap_managed_page() Matthew Wilcox (Oracle)
2024-04-24 19:19 ` [PATCH 3/7] mm: Convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs() Matthew Wilcox (Oracle)
2024-04-24 19:19 ` [PATCH 4/7] mm: Remove page_ref_sub_return() Matthew Wilcox (Oracle)
2024-04-24 19:19 ` [PATCH 5/7] gup: Use folios for gup_devmap Matthew Wilcox (Oracle)
2024-04-25  9:49   ` David Hildenbrand
2024-04-25 12:43     ` Matthew Wilcox
2024-04-24 19:19 ` [PATCH 6/7] mm: Add kernel-doc for folio_mark_accessed() Matthew Wilcox (Oracle)
2024-04-24 19:19 ` [PATCH 7/7] mm: Remove PageReferenced Matthew Wilcox (Oracle)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.