All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] userfaultfd: convert userfaultfd functions to use folios
@ 2023-03-14  3:37 Peng Zhang
  2023-03-14  3:37 ` [PATCH 1/3] userfaultfd: convert mcopy_atomic_pte() to use a folio Peng Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peng Zhang @ 2023-03-14  3:37 UTC (permalink / raw)
  To: linux-mm, linux-kernel
  Cc: akpm, willy, mike.kravetz, vishal.moola, sidhartha.kumar,
	wangkefeng.wang, sunnanyong, ZhangPeng

From: ZhangPeng <zhangpeng362@huawei.com>

This patch series converts several userfaultfd functions to use folios.
And this series pass the userfaultfd selftests and the LTP userfaultfd
test cases.

ZhangPeng (3):
  userfaultfd: convert mcopy_atomic_pte() to use a folio
  userfaultfd: convert __mcopy_atomic_hugetlb() to use a folio
  userfaultfd: convert __mcopy_atomic() to use a folio

 include/linux/hugetlb.h  |  4 +--
 include/linux/mm.h       |  3 +-
 include/linux/shmem_fs.h |  2 +-
 mm/hugetlb.c             | 25 +++++++-------
 mm/memory.c              | 18 +++++-----
 mm/shmem.c               | 17 +++++----
 mm/userfaultfd.c         | 74 +++++++++++++++++++---------------------
 7 files changed, 70 insertions(+), 73 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-03-14 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14  3:37 [PATCH 0/3] userfaultfd: convert userfaultfd functions to use folios Peng Zhang
2023-03-14  3:37 ` [PATCH 1/3] userfaultfd: convert mcopy_atomic_pte() to use a folio Peng Zhang
2023-03-14  3:37 ` [PATCH 2/3] userfaultfd: convert __mcopy_atomic_hugetlb() " Peng Zhang
2023-03-14  8:31   ` Matthew Wilcox
2023-03-14 11:47     ` zhangpeng (AS)
2023-03-14  3:37 ` [PATCH 3/3] userfaultfd: convert __mcopy_atomic() " Peng Zhang

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.