[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4B184DC3.5020509@goop.org>
Date: Thu, 03 Dec 2009 15:46:11 -0800
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Xen-devel <xen-devel@...ts.xensource.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Stable Kernel <stable@...nel.org>
Subject: [GIT PULL] Xen bugfixes
Hi Linus,
Please pull this set of bugfixes, mostly to do with Xen domain
save/restore. They're all stable material as well.
(Note, if you pull quickly from git.kernel.org, you may pick up some
more changes that I rolled back pending maintainer approval; pulling
from master might be safer.)
Thanks,
J
The following changes since commit 82d6469916c6fcfa345636a49004c9d1753905d1:
Jeremy Fitzhardinge (1):
xen: mask extended topology info in cpuid
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git bugfix
Ian Campbell (8):
xen: re-register runstate area earlier on resume.
xen: correctly restore pfn_to_mfn_list_list after resume
xen: register timer interrupt with IRQF_TIMER
xen: register runstate on secondary CPUs
xen: call clock resume notifier on all CPUs
xen: don't leak IRQs over suspend/resume.
xen: improve error handling in do_suspend.
xen: explicitly create/destroy stop_machine workqueues outside suspend/resume region.
Jeremy Fitzhardinge (5):
xen/xenbus: make DEVICE_ATTR()s static
xen: restore runstate_info even if !have_vcpu_info_placement
xen: register runstate info for boot CPU early
xen: don't call dpm_resume_noirq() with interrupts disabled.
xen: use iret for return from 64b kernel to 32b usermode
Paolo Bonzini (3):
xen: fix is_disconnected_device/exists_disconnected_device
xen: improvement to wait_for_devices()
xen: wait up to 5 minutes for device connetion
arch/x86/xen/enlighten.c | 27 ++++++++++----------
arch/x86/xen/mmu.c | 2 +-
arch/x86/xen/smp.c | 1 +
arch/x86/xen/suspend.c | 17 ++++++++++++-
arch/x86/xen/time.c | 7 ++---
arch/x86/xen/xen-asm_64.S | 4 +-
arch/x86/xen/xen-ops.h | 2 +
drivers/xen/events.c | 3 ++
drivers/xen/manage.c | 37 ++++++++++++++++++----------
drivers/xen/xenbus/xenbus_probe.c | 48 ++++++++++++++++++++++++------------
10 files changed, 98 insertions(+), 50 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists