[Xen-devel] [PATCH v6 0/5] remove one more shared xenheap page: shared_info

paul@xen.org posted 5 patches 4 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200310174917.1514-1-paul@xen.org
xen/arch/arm/domain.c           | 10 +++----
xen/arch/arm/mm.c               |  2 +-
xen/arch/x86/domain.c           | 22 ++++++++++-----
xen/arch/x86/domctl.c           |  2 +-
xen/arch/x86/hvm/ioreq.c        |  2 +-
xen/arch/x86/mm.c               | 11 ++++----
xen/arch/x86/mm/altp2m.c        |  2 +-
xen/arch/x86/mm/mem_sharing.c   |  3 +--
xen/arch/x86/mm/p2m-pod.c       | 10 ++++---
xen/arch/x86/mm/shadow/common.c | 13 +++++----
xen/arch/x86/mm/shadow/multi.c  |  2 +-
xen/arch/x86/pv/dom0_build.c    |  2 +-
xen/arch/x86/pv/shim.c          |  2 +-
xen/arch/x86/tboot.c            |  4 +--
xen/common/domain.c             | 47 +++++++++++++++++++++++++++++++++
xen/common/domctl.c             |  2 +-
xen/common/event_channel.c      |  3 +++
xen/common/page_alloc.c         |  2 +-
xen/common/time.c               | 19 +++++++++++--
xen/include/asm-x86/mm.h        |  6 ++---
xen/include/asm-x86/shared.h    | 15 ++++++-----
xen/include/xen/domain.h        |  3 +++
xen/include/xen/mm.h            | 10 ++++---
xen/include/xen/sched.h         | 17 +++++++++++-
xen/include/xen/shared.h        |  2 +-
25 files changed, 154 insertions(+), 59 deletions(-)
[Xen-devel] [PATCH v6 0/5] remove one more shared xenheap page: shared_info
Posted by paul@xen.org 4 years, 1 month ago
From: Paul Durrant <paul@xen.org>

Paul Durrant (5):
  domain: introduce alloc/free_shared_info() helpers...
  mm: keep PGC_extra pages on a separate list
  x86 / ioreq: use a MEMF_no_refcount allocation for server pages...
  mm: add 'is_special_page' inline function...
  domain: use PGC_extra domheap page for shared_info

 xen/arch/arm/domain.c           | 10 +++----
 xen/arch/arm/mm.c               |  2 +-
 xen/arch/x86/domain.c           | 22 ++++++++++-----
 xen/arch/x86/domctl.c           |  2 +-
 xen/arch/x86/hvm/ioreq.c        |  2 +-
 xen/arch/x86/mm.c               | 11 ++++----
 xen/arch/x86/mm/altp2m.c        |  2 +-
 xen/arch/x86/mm/mem_sharing.c   |  3 +--
 xen/arch/x86/mm/p2m-pod.c       | 10 ++++---
 xen/arch/x86/mm/shadow/common.c | 13 +++++----
 xen/arch/x86/mm/shadow/multi.c  |  2 +-
 xen/arch/x86/pv/dom0_build.c    |  2 +-
 xen/arch/x86/pv/shim.c          |  2 +-
 xen/arch/x86/tboot.c            |  4 +--
 xen/common/domain.c             | 47 +++++++++++++++++++++++++++++++++
 xen/common/domctl.c             |  2 +-
 xen/common/event_channel.c      |  3 +++
 xen/common/page_alloc.c         |  2 +-
 xen/common/time.c               | 19 +++++++++++--
 xen/include/asm-x86/mm.h        |  6 ++---
 xen/include/asm-x86/shared.h    | 15 ++++++-----
 xen/include/xen/domain.h        |  3 +++
 xen/include/xen/mm.h            | 10 ++++---
 xen/include/xen/sched.h         | 17 +++++++++++-
 xen/include/xen/shared.h        |  2 +-
 25 files changed, 154 insertions(+), 59 deletions(-)
---
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <george.dunlap@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Julien Grall <julien@xen.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Paul Durrant <pdurrant@amazon.com>
Cc: "Roger Pau Monné" <roger.pau@citrix.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tamas K Lengyel <tamas@tklengyel.com>
Cc: Tim Deegan <tim@xen.org>
Cc: Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Cc: Wei Liu <wl@xen.org>
-- 
2.20.1


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