All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Updates to pxm2node mapping and nodeID sizing
@ 2015-02-24 19:11 Boris Ostrovsky
  2015-02-24 19:11 ` [PATCH v2 1/3] x86/numa: Allow arbitrary value of PXM in PXM<->node mapping Boris Ostrovsky
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Boris Ostrovsky @ 2015-02-24 19:11 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

Changes in v2 (only patch #2 is v2, the others are new)

* Added patch #1 to make pxm-to-node mapping independent of PXM values
* Added in patch #3 a couple of macros to access nodeID in memflags


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              |    5 +-
 xen/arch/x86/srat.c                 |  122 ++++++++++++++++++++++++-----------
 xen/arch/x86/x86_64/mm.c            |    5 +-
 xen/common/page_alloc.c             |    5 +-
 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                |    6 ++-
 12 files changed, 130 insertions(+), 70 deletions(-)

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

end of thread, other threads:[~2015-02-25 14:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24 19:11 [PATCH v2 0/3] Updates to pxm2node mapping and nodeID sizing Boris Ostrovsky
2015-02-24 19:11 ` [PATCH v2 1/3] x86/numa: Allow arbitrary value of PXM in PXM<->node mapping Boris Ostrovsky
2015-02-24 20:58   ` Boris Ostrovsky
2015-02-25  9:34   ` Jan Beulich
2015-02-25 13:11     ` Boris Ostrovsky
2015-02-25 13:25       ` Jan Beulich
2015-02-25 10:34   ` Jan Beulich
2015-02-24 19:11 ` [PATCH v2 2/3] x86/numa: Adjust datatypes for node and pxm Boris Ostrovsky
2015-02-25  9:44   ` Jan Beulich
2015-02-24 19:11 ` [PATCH v2 3/3] mm: MEMF_node should handle changes in nodeid_t size Boris Ostrovsky
2015-02-25  9:47   ` Jan Beulich
2015-02-25 10:35   ` Jan Beulich
2015-02-25 13:30     ` Boris Ostrovsky
2015-02-25 14:16       ` Jan Beulich

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.