[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1322062951-1756-1-git-send-email-hannes@cmpxchg.org>
Date: Wed, 23 Nov 2011 16:42:23 +0100
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>,
Balbir Singh <bsingharora@...il.com>, cgroups@...r.kernel.org,
linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: [patch 0/8] mm: memcg fixlets for 3.3
Here are some minor memcg-related cleanups and optimizations, nothing
too exciting. The bulk of the diffstat comes from renaming the
remaining variables to describe a (struct mem_cgroup *) to "memcg".
The rest cuts down on the (un)charge fastpaths, as people start to get
annoyed by those functions showing up in the profiles of their their
non-memcg workloads. More is to come, but I wanted to get the more
obvious bits out of the way.
include/linux/memcontrol.h | 16 ++++----
include/linux/oom.h | 2 +-
include/linux/page_cgroup.h | 20 ++++++---
include/linux/rmap.h | 4 +-
mm/memcontrol.c | 97 ++++++++++++++++---------------------------
mm/oom_kill.c | 42 +++++++++---------
mm/rmap.c | 20 ++++----
mm/swapfile.c | 9 ++--
mm/vmscan.c | 12 +++---
9 files changed, 103 insertions(+), 119 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