All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH v8 0/4] purge free_shared_domheap_page()
@ 2020-01-30 14:57 Paul Durrant
  2020-01-30 14:57 ` [Xen-devel] [PATCH v8 1/4] x86 / vmx: move teardown from domain_destroy() Paul Durrant
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Paul Durrant @ 2020-01-30 14:57 UTC (permalink / raw)
  To: xen-devel; +Cc: Paul Durrant

Paul Durrant (4):
  x86 / vmx: move teardown from domain_destroy()...
  add a domain_tot_pages() helper function
  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/domain.c           |  2 +-
 xen/arch/x86/hvm/vmx/vmx.c      | 25 ++++++++---
 xen/arch/x86/mm.c               | 19 +++-----
 xen/arch/x86/mm/p2m-pod.c       | 10 ++---
 xen/arch/x86/mm/shadow/common.c |  2 +-
 xen/arch/x86/msi.c              |  2 +-
 xen/arch/x86/numa.c             |  2 +-
 xen/arch/x86/pv/dom0_build.c    | 25 ++++++-----
 xen/arch/x86/pv/domain.c        |  2 +-
 xen/common/domctl.c             |  2 +-
 xen/common/grant_table.c        |  4 +-
 xen/common/keyhandler.c         |  2 +-
 xen/common/memory.c             |  4 +-
 xen/common/page_alloc.c         | 78 ++++++++++++++++++++++++---------
 xen/include/asm-arm/mm.h        |  5 ++-
 xen/include/asm-x86/mm.h        |  9 ++--
 xen/include/public/memory.h     |  4 +-
 xen/include/xen/sched.h         | 27 +++++++++---
 18 files changed, 143 insertions(+), 81 deletions(-)

-- 
2.20.1


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

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

end of thread, other threads:[~2020-02-03  8:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30 14:57 [Xen-devel] [PATCH v8 0/4] purge free_shared_domheap_page() Paul Durrant
2020-01-30 14:57 ` [Xen-devel] [PATCH v8 1/4] x86 / vmx: move teardown from domain_destroy() Paul Durrant
2020-01-31 13:32   ` Jan Beulich
2020-01-31 13:34     ` Durrant, Paul
2020-01-30 14:57 ` [Xen-devel] [PATCH v8 2/4] add a domain_tot_pages() helper function Paul Durrant
2020-01-30 16:29   ` Jan Beulich
2020-01-30 16:32     ` Durrant, Paul
2020-01-30 16:37       ` Jan Beulich
2020-01-31 12:52   ` Jan Beulich
2020-01-31 15:18     ` Durrant, Paul
2020-01-31 15:42       ` Durrant, Paul
2020-01-30 14:57 ` [Xen-devel] [PATCH v8 3/4] mm: make pages allocated with MEMF_no_refcount safe to assign Paul Durrant
2020-01-30 16:27   ` Jan Beulich
2020-01-30 14:57 ` [Xen-devel] [PATCH v8 4/4] x86 / vmx: use a MEMF_no_refcount domheap page for APIC_DEFAULT_PHYS_BASE Paul Durrant
2020-02-03  8:10   ` Tian, Kevin

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.