aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/msi.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86: fix msi_free_irq().Keir Fraser2009-08-271-4/+1
* x86: teardown_msi_irq is not needed.Keir Fraser2009-08-201-38/+0
* x86: Implement per-cpu vector for xen hypervisorKeir Fraser2009-08-191-10/+31
* x86: Change Xen hypervisor's interrupt infrastructureKeir Fraser2009-08-191-58/+60
* IOMMU: Add two generic functions to vendor neutral interfaceKeir Fraser2009-06-191-1/+1
* VT-d: remove useless variablesKeir Fraser2009-06-051-1/+1
* CPUIDLE: enable MSI capable HPET for timer broadcastKeir Fraser2009-03-201-1/+1
* hvm: passthrough MSI-X mask bit accelerationKeir Fraser2009-03-021-0/+20
* passthrough: fix MSI-X table fixmap allocationKeir Fraser2009-02-171-30/+79
* x86: Call msix_set_enable for MSI-x interruptKeir Fraser2009-01-131-3/+12
* Support S3 for MSI interruptKeir Fraser2008-12-191-0/+40
* Change the pcidevs_lock from rw_lock to spin_lockKeir Fraser2008-12-191-5/+5
* Clean up use of spin_is_locked() and introduce rw_is_locked().Keir Fraser2008-12-131-5/+5
* Re-enable MSI supportKeir Fraser2008-12-111-87/+62
* Properly distinguish irq and vector spacesKeir Fraser2008-11-201-14/+14
* x86: don't disable MSI in order to mask an IRQKeir Fraser2008-11-131-3/+8
* x86: Fix coding style in msi.cKeir Fraser2008-10-271-37/+32
* vt-d: Fix MSI-x interrupt remappingKeir Fraser2008-10-151-0/+1
* x86: Properly synchronise updates to pirq-to-vector mapping.Keir Fraser2008-09-241-1/+0
* MSI-X: enhancementKeir Fraser2008-08-131-50/+28
* vtd: Fix bug #1306: Dom0 hangs when destroying guest with MSI NIC assignedKeir Fraser2008-07-311-8/+7
* x86: rename MSI optionKeir Fraser2008-07-241-2/+0
* iommu: make interrupt remapping more genericKeir Fraser2008-07-111-2/+2
* xen: Fix debug build.Keir Fraser2008-07-041-2/+2
* Add management and locking of PCI device structuresKeir Fraser2008-07-041-99/+71
* x86: Fix MSI cleanup.Keir Fraser2008-07-021-9/+25
* vtd: interrupt remapping for MSI/MSI-x.Keir Fraser2008-05-281-0/+7
* x86: Make MSI-X work with 64-bit BARsKeir Fraser2008-05-141-6/+9
* x86 hvm: Clean MSI related data when destroy domain.Keir Fraser2008-05-121-1/+9
* i386: Fix build.Keir Fraser2008-05-011-1/+1
* MSI 3/6: add msi support to xenKeir Fraser2008-05-011-0/+787