[Xen-devel] [PATCH v2 0/3] nodemask: API cleanup and fixes

Andrew Cooper posted 3 patches 4 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190625144350.6176-1-andrew.cooper3@citrix.com
xen/arch/x86/dom0_build.c  |  12 +--
xen/arch/x86/numa.c        |   8 +-
xen/arch/x86/srat.c        |  15 ++--
xen/common/domain.c        |   8 +-
xen/common/page_alloc.c    |  40 +++++-----
xen/common/sched_credit.c  |   2 +-
xen/common/sysctl.c        |   2 +-
xen/include/xen/nodemask.h | 181 ++++++++++++++++++---------------------------
8 files changed, 118 insertions(+), 150 deletions(-)
[Xen-devel] [PATCH v2 0/3] nodemask: API cleanup and fixes
Posted by Andrew Cooper 4 years, 9 months ago
This series supersedes the single "page-alloc: Clamp get_free_buddy() to
online nodes" patch, and performs some preparatory cleanup.

Andrew Cooper (3):
  page-alloc: Rename the first_node local variable
  nodemask: Remove implicit addressof from the API
  page-alloc: Clamp get_free_buddy() to online nodes

 xen/arch/x86/dom0_build.c  |  12 +--
 xen/arch/x86/numa.c        |   8 +-
 xen/arch/x86/srat.c        |  15 ++--
 xen/common/domain.c        |   8 +-
 xen/common/page_alloc.c    |  40 +++++-----
 xen/common/sched_credit.c  |   2 +-
 xen/common/sysctl.c        |   2 +-
 xen/include/xen/nodemask.h | 181 ++++++++++++++++++---------------------------
 8 files changed, 118 insertions(+), 150 deletions(-)

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel