]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'stable/bug.fixes-3.2.rebased' into stable/for-linus-3.3.rebased
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 2 Feb 2012 19:11:52 +0000 (14:11 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 2 Feb 2012 19:11:52 +0000 (14:11 -0500)
commit5b8a96e0d89fd8183f7f1a8c283b812f3bc99b5a
treeed520f592106cb0958a4b7b3273b2525aae7d3ef
parent0e78d205cdba049d48818157c0c52ec067ffe28f
parent93b3d33b09e5183e768b3c77309ff3935088c629
Merge branch 'stable/bug.fixes-3.2.rebased' into stable/for-linus-3.3.rebased

* stable/bug.fixes-3.2.rebased:
  xen: Remove hanging references to CONFIG_XEN_PLATFORM_PCI
  xen/irq: If we fail during msi_capability_init return proper error code.
  xen: remove XEN_PLATFORM_PCI config option
  xen: XEN_PVHVM depends on PCI
  xen/p2m/debugfs: Make type_name more obvious.
  xen/p2m/debugfs: Fix potential pointer exception.
  xen/enlighten: Fix compile warnings and set cx to known value.
  xen/xenbus: Remove the unnecessary check.
  xen/events: Don't check the info for NULL as it is already done.
  xen/pci: Use 'acpi_gsi_to_irq' value unconditionally.
  xen/pci: Remove 'xen_allocate_pirq_gsi'.
  xen/pci: Retire unnecessary #ifdef CONFIG_ACPI
  xen/pci: Move the allocation of IRQs when there are no IOAPIC's to the end
  xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.
  xen/pci: Use the xen_register_pirq for HVM and initial domain users
  xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall.
  xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing.
  xen/pci: Update comments and fix empty spaces.
  xen/pci: Shuffle code around.

Conflicts:
drivers/xen/Makefile
arch/x86/xen/Kconfig
arch/x86/xen/enlighten.c
arch/x86/xen/p2m.c
drivers/xen/Kconfig
drivers/xen/Makefile
drivers/xen/events.c
include/xen/events.h