All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Knorr <kraxel@suse.de>
To: xen-devel@lists.xensource.com
Subject: PAE status
Date: Tue, 24 May 2005 15:47:00 +0200	[thread overview]
Message-ID: <20050524134700.GA9962@bytesex> (raw)

  Hi,

I've just uploaded a fresh batch of patches (#10) for
unstable to http://dl.bytesex.org/patches/

current state:
 * xen itself boots with PAE paging enabled.
 * linux in domain0 boots.
 * hypercall interface has been changed: updates are passed
   via pfn & flags in separate variables.  WARNING: this
   breaks backward compatibility.
 * Using up to 16 GB should work now in theory.

known issues:
 * Using memory above 4 GB is completely untested.  I wouldn't
   be surprised if I missed some places which need fixing for
   36-bit physical addresses ...
 * The patches break the x86_64 build.

Testing, patch reviews & comments are welcome.
Below is a description of the individual patches.
The "series" file lists the apply order of the
patches.

Enjoy,

  Gerd

xen patches
===========

pae-support
  groundwork for PAE support.

hypercalls
  updates the hypercall interface to pass pgtable entries
  using pfn & flags separated.

pae-enable
  enables PAE in the build.

pae-memlimit
  raise memory limit to 16 GB.


linux-xen patches
=================

linux-2.6.11.10.patch
x86_64-linux.patch
iomap.patch
agpgart.patch
i386-cpu-hotplug-updated-for-mm.patch
  stuff from the patches directory

shared-pmd
  Add a #define for shared kernel pmd (should go into the patches
  subdir, also should be pushed upstream ...).

arch-xen-unstable
  auto-generated patch which adds arch/xen to a vanilla kernel source
  tree.

xen-early-printk
  hackish early printk, commented out at the moment so it has no effect,
  but might be useful for debugging.

pae-support
  PAE support groundwork.

vmalloc-size
  make the size of the vmalloc area depend on the domain type, i.e. make
  it much smaller for unpriviliged domains which don't need address
  space for ioremap() & vmalloc().

hypercalls
  updates the hypercall interface to pass pgtable entries
  using pfn & flags separated.

             reply	other threads:[~2005-05-24 13:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-24 13:47 Gerd Knorr [this message]
2005-05-25  9:42 ` PAE status Gerd Knorr
2005-05-25 11:01   ` Keir Fraser
2005-05-25 16:47     ` Gerd Knorr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050524134700.GA9962@bytesex \
    --to=kraxel@suse.de \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.