mbox series

[v7,0/3] purge free_shared_domheap_page()

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

Message

Paul Durrant Jan. 29, 2020, 5:10 p.m. UTC
Drop "mm: modify domain_adjust_tot_pages() to better handle a zero
adjustment".

Paul Durrant (3):
  x86 / vmx: move teardown from domain_destroy()...
  mm: make pages allocated with MEMF_no_refcount 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          | 15 ++++--------
 xen/common/page_alloc.c    | 49 ++++++++++++++++++++++++++++----------
 xen/include/asm-arm/mm.h   |  5 +++-
 xen/include/asm-x86/mm.h   |  9 +++----
 xen/include/xen/sched.h    | 18 +++++++-------
 6 files changed, 80 insertions(+), 41 deletions(-)