mbox series

[v6,0/4] purge free_shared_domheap_page()

Message ID 20200129143831.1369-1-pdurrant@amazon.com (mailing list archive)
Headers show
Series purge free_shared_domheap_page() | expand

Message

Paul Durrant Jan. 29, 2020, 2:38 p.m. UTC
Paul Durrant (4):
  x86 / vmx: move teardown from domain_destroy()...
  mm: modify domain_adjust_tot_pages() to better handle a zero
    adjustment
  mm: make MEMF_no_refcount pages safe to assign
  x86 / vmx: use a MEMF_no_refcount domheap page for
    APIC_DEFAULT_PHYS_BASE

 xen/arch/x86/hvm/vmx/vmx.c | 25 +++++++++++++++++-----
 xen/arch/x86/mm.c          | 10 ---------
 xen/common/memory.c        |  3 +--
 xen/common/page_alloc.c    | 43 +++++++++++++++++++++++++++-----------
 xen/include/asm-arm/mm.h   |  5 ++++-
 xen/include/asm-x86/mm.h   |  9 ++++----
 6 files changed, 61 insertions(+), 34 deletions(-)