linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc/pseries: Perform PRRN topology updates in kernel
@ 2016-12-12 21:01 John Allen
  2016-12-12 21:05 ` [PATCH 1/2] powerpc/pseries: Introduce memory hotplug READD operation John Allen
  2016-12-12 21:07 ` [PATCH 2/2] powerpc/pseries: Update affinity for memory and cpus specified in a PRRN event John Allen
  0 siblings, 2 replies; 4+ messages in thread
From: John Allen @ 2016-12-12 21:01 UTC (permalink / raw)
  To: linuxppc-dev, Nathan Fontenot

Formerly, when we received a PRRN rtas event, device tree updating was
performed in the kernel and the actual topology updating was performed in
userspace. This was necessary as in order to update the topology for memory,
we must perform a hot remove and a subsequent hot add and until recently,
memory hotplug was not included in the kernel. Since memory hotplug is now
available, this patchset moves the PRRN topology updating into the kernel.

John Allen (2):
      powerpc/pseries: Introduce memory hotplug READD operation
      powerpc/pseries: Update affinity for memory and cpus specified in a PRRN event

 arch/powerpc/include/asm/rtas.h                 |    1
 arch/powerpc/kernel/rtasd.c                     |    7 +++
 arch/powerpc/platforms/pseries/hotplug-memory.c |    5 ++
 arch/powerpc/platforms/pseries/mobility.c       |   48 +++++++++++++++++++++++
 4 files changed, 60 insertions(+), 1 deletion(-)

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

end of thread, other threads:[~2016-12-13 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-12 21:01 [PATCH 0/2] powerpc/pseries: Perform PRRN topology updates in kernel John Allen
2016-12-12 21:05 ` [PATCH 1/2] powerpc/pseries: Introduce memory hotplug READD operation John Allen
2016-12-12 21:07 ` [PATCH 2/2] powerpc/pseries: Update affinity for memory and cpus specified in a PRRN event John Allen
2016-12-13 16:58   ` Nathan Fontenot

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).