From: Vladimir Davydov <vdavydov@parallels.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>,
Michal Hocko <mhocko@suse.cz>, Christoph Lameter <cl@linux.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: [PATCH v2 0/3] memcg: trivial cleanups in kmemcg core
Date: Mon, 22 Sep 2014 20:00:43 +0400 [thread overview]
Message-ID: <cover.1411401021.git.vdavydov@parallels.com> (raw)
This patch set does exactly the same thing as
https://lkml.org/lkml/2014/9/18/315
but it's commented better (thanks to Michal).
Vladimir Davydov (3):
memcg: move memcg_{alloc,free}_cache_params to slab_common.c
memcg: don't call memcg_update_all_caches if new cache id fits
memcg: move memcg_update_cache_size to slab_common.c
include/linux/memcontrol.h | 15 -----
mm/memcontrol.c | 154 ++++++++++++--------------------------------
mm/slab_common.c | 74 ++++++++++++++++++++-
3 files changed, 111 insertions(+), 132 deletions(-)
--
1.7.10.4
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Vladimir Davydov <vdavydov@parallels.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>,
Michal Hocko <mhocko@suse.cz>, Christoph Lameter <cl@linux.com>,
<linux-kernel@vger.kernel.org>, <linux-mm@kvack.org>
Subject: [PATCH v2 0/3] memcg: trivial cleanups in kmemcg core
Date: Mon, 22 Sep 2014 20:00:43 +0400 [thread overview]
Message-ID: <cover.1411401021.git.vdavydov@parallels.com> (raw)
This patch set does exactly the same thing as
https://lkml.org/lkml/2014/9/18/315
but it's commented better (thanks to Michal).
Vladimir Davydov (3):
memcg: move memcg_{alloc,free}_cache_params to slab_common.c
memcg: don't call memcg_update_all_caches if new cache id fits
memcg: move memcg_update_cache_size to slab_common.c
include/linux/memcontrol.h | 15 -----
mm/memcontrol.c | 154 ++++++++++++--------------------------------
mm/slab_common.c | 74 ++++++++++++++++++++-
3 files changed, 111 insertions(+), 132 deletions(-)
--
1.7.10.4
next reply other threads:[~2014-09-22 16:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-22 16:00 Vladimir Davydov [this message]
2014-09-22 16:00 ` [PATCH v2 0/3] memcg: trivial cleanups in kmemcg core Vladimir Davydov
2014-09-22 16:00 ` [PATCH v2 1/3] memcg: move memcg_{alloc,free}_cache_params to slab_common.c Vladimir Davydov
2014-09-22 16:00 ` Vladimir Davydov
2014-09-23 17:40 ` Michal Hocko
2014-09-23 17:40 ` Michal Hocko
2014-09-22 16:00 ` [PATCH v2 2/3] memcg: don't call memcg_update_all_caches if new cache id fits Vladimir Davydov
2014-09-22 16:00 ` Vladimir Davydov
2014-09-23 18:00 ` Michal Hocko
2014-09-23 18:00 ` Michal Hocko
2014-09-22 16:00 ` [PATCH v2 3/3] memcg: move memcg_update_cache_size to slab_common.c Vladimir Davydov
2014-09-22 16:00 ` Vladimir Davydov
2014-09-23 18:09 ` Michal Hocko
2014-09-23 18:09 ` Michal Hocko
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=cover.1411401021.git.vdavydov@parallels.com \
--to=vdavydov@parallels.com \
--cc=akpm@linux-foundation.org \
--cc=cl@linux.com \
--cc=hannes@cmpxchg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@suse.cz \
/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 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.