linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] mm: remove arch_make_page_accessible()
@ 2024-07-29 18:38 David Hildenbrand
  2024-07-29 18:38 ` [PATCH v1 1/3] mm: simplify arch_make_folio_accessible() David Hildenbrand
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: David Hildenbrand @ 2024-07-29 18:38 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mm, linux-s390, kvm, David Hildenbrand, Andrew Morton,
	Matthew Wilcox, Heiko Carstens, Vasily Gorbik, Alexander Gordeev,
	Christian Borntraeger, Sven Schnelle, Janosch Frank,
	Claudio Imbrenda

Now that s390x implements arch_make_folio_accessible(), let's convert
remaining users to use arch_make_folio_accessible() instead so we can
remove arch_make_page_accessible().

Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
Cc: Sven Schnelle <svens@linux.ibm.com>
Cc: Janosch Frank <frankja@linux.ibm.com>
Cc: Claudio Imbrenda <imbrenda@linux.ibm.com>

David Hildenbrand (3):
  mm: simplify arch_make_folio_accessible()
  mm/gup: convert to arch_make_folio_accessible()
  s390/uv: drop arch_make_page_accessible()

 arch/s390/include/asm/page.h |  2 --
 arch/s390/kernel/uv.c        |  5 -----
 include/linux/mm.h           | 18 +-----------------
 mm/gup.c                     |  8 +++++---
 4 files changed, 6 insertions(+), 27 deletions(-)


base-commit: 3bb434b9ff9bfeacf7f4aef6ae036146ae3c40cc
-- 
2.45.2



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

end of thread, other threads:[~2024-07-30 18:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-29 18:38 [PATCH v1 0/3] mm: remove arch_make_page_accessible() David Hildenbrand
2024-07-29 18:38 ` [PATCH v1 1/3] mm: simplify arch_make_folio_accessible() David Hildenbrand
2024-07-29 18:38 ` [PATCH v1 2/3] mm/gup: convert to arch_make_folio_accessible() David Hildenbrand
2024-07-29 18:38 ` [PATCH v1 3/3] s390/uv: drop arch_make_page_accessible() David Hildenbrand
2024-07-29 19:27 ` [PATCH v1 0/3] mm: remove arch_make_page_accessible() Matthew Wilcox
2024-07-30 10:39 ` Claudio Imbrenda
2024-07-30 18:55 ` Vishal Moola

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