All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] linux/vnuma: vnuma topology PV guest
@ 2013-08-27  8:52 Elena Ufimtseva
  2013-08-27  8:52 ` [PATCH RFC 1/2] linux/vnuma: vnuma support for pv guest Elena Ufimtseva
                   ` (2 more replies)
  0 siblings, 3 replies; 29+ messages in thread
From: Elena Ufimtseva @ 2013-08-27  8:52 UTC (permalink / raw)
  To: xen-devel; +Cc: Elena Ufimtseva

Enables PV guest to discover NUMA topology provided by XEN
and inits this topology on boot.
Xen provides numa memblocks aligned for guest, distance table,
cpu setup per node.
On failure defaults to dummy linux numa init.

TODO:
Change XENMEM hypercall subop to SYSCTL.

Elena Ufimtseva (2):
  vNUMA PV Guest Linux support
  Enables NUMA for PV guest

 arch/x86/include/asm/xen/vnuma-xen.h |   36 +++++++++++
 arch/x86/mm/numa.c                   |    8 +++
 arch/x86/xen/enlighten.c             |  115 ++++++++++++++++++++++++++++++++++
 arch/x86/xen/setup.c                 |    2 +-
 include/xen/interface/memory.h       |    1 +
 5 files changed, 161 insertions(+), 1 deletion(-)
 create mode 100644 arch/x86/include/asm/xen/vnuma-xen.h

-- 
1.7.10.4

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

end of thread, other threads:[~2013-08-30 12:57 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27  8:52 [PATCH RFC 0/2] linux/vnuma: vnuma topology PV guest Elena Ufimtseva
2013-08-27  8:52 ` [PATCH RFC 1/2] linux/vnuma: vnuma support for pv guest Elena Ufimtseva
2013-08-27 13:52   ` David Vrabel
2013-08-27 14:33   ` Konrad Rzeszutek Wilk
2013-08-28 13:41     ` Elena Ufimtseva
2013-08-28 23:12     ` Dario Faggioli
2013-08-29 14:07       ` Konrad Rzeszutek Wilk
2013-08-28  1:27   ` Matt Wilson
2013-08-28  1:37     ` Matt Wilson
2013-08-28 13:08       ` Dario Faggioli
2013-08-28 13:39         ` George Dunlap
2013-08-28 16:01       ` Konrad Rzeszutek Wilk
2013-08-28 16:38         ` Matt Wilson
2013-08-28 20:10           ` Elena Ufimtseva
2013-08-28 23:25             ` Matt Wilson
2013-08-29  9:16               ` George Dunlap
2013-08-28 22:21           ` Dario Faggioli
2013-08-29  0:11             ` Matt Wilson
2013-08-29 13:41               ` David Vrabel
2013-08-29 14:23                 ` Konrad Rzeszutek Wilk
2013-08-29 14:32                   ` George Dunlap
2013-08-29 14:51                     ` Konrad Rzeszutek Wilk
2013-08-29 22:29                       ` Dario Faggioli
2013-08-30 12:57                         ` Konrad Rzeszutek Wilk
2013-08-27  8:53 ` [PATCH RFC 2/2] linux/vnuma: Enables NUMA support for PV guest Elena Ufimtseva
2013-08-27 13:35   ` David Vrabel
2013-08-27 15:36     ` Konrad Rzeszutek Wilk
2013-08-27 14:17   ` Konrad Rzeszutek Wilk
2013-08-27 13:48 ` [PATCH RFC 0/2] linux/vnuma: vnuma topology " David Vrabel

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.