All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Updates to pxm2node mapping and nodeID sizing
@ 2015-02-25 23:41 Boris Ostrovsky
  2015-02-25 23:41 ` [PATCH v3 1/3] x86/numa: Allow arbitrary value of PXM in PXM<->node mapping Boris Ostrovsky
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Boris Ostrovsky @ 2015-02-25 23:41 UTC (permalink / raw)
  To: keir, jbeulich, yang.z.zhang, kevin.tian, ian.campbell,
	stefano.stabellini, tim
  Cc: Andrew.Cooper3, dario.faggioli, boris.ostrovsky, xen-devel

A set of patches for better px2<->node mapping and consistent use of
nodeID datatype.


Boris Ostrovsky (3):
  x86/numa: Allow arbitrary value of PXM in PXM<->node mapping
  x86/numa: Adjust datatypes for node and pxm
  mm: MEMF_node should handle changes in nodeid_t size

 xen/arch/x86/irq.c                  |    4 +-
 xen/arch/x86/numa.c                 |   15 ++--
 xen/arch/x86/setup.c                |    2 +-
 xen/arch/x86/smpboot.c              |    6 +-
 xen/arch/x86/srat.c                 |  121 ++++++++++++++++++++++++-----------
 xen/arch/x86/x86_64/mm.c            |    5 +-
 xen/common/page_alloc.c             |    8 ++-
 xen/drivers/passthrough/vtd/iommu.c |    5 +-
 xen/include/asm-arm/numa.h          |    4 +-
 xen/include/asm-x86/irq.h           |    3 +-
 xen/include/asm-x86/numa.h          |   24 ++++---
 xen/include/xen/mm.h                |    5 +-
 12 files changed, 133 insertions(+), 69 deletions(-)

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

end of thread, other threads:[~2015-02-26  9:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 23:41 [PATCH v3 0/3] Updates to pxm2node mapping and nodeID sizing Boris Ostrovsky
2015-02-25 23:41 ` [PATCH v3 1/3] x86/numa: Allow arbitrary value of PXM in PXM<->node mapping Boris Ostrovsky
2015-02-26  8:38   ` Jan Beulich
2015-02-26  9:06   ` Dario Faggioli
2015-02-25 23:41 ` [PATCH v3 2/3] x86/numa: Adjust datatypes for node and pxm Boris Ostrovsky
2015-02-25 23:41 ` [PATCH v3 3/3] mm: MEMF_node should handle changes in nodeid_t size Boris Ostrovsky

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.