All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Two minor cleanups for get pageblock migratetype
@ 2023-08-11 11:59 Kemeng Shi
  2023-08-11 11:59 ` [PATCH 1/2] mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_mask Kemeng Shi
  2023-08-11 11:59 ` [PATCH 2/2] mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfn Kemeng Shi
  0 siblings, 2 replies; 8+ messages in thread
From: Kemeng Shi @ 2023-08-11 11:59 UTC (permalink / raw)
  To: linux-mm, linux-kernel, akpm, baolin.wang, mgorman, david, willy
  Cc: shikemeng

Hi all, this series contains two minor cleanups for get pageblock
migratetype. More details can be found in respective pages. Thanks!

Kemeng Shi (2):
  mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_mask
  mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfn

 mm/page_alloc.c | 34 +++++++++++++---------------------
 1 file changed, 13 insertions(+), 21 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2023-08-21 21:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 11:59 [PATCH 0/2] Two minor cleanups for get pageblock migratetype Kemeng Shi
2023-08-11 11:59 ` [PATCH 1/2] mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_mask Kemeng Shi
2023-08-11  4:28   ` Matthew Wilcox
2023-08-21 12:20   ` Mel Gorman
2023-08-21 21:23   ` Johannes Weiner
2023-08-11 11:59 ` [PATCH 2/2] mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfn Kemeng Shi
2023-08-21 12:21   ` Mel Gorman
2023-08-21 21:24   ` Johannes Weiner

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.