[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1397054470.git.vdavydov@parallels.com>
Date: Wed, 9 Apr 2014 19:02:29 +0400
From: Vladimir Davydov <vdavydov@...allels.com>
To: <akpm@...ux-foundation.org>
CC: <mhocko@...e.cz>, <hannes@...xchg.org>, <glommer@...il.com>,
<cl@...ux-foundation.org>, <penberg@...nel.org>,
<linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>,
<devel@...nvz.org>
Subject: [PATCH -mm 0/4] memcg-vs-slab cleanup
Hi,
This patchset does a bit of cleanup in the kmemcg implementation
hopefully making it more readable.
It requires the following two patches applied on top of the mmotm tree:
[PATCH -mm v2 1/2] sl[au]b: charge slabs to kmemcg explicitly
[PATCH -mm v2.2] mm: get rid of __GFP_KMEMCG
(see https://lkml.org/lkml/2014/4/1/100)
Thanks,
Vladimir Davydov (4):
memcg, slab: do not schedule cache destruction when last page goes
away
memcg, slab: merge memcg_{bind,release}_pages to
memcg_{un}charge_slab
memcg, slab: change memcg::slab_caches_mutex vs slab_mutex locking
order
memcg, slab: remove memcg_cache_params::destroy work
include/linux/memcontrol.h | 15 +---
include/linux/slab.h | 8 +-
mm/memcontrol.c | 209 +++++++++++++++++---------------------------
mm/slab.c | 2 -
mm/slab.h | 28 +-----
mm/slab_common.c | 22 ++---
mm/slub.c | 2 -
7 files changed, 94 insertions(+), 192 deletions(-)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists