From: "Uladzislau Rezki (Sony)" <urezki@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, LKML <linux-kernel@vger.kernel.org>,
Roman Gushchin <guro@fb.com>, Uladzislau Rezki <urezki@gmail.com>,
Hillf Danton <hdanton@sina.com>, Michal Hocko <mhocko@suse.com>,
Matthew Wilcox <willy@infradead.org>,
Oleksiy Avramchenko <oleksiy.avramchenko@sonymobile.com>,
Steven Rostedt <rostedt@goodmis.org>
Subject: [PATCH v5 0/4] Some cleanups for the KVA/vmalloc
Date: Thu, 6 Jun 2019 14:04:07 +0200 [thread overview]
Message-ID: <20190606120411.8298-1-urezki@gmail.com> (raw)
v4->v5:
- base on next-20190606
- embed preloading directly into alloc_vmap_area(). [2] patch
- update the commit message of [2].
- if RB_EMPTY_NODE(), generate warning and return; [4] patch
v3->v4:
- Replace BUG_ON by WARN_ON() in [4];
- Update the commit message of the [4].
v2->v3:
- remove the odd comment from the [3];
v1->v2:
- update the commit message. [2] patch;
- fix typos in comments. [2] patch;
- do the "preload" for NUMA awareness. [2] patch;
Uladzislau Rezki (Sony) (4):
mm/vmalloc.c: remove "node" argument
mm/vmalloc.c: preload a CPU with one object for split purpose
mm/vmalloc.c: get rid of one single unlink_va() when merge
mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()
mm/vmalloc.c | 92 ++++++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 65 insertions(+), 27 deletions(-)
--
2.11.0
next reply other threads:[~2019-06-06 12:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-06 12:04 Uladzislau Rezki (Sony) [this message]
2019-06-06 12:04 ` [PATCH v5 1/4] mm/vmalloc.c: remove "node" argument Uladzislau Rezki (Sony)
2019-06-06 12:04 ` [PATCH v5 2/4] mm/vmalloc.c: preload a CPU with one object for split purpose Uladzislau Rezki (Sony)
2019-06-06 12:04 ` [PATCH v5 3/4] mm/vmalloc.c: get rid of one single unlink_va() when merge Uladzislau Rezki (Sony)
2019-06-06 12:04 ` [PATCH v5 4/4] mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va() Uladzislau Rezki (Sony)
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=20190606120411.8298-1-urezki@gmail.com \
--to=urezki@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=guro@fb.com \
--cc=hdanton@sina.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@suse.com \
--cc=oleksiy.avramchenko@sonymobile.com \
--cc=rostedt@goodmis.org \
--cc=willy@infradead.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).