linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <1420011208-7051-3-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>]
  • [parent not found: <1420011208-7051-2-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>]
  • [parent not found: <1420011208-7051-4-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>]
  • * [RFC PATCH v3 0/4] arm64:numa: Add numa support for arm64 platforms.
    @ 2014-12-31  7:36 Ganapatrao Kulkarni
      2014-12-31  7:36 ` [RFC PATCH v3 3/4] arm64:thunder: Add initial dts for Cavium's Thunder SoC in 2 Node topology Ganapatrao Kulkarni
      0 siblings, 1 reply; 17+ messages in thread
    From: Ganapatrao Kulkarni @ 2014-12-31  7:36 UTC (permalink / raw)
      To: linux-arm-kernel
    
    This is v3 patch set to support numa on arm64 based platforms.
    Tested these patches on cavium's multinode(2 node topology) platform.
    
    In this patchset, defined and implemented dt bindings for numa mapping for core and memory.
    using device node property arm,associativity.
    
    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-4096.
      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 | 198 +++++++
     arch/arm64/Kconfig                             |  36 +-
     arch/arm64/boot/dts/thunder-88xx-2n.dts        |  78 +++
     arch/arm64/boot/dts/thunder-88xx-2n.dtsi       | 789 +++++++++++++++++++++++++
     arch/arm64/include/asm/mmzone.h                |  32 +
     arch/arm64/include/asm/numa.h                  |  45 ++
     arch/arm64/kernel/Makefile                     |   1 +
     arch/arm64/kernel/dt_numa.c                    | 296 ++++++++++
     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                           | 520 ++++++++++++++++
     13 files changed, 2032 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/kernel/dt_numa.c
     create mode 100644 arch/arm64/mm/numa.c
    
    -- 
    1.8.1.4
    
    ^ permalink raw reply	[flat|nested] 17+ messages in thread

    end of thread, other threads:[~2015-01-15 17:32 UTC | newest]
    
    Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1420011208-7051-1-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
         [not found] ` <1420011208-7051-5-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
    2015-01-02 21:10   ` [RFC PATCH v3 4/4] arm64:numa: adding numa support for arm64 platforms Arnd Bergmann
    2015-01-06  9:25     ` Ganapatrao Kulkarni
    2015-01-06 19:59       ` Arnd Bergmann
    2015-01-07  7:09         ` Ganapatrao Kulkarni
         [not found] ` <1420011208-7051-3-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
    2015-01-02 21:17   ` [RFC PATCH v3 2/4] Documentation: arm64/arm: dt bindings for numa Arnd Bergmann
    2015-01-06  5:28     ` Ganapatrao Kulkarni
         [not found] ` <1420011208-7051-2-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
    2015-01-02 21:17   ` [RFC PATCH v3 1/4] arm64: defconfig: increase NR_CPUS range to 2-4096 Arnd Bergmann
         [not found] ` <1420011208-7051-4-git-send-email-ganapatrao.kulkarni@caviumnetworks.com>
    2015-01-02 21:17   ` [RFC PATCH v3 3/4] arm64:thunder: Add initial dts for Cavium's Thunder SoC in 2 Node topology Arnd Bergmann
    2015-01-06  9:34     ` Ganapatrao Kulkarni
    2015-01-06 20:02       ` Arnd Bergmann
    2015-01-07  7:07         ` Ganapatrao Kulkarni
    2015-01-07  8:18           ` Arnd Bergmann
    2015-01-14 17:36             ` Lorenzo Pieralisi
    2015-01-14 18:48               ` Ganapatrao Kulkarni
    2015-01-14 23:49                 ` Lorenzo Pieralisi
    2015-01-15 17:32                   ` Arnd Bergmann
    2014-12-31  7:36 [RFC PATCH v3 0/4] arm64:numa: Add numa support for arm64 platforms Ganapatrao Kulkarni
    2014-12-31  7:36 ` [RFC PATCH v3 3/4] arm64:thunder: Add initial dts for Cavium's Thunder SoC in 2 Node topology Ganapatrao Kulkarni
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).