aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/passthrough
Commit message (Expand)AuthorAgeFilesLines
...
* AMD,IOMMU: Disable IOMMU if SATA Combined mode is onBoris Ostrovsky2013-02-051-0/+33
* AMD,IOMMU: Clean up old entries in remapping tables when creating new oneJan Beulich2013-02-052-6/+80
* fix acpi_dmar_zap/reinstate() (fixes S3 regression)Tomasz Wroblewski2013-01-231-1/+12
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-112-7/+7
* VT-d: fix interrupt remapping source validation for devices behind legacy bri...Jan Beulich2013-01-091-1/+1
* IOMMU: add option to specify devices behaving like ones using phantom functionsJan Beulich2013-01-071-0/+57
* VT-d: relax source qualifier for MSI of phantom functionsJan Beulich2013-01-071-1/+10
* IOMMU: add phantom function supportJan Beulich2013-01-075-19/+161
* IOMMU/PCI: consolidate pdev_type() and cache its result for a given deviceJan Beulich2013-01-073-18/+25
* AMD IOMMU: adjust flush function parametersJan Beulich2013-01-072-7/+7
* VT-d: adjust context map/unmap parametersJan Beulich2013-01-073-25/+23
* IOMMU: adjust add/remove operation parametersJan Beulich2013-01-074-53/+55
* IOMMU: adjust (re)assign operation parametersJan Beulich2013-01-073-68/+44
* passthrough/domctl: use correct struct in unionAndrew Cooper2013-01-041-3/+3
* xen/arch/*: add struct domain parameter to arch_do_domctlDaniel De Graaf2012-12-181-27/+4
* streamline guest copy operationsJan Beulich2012-12-101-1/+1
* IOMMU/ATS: fix maximum queue depth calculationJan Beulich2012-12-053-3/+4
* AMD IOMMU: add locking missing from c/s 26198:ba90ecb0231fJan Beulich2012-11-301-1/+6
* VT-d: make scope parsing code type safeJan Beulich2012-11-292-15/+13
* IOMMU: imply "verbose" from "debug"Jan Beulich2012-11-281-0/+4
* VT-d: adjust IOMMU interrupt affinities when all CPUs are onlineJan Beulich2012-11-281-4/+28
* AMD IOMMU: include IOMMU interrupt information in 'M' debug key outputJan Beulich2012-11-282-46/+35
* 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
* passthrough/PCI: replace improper uses of pci_find_next_cap()Jan Beulich2012-11-201-14/+3
* 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-193-12/+51
* IOMMU: don't immediately disable bus mastering on faultsJan Beulich2012-11-124-20/+43
* IOMMU: keep disabled until iommu_setup() is calledJan Beulich2012-11-025-9/+14
* IOMMU: fail HPET MSI setup on AMDJan Beulich2012-10-191-1/+1
* x86/HPET: allow use for broadcast when interrupt remapping is in effectJan Beulich2012-10-186-3/+129
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* IOMMU: remove vendor specific bits from generic codeJan Beulich2012-10-154-8/+35
* VT-d: drop bogus checksJan Beulich2012-10-154-37/+21
* AMD IOMMU: fix find_iommu_from_bdf_cap()Jan Beulich2012-10-151-4/+7
* 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-218-54/+54
* VT-d: use msi_compose_msg()Jan Beulich2012-09-141-14/+3
* amd iommu: use base platform MSI implementationJan Beulich2012-09-142-39/+42
* amd iommu: use PCI macrosJan Beulich2012-09-134-21/+17
* drivers: Remove some CONFIG_X86 ifdef'ery.Keir Fraser2012-09-128-111/+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-125-5/+5
* x86/passthrough: Fix corruption caused by race conditions betweenAndrew Cooper2012-09-121-1/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-2/+0
* PCI: don't allow guest assignment of devices used by XenJan Beulich2012-09-112-5/+45
* PCI: bus scan adjustmentsJan Beulich2012-09-111-0/+4
* amd iommu: remove unnecessary map/unmap for l1 page tablesWei Wang2012-09-111-15/+17
* amd iommu: use next_level instead of recalculating itWei Wang2012-09-111-1/+3
* amd iommu: add 2 helper functions: iommu_is_pte_present and iommu_next_levelWei Wang2012-09-112-27/+5