public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Convert two functions in hugetlb.c to use a folio
@ 2023-06-02  1:54 Peng Zhang
  2023-06-02  1:54 ` [PATCH 1/2] mm/hugetlb: Use a folio in copy_hugetlb_page_range() Peng Zhang
  2023-06-02  1:54 ` [PATCH 2/2] mm/hugetlb: Use a folio in hugetlb_wp() Peng Zhang
  0 siblings, 2 replies; 11+ messages in thread
From: Peng Zhang @ 2023-06-02  1:54 UTC (permalink / raw)
  To: linux-mm, linux-kernel, akpm, willy, mike.kravetz
  Cc: muchun.song, sidhartha.kumar, vishal.moola, wangkefeng.wang,
	sunnanyong, ZhangPeng

From: ZhangPeng <zhangpeng362@huawei.com>

This patch series converts two functions in hugetlb.c to use a folio,
which can remove several implicit calls to compound_head().

ZhangPeng (2):
  mm/hugetlb: Use a folio in copy_hugetlb_page_range()
  mm/hugetlb: Use a folio in hugetlb_wp()

 mm/hugetlb.c | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-06-05 11:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-02  1:54 [PATCH 0/2] Convert two functions in hugetlb.c to use a folio Peng Zhang
2023-06-02  1:54 ` [PATCH 1/2] mm/hugetlb: Use a folio in copy_hugetlb_page_range() Peng Zhang
2023-06-02  3:14   ` Muchun Song
2023-06-02 16:44   ` Sidhartha Kumar
2023-06-02  1:54 ` [PATCH 2/2] mm/hugetlb: Use a folio in hugetlb_wp() Peng Zhang
2023-06-02  3:17   ` Muchun Song
2023-06-02 17:47   ` Sidhartha Kumar
2023-06-02 20:17   ` Matthew Wilcox
2023-06-02 20:52     ` Mike Kravetz
2023-06-05 11:15       ` zhangpeng (AS)
2023-06-05 11:15     ` zhangpeng (AS)

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