[RFC PATCH v2 0/4] arm64:numa: Add numa support for arm64 platforms.

Ganapatrao Kulkarni ganapatrao.kulkarni at caviumnetworks.com
Fri Nov 21 13:23:26 PST 2014


This is v2 patch set to support numa on arm64 based platforms.
Tested these patches on cavium's multinode(2 node topology) simulator.
In this patchset, defined and implemented dt bindings for numa mapping for core and memory.
Tested using UEFI which passes multi memory range details through UEFI system
table. Tried test-cases present in numactl-2.0.9 package.

v2:
Defined and implemented numa map for memory, cores to node and
proximity distance matrix of nodes to each other. 

v1:
Initial patchset to support numa on arm64 platforms.


Ganapatrao Kulkarni (4):
  arm64: defconfig: increase NR_CPUS range to 2-128
  Documentation: arm64/arm: dt bindings for numa.
  arm64:thunder: Add initial dts for Cavium's Thunder SoC in 2 Node
    topology.
  arm64:numa: adding numa support for arm64 platforms.

 Documentation/devicetree/bindings/arm/numa.txt | 103 ++++
 arch/arm64/Kconfig                             |  37 +-
 arch/arm64/boot/dts/thunder-88xx-2n.dts        |  88 ++++
 arch/arm64/boot/dts/thunder-88xx-2n.dtsi       | 694 +++++++++++++++++++++++++
 arch/arm64/include/asm/mmzone.h                |  32 ++
 arch/arm64/include/asm/numa.h                  |  35 ++
 arch/arm64/kernel/setup.c                      |   8 +
 arch/arm64/kernel/smp.c                        |   2 +
 arch/arm64/mm/Makefile                         |   1 +
 arch/arm64/mm/init.c                           |  34 +-
 arch/arm64/mm/numa.c                           | 631 ++++++++++++++++++++++
 11 files changed, 1657 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/numa.txt
 create mode 100644 arch/arm64/boot/dts/thunder-88xx-2n.dts
 create mode 100644 arch/arm64/boot/dts/thunder-88xx-2n.dtsi
 create mode 100644 arch/arm64/include/asm/mmzone.h
 create mode 100644 arch/arm64/include/asm/numa.h
 create mode 100644 arch/arm64/mm/numa.c

-- 
1.8.1.4




More information about the linux-arm-kernel mailing list