[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191022144803.302233-1-hannes@cmpxchg.org>
Date: Tue, 22 Oct 2019 10:47:55 -0400
From: Johannes Weiner <hannes@...xchg.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Michal Hocko <mhocko@...e.com>, linux-mm@...ck.org,
cgroups@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel-team@...com
Subject: [PATCH 0/8]: mm: vmscan: cgroup-related cleanups
Here are 8 patches that clean up the reclaim code's interaction with
cgroups a bit. They're not supposed to change any behavior, just make
the implementation easier to understand and work with.
My apologies in advance for 5/8, which changes the indentation of
shrink_node() and so results in a terrible diff. The rest of the
series should be straight-forward.
include/linux/memcontrol.h | 32 ++--
include/linux/mmzone.h | 26 +--
mm/memcontrol.c | 12 +-
mm/page_alloc.c | 2 +-
mm/slab.h | 4 +-
mm/vmscan.c | 386 +++++++++++++++++++------------------------
mm/workingset.c | 8 +-
7 files changed, 216 insertions(+), 254 deletions(-)
Powered by blists - more mailing lists