All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Do some code cleanups related to mm
@ 2021-09-01 10:27 Qi Zheng
  2021-09-01 10:27 ` [PATCH v3 1/2] mm: introduce pmd_install() helper Qi Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Qi Zheng @ 2021-09-01 10:27 UTC (permalink / raw)
  To: akpm, tglx, hannes, mhocko, vdavydov.dev, kirill.shutemov,
	mika.penttila, david, vbabka
  Cc: linux-doc, linux-kernel, linux-mm, songmuchun, Qi Zheng

Hi,

This patch series aims to do some code cleanups related to mm.

This series is based on next-20210827.

Comments and suggestions are welcome.

Thanks,
Qi.

Changelog in v2 -> v3:
 - Move the declaration of pmd_install() to mm/internal.h

Changelog in v1 -> v2:
 - Fix some typo and code style problems.

Qi Zheng (2):
  mm: introduce pmd_install() helper
  mm: remove redundant smp_wmb()

 mm/filemap.c        | 11 ++-----
 mm/internal.h       |  1 +
 mm/memory.c         | 86 ++++++++++++++++++++++++-----------------------------
 mm/sparse-vmemmap.c |  2 +-
 4 files changed, 43 insertions(+), 57 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2021-09-15  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 10:27 [PATCH v3 0/2] Do some code cleanups related to mm Qi Zheng
2021-09-01 10:27 ` [PATCH v3 1/2] mm: introduce pmd_install() helper Qi Zheng
2021-09-01 10:27 ` [PATCH v3 2/2] mm: remove redundant smp_wmb() Qi Zheng
2021-09-15  8:11 ` [PATCH v3 0/2] Do some code cleanups related to mm Qi Zheng

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.