aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/passthrough/amd/iommu_intr.c
Commit message (Expand)AuthorAgeFilesLines
* x86/AMD-Vi: Fix IVRS HPET special->handle overrideSuravee Suthikulpanit2013-09-301-3/+9
* passthrough/amd: Drop unnecessary lock lookup.Tim Deegan2013-09-171-1/+0
* AMD IOMMU: also allocate IRTEs for HPET MSIJan Beulich2013-08-281-5/+22
* AMD IOMMU: Add debug-key for dumping IRTEsSuravee Suthikulpanit2013-07-161-0/+61
* AMD IOMMU: enable for multi-vector MSIJan Beulich2013-07-161-12/+51
* AMD IOMMU: allocate IRTE entries instead of using a static mappingJan Beulich2013-07-161-69/+164
* IOMMU: allow MSI message to IRTE propagation to failJan Beulich2013-04-151-11/+24
* AMD IOMMU: use __ioapic_read_entry() instead of open coding itJan Beulich2013-02-181-4/+2
* AMD IOMMU: handle MSI for phantom functionsJan Beulich2013-02-141-6/+27
* AMD,IOMMU: Clean up old entries in remapping tables when creating new oneJan Beulich2013-02-051-3/+31
* AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()Jan Beulich2012-11-191-1/+1
* AMD IOMMU: Enable HPET broadcast msi remappingWei Wang2012-11-191-10/+25
* amd iommu: use PCI macrosJan Beulich2012-09-131-6/+5
* amd iommu: Factor out iommu command handling functions,Wei Wang2011-11-221-23/+4
* IRQ Cleanup: rename nr_ioapic_registers to nr_ioapic_entriesKeir Fraser2011-09-301-1/+1
* PCI multi-seg: AMD-IOMMU specific adjustmentsJan Beulich2011-09-221-40/+45
* passthrough: don't use open coded IO-APIC accessesJan Beulich2011-08-161-7/+0
* Revert 23733:fbf3768e5934 "AMD IOMMU: remove global ..."Ian Jackson2011-08-161-5/+43
* AMD IOMMU: remove global interrupt remapping tableWei Wang2011-07-211-43/+5
* xen: remove more declarations from C files.Tim Deegan2011-05-271-2/+0
* AMD IOMMU: Fix an interrupt remapping issueWei Wang2011-04-121-43/+61
* amd iommu: Fix output and coding styleKeir Fraser2011-01-261-7/+6
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+1
* AMD IOMMU: Fix a xen crash on amd iommu systemsKeir Fraser2009-12-161-16/+59
* AMD IOMMU: Use global interrupt remapping table by defaultKeir Fraser2009-10-281-10/+25
* AMD IOMMU: If interrupt remapping is disabled, then do not updateKeir Fraser2009-09-181-0/+6
* AMD IOMMU: Allow enabling iommu debug output at run time.Keir Fraser2009-09-181-3/+3
* AMD IOMMU: Rework of interrupt remappingKeir Fraser2009-09-161-52/+124
* IOMMU: Add two generic functions to vendor neutral interfaceKeir Fraser2009-06-191-0/+12
* x86: some assorted irq related cleanupsKeir Fraser2009-05-201-3/+0
* AMD IOMMU: Fix ioapic interrupt remappingKeir Fraser2009-04-171-0/+34
* AMD IOMMU: clean up spinlock usage to satisfy check_lock().Keir Fraser2009-02-201-13/+1
* AMD IOMMU: Allocate I/O pagetable from domheap instead of xenheapKeir Fraser2009-01-091-6/+10
* AMD IOMMU: Add deallocation for interrupt remapping table.Keir Fraser2008-07-311-1/+16
* xen: Small cleanups towards allowing stricter compile warnings.Keir Fraser2008-07-151-1/+1
* amd iommu: add interrupt remapping supportKeir Fraser2008-07-111-0/+205