summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/xen.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* xen/pci: Use acpi_noirq_set() helper to avoid #ifdefAndy Shevchenko2017-12-181-3/+1
* xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky2017-05-021-1/+1
* xen: do not re-use pirq number cached in pci device msi msg dataDan Streetman2017-02-221-16/+7
* xen/pci: Bubble up error and fix description.Konrad Rzeszutek Wilk2016-12-081-2/+2
* xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-301-1/+1
* x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-241-2/+5
|\
| * xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini2016-05-241-2/+5
* | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
|/
* xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk2016-02-151-1/+4
* x86/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-4/+4
* Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-101-0/+4
|\
| * PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BARYijing Wang2015-01-281-0/+4
* | x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu2015-01-201-0/+2
* | x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu2015-01-201-47/+0
|/
* Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-12-111-2/+29
|\
| * xen/pci: Use APIC directly when APIC virtualization hardware is availableBoris Ostrovsky2014-12-041-0/+16
| * xen/pci: Defer initialization of MSI ops on HVM guestsBoris Ostrovsky2014-12-041-2/+13
* | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
* | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-231-1/+1
* | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-111-12/+1
* | PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-061-0/+2
|/
* x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-211-3/+4
* xen: add support for MSI message groupsRoger Pau Monne2014-03-181-9/+20
* PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-131-1/+1
* PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk2013-11-061-1/+12
* xen/pci: Used cached MSI-X capability offsetBjorn Helgaas2013-05-101-2/+1
* xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-05-101-1/+1
* xen: drop tracking of IRQ vectorJan Beulich2013-04-161-3/+3
* xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
* xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini2012-05-211-0/+4
* Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-221-0/+27
|\
| * xen: Utilize the restore_msi_irqs hook.Tang Liang2012-01-121-0/+27
* | xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callbackStefano Stabellini2012-02-031-1/+1
|/
*---. Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2011-10-251-3/+19
|\ \ \
| | | * xen/pci: support multi-segment systemsJan Beulich2011-09-221-3/+19
| | |/ | |/|
* | | xen/irq: If we fail during msi_capability_init return proper error code.Konrad Rzeszutek Wilk2011-10-191-3/+7
| |/ |/|
* | xen/pci: Use 'acpi_gsi_to_irq' value unconditionally.Konrad Rzeszutek Wilk2011-07-111-3/+2
* | xen/pci: Remove 'xen_allocate_pirq_gsi'.Konrad Rzeszutek Wilk2011-07-111-25/+12
* | xen/pci: Retire unnecessary #ifdef CONFIG_ACPIKonrad Rzeszutek Wilk2011-07-111-4/+0
* | xen/pci: Move the allocation of IRQs when there are no IOAPIC's to the endKonrad Rzeszutek Wilk2011-07-111-12/+9
* | xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.Konrad Rzeszutek Wilk2011-07-111-11/+6
* | xen/pci: Use the xen_register_pirq for HVM and initial domain usersKonrad Rzeszutek Wilk2011-07-111-52/+23
* | xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall.Konrad Rzeszutek Wilk2011-07-111-16/+16
* | xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing.Konrad Rzeszutek Wilk2011-07-111-3/+8
* | xen/pci: Update comments and fix empty spaces.Konrad Rzeszutek Wilk2011-07-111-7/+8
* | xen/pci: Shuffle code around.Konrad Rzeszutek Wilk2011-07-111-173/+173
|/
* xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.Konrad Rzeszutek Wilk2011-07-071-28/+28
* xen/pci: Use the INT_SRC_OVR IRQ (instead of GSI) to preset the ACPI SCI IRQ.Konrad Rzeszutek Wilk2011-06-301-2/+24