aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/xen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-11xen/pci: Use 'acpi_gsi_to_irq' value unconditionally.Konrad Rzeszutek Wilk1-3/+2
2011-07-11xen/pci: Remove 'xen_allocate_pirq_gsi'.Konrad Rzeszutek Wilk1-25/+12
2011-07-11xen/pci: Retire unnecessary #ifdef CONFIG_ACPIKonrad Rzeszutek Wilk1-4/+0
2011-07-11xen/pci: Move the allocation of IRQs when there are no IOAPIC's to the endKonrad Rzeszutek Wilk1-12/+9
2011-07-11xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.Konrad Rzeszutek Wilk1-11/+6
2011-07-11xen/pci: Use the xen_register_pirq for HVM and initial domain usersKonrad Rzeszutek Wilk1-52/+23
2011-07-11xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall.Konrad Rzeszutek Wilk1-16/+16
2011-07-11xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing.Konrad Rzeszutek Wilk1-3/+8
2011-07-11xen/pci: Update comments and fix empty spaces.Konrad Rzeszutek Wilk1-7/+8
2011-07-11xen/pci: Shuffle code around.Konrad Rzeszutek Wilk1-173/+173
2011-07-07xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.Konrad Rzeszutek Wilk1-28/+28
2011-06-30xen/pci: Use the INT_SRC_OVR IRQ (instead of GSI) to preset the ACPI SCI IRQ.Konrad Rzeszutek Wilk1-2/+24
2011-05-16xen/pci: Fix compiler error when CONFIG_XEN_PRIVILEGED_GUEST is not set.Konrad Rzeszutek Wilk1-0/+2
2011-04-14xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF.Konrad Rzeszutek Wilk1-5/+16
2011-04-14xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions.Konrad Rzeszutek Wilk1-0/+73
2011-03-10xen: events: refactor GSI pirq bindings functionsIan Campbell1-12/+29
2011-03-10xen: events: remove dom0 specific xen_create_msi_irqIan Campbell1-5/+40
2011-03-10xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell1-2/+2
2011-03-10xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell1-9/+1
2011-03-10xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell1-42/+26
2011-03-10xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirqIan Campbell1-8/+3
2011-03-10xen: events: return irq from xen_allocate_pirq_msiIan Campbell1-6/+6
2011-03-10xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell1-3/+3
2011-03-10xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0Ian Campbell1-0/+2
2011-03-10Merge branch 'stable/pcifront-fixes' into stable/irq.cleanupKonrad Rzeszutek Wilk1-5/+8
2011-03-03xen: handled remapped IRQs when enabling a pcifront PCI device.Ian Campbell1-8/+14
2011-02-18pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code.Konrad Rzeszutek Wilk1-0/+3
2011-02-18pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk1-2/+2
2011-02-18pci/xen: Use xen_allocate_pirq_msi instead of xen_allocate_pirqKonrad Rzeszutek Wilk1-3/+3
2010-12-02xen: fix MSI setup and teardown for PV on HVM guestsStefano Stabellini1-7/+20
2010-11-08xen: fix memory leak in Xen PCI MSI/MSI-X allocator.Jiri Slaby1-3/+5
2010-10-22xen: add a missing #include to arch/x86/pci/xen.cStefano Stabellini1-0/+1
2010-10-22xen: remap MSIs into pirqs when running as initial domainQing He1-18/+37
2010-10-22xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge1-0/+135
2010-10-22xen: map MSIs into pirqsStefano Stabellini1-0/+57
2010-10-22xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini1-0/+16
2010-10-22xen: add xen hvm acpi_register_gsi variantJeremy Fitzhardinge1-0/+6
2010-10-22xen: implement xen_hvm_register_pirqStefano Stabellini1-0/+38
2010-10-21X86/PCI: Remove the dependency on isapnp_disable.Konrad Rzeszutek Wilk1-5/+0
2010-10-18xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon1-0/+147