All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Memory hotplug support for arm64 - complete patchset
@ 2017-04-11 14:54 ` Andrea Reale
  0 siblings, 0 replies; 36+ messages in thread
From: Andrea Reale @ 2017-04-11 14:54 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: m.bielski, ar, scott.branden, will.deacon, qiuxishi, f.fainelli,
	linux-kernel

Hi all,

this is a follow up to the patch we previously released here [1].
We are publishing new memory hot-remove support for arm64 memory hotplug,
which complements our initial hot-add patch.

For convenience, we are reposting in a single thread all the 5 patches
that compose the full memory hot-plug support, which are:
- The initial patchset by Scott Branden, orginally released in [2]
  (2 patches).
- A second version of our hot-add patch, originally released in [1]
  (1 patch).
- New hot-remove support complementing the hot-add patch. (2 patches).

The patches should apply cleanly on Linux 4.11-rc6
(commit: 39da7c509acff13fc8cb12ec1bb20337c988ed36).

We have performed tests and experiments on physical and emulated boards
and we are collecting results (along with more information) at the public
Web page at [3].

Any comments or feedback are, as usual, very much appreciated.

[1] https://lkml.org/lkml/2016/12/14/188
[2] https://lkml.org/lkml/2016/12/1/811
[3] https://hotplug-tests.eu-gb.mybluemix.net

Andrea Reale (2):
  Hot-remove implementation for arm64
  Add "remove" probe driver for memory hot-remove

Maciej Bielski (1):
  Memory hotplug support for arm64 platform (v2)

Scott Branden (2):
  arm64: memory-hotplug: Add MEMORY_HOTPLUG, MEMORY_HOTREMOVE,
    MEMORY_PROBE
  arm64: defconfig: enable MEMORY_HOTPLUG config options

 arch/arm64/Kconfig               |  11 ++
 arch/arm64/configs/defconfig     |   3 +
 arch/arm64/include/asm/mmu.h     |   7 +
 arch/arm64/include/asm/pgtable.h |  15 ++
 arch/arm64/mm/init.c             | 113 +++++++++++
 arch/arm64/mm/mmu.c              | 417 +++++++++++++++++++++++++++++++++++++++
 drivers/base/memory.c            |  34 +++-
 include/linux/memblock.h         |   1 +
 mm/memblock.c                    |  10 +
 9 files changed, 610 insertions(+), 1 deletion(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2017-04-25  0:00 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 14:54 [PATCH 0/5] Memory hotplug support for arm64 - complete patchset Andrea Reale
2017-04-11 14:54 ` Andrea Reale
2017-04-11 14:54 ` [PATCH 1/5] arm64: memory-hotplug: Add MEMORY_HOTPLUG, MEMORY_HOTREMOVE, MEMORY_PROBE Andrea Reale
2017-04-11 14:54   ` Andrea Reale
2017-04-12  0:20   ` kbuild test robot
2017-04-12  0:20     ` kbuild test robot
2017-04-11 14:54 ` [PATCH 2/5] arm64: defconfig: enable MEMORY_HOTPLUG config options Andrea Reale
2017-04-11 14:54   ` Andrea Reale
2017-04-11 14:55 ` [PATCH 3/5] Memory hotplug support for arm64 platform (v2) Andrea Reale
2017-04-11 14:55   ` Andrea Reale
2017-04-11 15:58   ` Mark Rutland
2017-04-11 15:58     ` Mark Rutland
2017-04-24 16:44     ` Maciej Bielski
2017-04-24 16:44       ` Maciej Bielski
2017-04-24 17:35     ` Maciej Bielski
2017-04-24 17:35       ` Maciej Bielski
2017-04-11 14:55 ` [PATCH 4/5] Hot-remove implementation for arm64 Andrea Reale
2017-04-11 14:55   ` Andrea Reale
2017-04-11 17:12   ` Mark Rutland
2017-04-11 17:12     ` Mark Rutland
2017-04-14 14:01     ` Andrea Reale
2017-04-14 14:01       ` Andrea Reale
2017-04-18 18:21       ` Mark Rutland
2017-04-18 18:21         ` Mark Rutland
2017-04-18 18:48         ` Ard Biesheuvel
2017-04-18 18:48           ` Ard Biesheuvel
2017-04-19 15:53           ` Laura Abbott
2017-04-19 15:53             ` Laura Abbott
2017-04-21 10:05             ` Andrea Reale
2017-04-21 10:05               ` Andrea Reale
2017-04-24 23:59               ` Laura Abbott
2017-04-24 23:59                 ` Laura Abbott
2017-04-21 10:02         ` Andrea Reale
2017-04-21 10:02           ` Andrea Reale
2017-04-11 14:56 ` [PATCH 5/5] Add "remove" probe driver for memory hot-remove Andrea Reale
2017-04-11 14:56   ` Andrea Reale

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.