LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Qi Zheng <zhengqi.arch@bytedance.com>
To: akpm@linux-foundation.org, tglx@linutronix.de,
hannes@cmpxchg.org, mhocko@kernel.org, vdavydov.dev@gmail.com,
kirill.shutemov@linux.intel.com, mika.penttila@nextfour.com,
david@redhat.com, vbabka@suse.cz
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, songmuchun@bytedance.com,
Qi Zheng <zhengqi.arch@bytedance.com>
Subject: [PATCH v2 0/2] Do some code cleanups related to mm
Date: Tue, 31 Aug 2021 21:21:09 +0800 [thread overview]
Message-ID: <20210831132111.85437-1-zhengqi.arch@bytedance.com> (raw)
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 v1 -> v2:
- Fix some typo and code style problems.
Qi Zheng (2):
mm: introduce pmd_install() helper
mm: remove redundant smp_wmb()
include/linux/mm.h | 1 +
mm/filemap.c | 11 ++-----
mm/memory.c | 86 ++++++++++++++++++++++++-----------------------------
mm/sparse-vmemmap.c | 2 +-
4 files changed, 43 insertions(+), 57 deletions(-)
--
2.11.0
next reply other threads:[~2021-08-31 13:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-31 13:21 Qi Zheng [this message]
2021-08-31 13:21 ` [PATCH v2 1/2] mm: introduce pmd_install() helper Qi Zheng
2021-08-31 23:23 ` Kirill A. Shutemov
2021-09-01 10:15 ` Qi Zheng
2021-08-31 13:21 ` [PATCH v2 2/2] mm: remove redundant smp_wmb() Qi Zheng
2021-08-31 23:25 ` Kirill A. Shutemov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210831132111.85437-1-zhengqi.arch@bytedance.com \
--to=zhengqi.arch@bytedance.com \
--cc=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=hannes@cmpxchg.org \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=mika.penttila@nextfour.com \
--cc=songmuchun@bytedance.com \
--cc=tglx@linutronix.de \
--cc=vbabka@suse.cz \
--cc=vdavydov.dev@gmail.com \
--subject='Re: [PATCH v2 0/2] Do some code cleanups related to mm' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).