[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1358874762-19717-1-git-send-email-mgorman@suse.de>
Date: Tue, 22 Jan 2013 17:12:36 +0000
From: Mel Gorman <mgorman@...e.de>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Andrea Arcangeli <aarcange@...hat.com>,
Ingo Molnar <mingo@...nel.org>,
Simon Jeons <simon.jeons@...il.com>,
Wanpeng Li <liwanp@...ux.vnet.ibm.com>,
Hugh Dickins <hughd@...gle.com>, Mel Gorman <mgorman@...e.de>,
Linux-MM <linux-mm@...ck.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/6] Follow up work on NUMA Balancing
The following series is a few follow-up patches left over from NUMA
balancing. The three three patches are tiny fixes. Patches 4 and 5 fold
page->_last_nid into page->flags and is entirely based on work from Peter
Zijlstra. The final patch is a cleanup by Hugh Dickins that he had marked
as a prototype but on examination and testing I could not find any problems
with it (famous last words).
include/linux/mm.h | 73 ++++++++++++---------------
include/linux/mm_types.h | 9 ++--
include/linux/mmzone.h | 22 +--------
include/linux/page-flags-layout.h | 88 +++++++++++++++++++++++++++++++++
include/linux/vmstat.h | 2 +-
mm/huge_memory.c | 28 ++++-------
mm/memory.c | 4 ++
mm/migrate.c | 99 +++++++++++++++++--------------------
8 files changed, 186 insertions(+), 139 deletions(-)
create mode 100644 include/linux/page-flags-layout.h
--
1.7.9.2
--
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