Ingo Molnar wrote: > * Jeremy Fitzhardinge wrote: > > >> 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, applied for testing. The .25 Xen items we've got queued up are: > > Subject: xen: refactor xen_{alloc,release}_{pte,pmd}() > Subject: xen: do not pin/unpin PMD pages > Subject: xen: clear PG_pinned in release_{pte,pmd}() > Mark just posted another bugfix patch - attached. J