aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/passthrough/vtd
Commit message (Expand)AuthorAgeFilesLines
* VT-d: fix suspected data race condition in iommu_set_root_entry()Andrew Cooper2013-10-081-16/+3
* AMD IOMMU: fix Dom0 device setup failure for host bridgesSuravee Suthikulpanit2013-09-272-0/+19
* VT-d: warn about Compatibility Format Interrupts being enabled by firmwareJan Beulich2013-08-211-6/+10
* VT-d: protect against bogus information coming from BIOSJan Beulich2013-08-142-0/+6
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-081-1/+1
* VT-d: enable for multi-vector MSIJan Beulich2013-07-181-29/+35
* VT-d: use ioremap()Jan Beulich2013-07-153-11/+4
* VT-d: don't permit SVT_NO_VERIFY entries for known device typesJan Beulich2013-05-021-5/+9
* VTD: Remove the check for reserved device scope typeYang Zhang2013-04-161-2/+8
* IOMMU: allow MSI message to IRTE propagation to failJan Beulich2013-04-152-4/+4
* x86: reserve pages when SandyBridge integrated graphicsXudong Hao2013-03-261-1/+1
* VT-d: deal with 5500/5520/X58 errataMalcolm Crossley2013-03-252-0/+32
* IOMMU: properly check whether interrupt remapping is enabledJan Beulich2013-03-252-30/+8
* VT-d: Enumerate IOMMUs when listing capabilitiesAndrew Cooper2013-03-201-1/+2
* honor ACPI v4 FADT flagsJan Beulich2013-02-221-0/+6
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-212-2/+2
* fix acpi_dmar_zap/reinstate() (fixes S3 regression)Tomasz Wroblewski2013-01-231-1/+12
* VT-d: fix interrupt remapping source validation for devices behind legacy bri...Jan Beulich2013-01-091-1/+1
* VT-d: relax source qualifier for MSI of phantom functionsJan Beulich2013-01-071-1/+10
* IOMMU/PCI: consolidate pdev_type() and cache its result for a given deviceJan Beulich2013-01-072-12/+6
* VT-d: adjust context map/unmap parametersJan Beulich2013-01-073-25/+23
* IOMMU: adjust add/remove operation parametersJan Beulich2013-01-071-12/+14
* IOMMU: adjust (re)assign operation parametersJan Beulich2013-01-071-29/+15
* VT-d: make scope parsing code type safeJan Beulich2012-11-292-15/+13
* VT-d: adjust IOMMU interrupt affinities when all CPUs are onlineJan Beulich2012-11-281-4/+28
* VT-d: include IOMMU interrupt information in 'M' debug key outputJan Beulich2012-11-282-11/+23
* VT-d: clean up map/unmap log messagesJan Beulich2012-11-221-12/+14
* IOMMU: don't immediately disable bus mastering on faultsJan Beulich2012-11-121-9/+3
* IOMMU: keep disabled until iommu_setup() is calledJan Beulich2012-11-023-4/+6
* x86/HPET: allow use for broadcast when interrupt remapping is in effectJan Beulich2012-10-185-3/+123
* IOMMU: remove vendor specific bits from generic codeJan Beulich2012-10-152-0/+27
* VT-d: drop bogus checksJan Beulich2012-10-154-37/+21
* VT-d: make remap_entry_to_msi_msg() return consistent messageJan Beulich2012-10-041-2/+2
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-214-5/+5
* VT-d: use msi_compose_msg()Jan Beulich2012-09-141-14/+3
* drivers: Remove some CONFIG_X86 ifdef'ery.Keir Fraser2012-09-126-76/+2
* In most of the codebase, use CONFIG_X86 in place of __i386__||__x86_64__Keir Fraser2012-09-123-5/+5
* CONFIG_X86_64 -> CONFIG_X86Keir Fraser2012-09-123-3/+3
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-2/+0
* VT-d: split .ack and .disable DMA-MSI actorsJan Beulich2012-09-101-3/+8
* Dump IOMMU p2m tableSantosh Jodh2012-08-222-0/+58
* Intel VT-d: Dump IOMMU supported page sizesSantosh Jodh2012-08-031-0/+9
* vt-d: fix wrong addr in IOTLB invalidation descriptorYang Zhang2012-07-191-1/+1
* remove ia64Jan Beulich2012-04-037-209/+4
* Move IOMMU faults handling into softirq for VT-d.Dario Faggioli2012-01-171-3/+36
* ACPI: eliminate duplicate DMAR definitionsJan Beulich2011-12-132-58/+57
* VT-d: bind IRQs to CPUs local to the node the IOMMU is onJan Beulich2011-12-131-5/+7
* iommu: Introduce per cpu flag (iommu_dont_flush_iotlb) to avoid unnecessary i...Jean Guyader2011-11-181-2/+4
* iommu: Introduce iommu_flush and iommu_flush_all.Jean Guyader2011-11-181-0/+12
* vtd: Refactor iotlb flush codeJean Guyader2011-11-181-43/+43