[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1341449103-1986-1-git-send-email-hannes@cmpxchg.org>
Date: Thu, 5 Jul 2012 02:44:52 +0200
From: Johannes Weiner <hannes@...xchg.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
Michal Hocko <mhocko@...e.cz>, Hugh Dickins <hughd@...gle.com>,
David Rientjes <rientjes@...gle.com>, linux-mm@...ck.org,
cgroups@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [patch 00/11] mm: memcg: charge/uncharge improvements
Hello,
the biggest thing is probably #1, no longer trying (and failing) to
charge replacement pages during migration and thus compaction. The
rest is cleanups and tiny optimizations that move some checks out of
the charge and uncharge core paths that do not apply to all types of
pages alike.
include/linux/memcontrol.h | 11 +--
mm/memcontrol.c | 205 +++++++++++++++++++++++---------------------
mm/migrate.c | 27 ++-----
mm/shmem.c | 11 ++-
mm/swapfile.c | 3 +-
5 files changed, 124 insertions(+), 133 deletions(-)
--
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