[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110222112027.GA31267@htj.dyndns.org>
Date: Tue, 22 Feb 2011 12:20:27 +0100
From: Tejun Heo <tj@...nel.org>
To: mingo@...e.hu, yinghai@...nel.org
Cc: tglx@...utronix.de, hpa@...or.com, rientjes@...gle.com,
linux-kernel@...r.kernel.org
Subject: [GIT PULL tip:x86/mm] x86-64, NUMA: NUMA related misc changes
Ingo, please pull from the following git branch to receive five
commits updating x86-64 NUMA code. These five patches shouldn't cause
any visible behavior change. The HEAD is 2bf50555b0 (x86-64, NUMA:
Seperate out numa_alloc_distance() from numa_set_distance()).
git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git x86-numa
git.korg still seems a bit slow to sync, so if you can't see the HEAD
there please pull from master.korg.
ssh://master.kernel.org/pub/scm/linux/kernel/git/tj/misc.git x86-numa
Thanks.
Tejun Heo (3):
x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separate file
x86-64, NUMA: Move NUMA emulation into numa_emulation.c
x86-64, NUMA: Add proper function comments to global functions
Yinghai Lu (2):
x86-64, NUMA: Do not scan two times for setup_node_bootmem()
x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance()
arch/x86/mm/Makefile | 1 +
arch/x86/mm/numa_64.c | 629 +++++++-----------------------------------
arch/x86/mm/numa_emulation.c | 475 +++++++++++++++++++++++++++++++
arch/x86/mm/numa_internal.h | 31 ++
4 files changed, 607 insertions(+), 529 deletions(-)
create mode 100644 arch/x86/mm/numa_emulation.c
create mode 100644 arch/x86/mm/numa_internal.h
--
tejun
--
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