linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mm: remove page_maybe_dma_pinned() and page_mkclean()
@ 2024-06-04 11:48 Kefeng Wang
  2024-06-04 11:48 ` [PATCH 1/4] fs/proc/task_mmu: use folio API in pte_is_pinned() Kefeng Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Kefeng Wang @ 2024-06-04 11:48 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Helge Deller, Daniel Vetter, David Hildenbrand, Matthew Wilcox,
	linux-mm, Jonathan Corbet, Kefeng Wang

Most page_maybe_dma_pinned() and page_mkclean() callers have been
converted to the folio equivalents, after two more convertsions,
remove them and update the comment and documention.

Kefeng Wang (4):
  fs/proc/task_mmu: use folio API in pte_is_pinned()
  mm: remove page_maybe_dma_pinned()
  fb_defio: use a folio in fb_deferred_io_work()
  mm: remove page_mkclean()

 Documentation/core-api/pin_user_pages.rst | 16 ++++++++--------
 drivers/video/fbdev/core/fb_defio.c       | 13 +++++++------
 fs/proc/task_mmu.c                        |  8 ++++----
 include/linux/mm.h                        | 11 +++--------
 include/linux/rmap.h                      |  4 ----
 mm/gup.c                                  |  2 +-
 mm/mremap.c                               |  2 +-
 7 files changed, 24 insertions(+), 32 deletions(-)

-- 
2.27.0



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

end of thread, other threads:[~2024-06-26  4:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04 11:48 [PATCH 0/4] mm: remove page_maybe_dma_pinned() and page_mkclean() Kefeng Wang
2024-06-04 11:48 ` [PATCH 1/4] fs/proc/task_mmu: use folio API in pte_is_pinned() Kefeng Wang
2024-06-04 11:51   ` David Hildenbrand
2024-06-04 14:26     ` Kefeng Wang
     [not found]       ` <f466aae2-9a3e-4081-b2d8-fa5930b8bc29@redhat.com>
2024-06-05  1:30         ` Kefeng Wang
2024-06-25 22:38           ` Andrew Morton
2024-06-26  4:57             ` David Hildenbrand
2024-06-04 11:48 ` [PATCH 2/4] mm: remove page_maybe_dma_pinned() Kefeng Wang
2024-06-04 11:48 ` [PATCH 3/4] fb_defio: use a folio in fb_deferred_io_work() Kefeng Wang
2024-06-04 11:53   ` David Hildenbrand
2024-06-04 11:48 ` [PATCH 4/4] mm: remove page_mkclean() Kefeng Wang
2024-06-07  6:46   ` [PATCH] pin_user_pages: fix underline length Kefeng Wang

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