All of lore.kernel.org
 help / color / mirror / Atom feed
* PAE status
@ 2005-05-24 13:47 Gerd Knorr
  2005-05-25  9:42 ` Gerd Knorr
  0 siblings, 1 reply; 4+ messages in thread
From: Gerd Knorr @ 2005-05-24 13:47 UTC (permalink / raw)
  To: xen-devel

  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.

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

end of thread, other threads:[~2005-05-25 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-24 13:47 PAE status Gerd Knorr
2005-05-25  9:42 ` Gerd Knorr
2005-05-25 11:01   ` Keir Fraser
2005-05-25 16:47     ` Gerd Knorr

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.