lkml.org 
[lkml]   [2014]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] xen: remove memory limits from pv-domains
Date
When a Xen pv-domain is booted the initial memory map contains multiple
objects in the top 2 GB including the initrd and the p2m list. This
limits the supported maximum size of the initrd and the maximum
initial memory size is limited to about 500 GB.

Xen however supports loading the initrd without mapping it and the
initial p2m list can be mapped by Xen to an arbitrary selected virtual
address. The following patches activate those options and thus remove
the limitations.

Juergen Gross (3):
xen: sync some headers with xen tree
xen: eliminate scalability issues from initrd handling
xen: eliminate scalability issues from initial mapping setup

arch/x86/xen/enlighten.c | 15 ++-
arch/x86/xen/mmu.c | 116 +++++++++++++++--
arch/x86/xen/setup.c | 65 +++++-----
arch/x86/xen/xen-head.S | 5 +
include/xen/interface/elfnote.h | 102 ++++++++++++++-
include/xen/interface/xen.h | 272 ++++++++++++++++++++++++++++++++++++----
6 files changed, 512 insertions(+), 63 deletions(-)

--
1.8.4.5



\
 
 \ /
  Last update: 2014-09-04 15:21    [W:0.172 / U:0.408 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site