aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/xen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-14x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-05-24Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+5
2016-05-24xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini1-2/+5
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-02-15xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk1-1/+4
2015-07-22x86/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu1-4/+4
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+4
2015-01-28PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BARYijing Wang1-0/+4
2015-01-20x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu1-0/+2
2015-01-20x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu1-47/+0
2014-12-11Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+29
2014-12-04xen/pci: Use APIC directly when APIC virtualization hardware is availableBoris Ostrovsky1-0/+16
2014-12-04xen/pci: Defer initialization of MSI ops on HVM guestsBoris Ostrovsky1-2/+13
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-23PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu1-1/+1
2014-11-11Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang1-12/+1
2014-11-06PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang1-0/+2
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACYJiang Liu1-3/+4
2014-03-18xen: add support for MSI message groupsRoger Pau Monne1-9/+20
2013-12-13PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong1-1/+1
2013-11-06PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk1-1/+12
2013-05-10xen/pci: Used cached MSI-X capability offsetBjorn Helgaas1-2/+1
2013-05-10xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas1-1/+1
2013-04-16xen: drop tracking of IRQ vectorJan Beulich1-3/+3
2013-03-01xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk1-0/+9
2012-05-21xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini1-0/+4
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+27
2012-02-03xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callbackStefano Stabellini1-1/+1
2012-01-12xen: Utilize the restore_msi_irqs hook.Tang Liang1-0/+27
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-3/+19
2011-10-19xen/irq: If we fail during msi_capability_init return proper error code.Konrad Rzeszutek Wilk1-3/+7
2011-09-22xen/pci: support multi-segment systemsJan Beulich1-3/+19
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