| From: |
| Jeremy Fitzhardinge <jeremy@goop.org> |
| To: |
| Ingo Molnar <mingo@elte.hu> |
| Subject: |
| [PATCH 00 of 24] More Xen updates |
| Date: |
| Wed, 02 Apr 2008 10:53:49 -0700 |
| Message-ID: |
| <patchbomb.1207158829@localhost> |
| Cc: |
| LKML <linux-kernel@vger.kernel.org>,
Isaku Yamahata <yamahata@valinux.co.jp> |
| Archive-link: |
| Article,
Thread
|
Hi Ingo,
More patches. There are three groups:
- some code movements to make common code available to other
architectures (namely, ia64)
- Xen device driver updates, including a new xen paravirt framebuffer driver,
- The Xen balloon driver (shrink only, so no dependency on memory hotplug yet)
- some "using smp_processor_id while preemptable" warning fixes,
mostly as a result of the core kernel's tendency to do tlb flushes
and update init_mm while preemptable,
- other little Xen cleanups
Thanks,
J