mbox series

[v2,0/3] nodemask: API cleanup and fixes

Message ID 20190625144350.6176-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series nodemask: API cleanup and fixes | expand

Message

Andrew Cooper June 25, 2019, 2:43 p.m. UTC
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(-)