summary refs log tree commit diff stats
path: root/include/hw/i386/intel_iommu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* intel-iommu: rework the page walk logicPeter Xu2018-05-231-0/+2
* intel-iommu: only do page walk for MAP notifiersPeter Xu2018-05-231-0/+2
* intel-iommu: add iommu lockPeter Xu2018-05-231-0/+6
* intel-iommu: remove IntelIOMMUNotifierNodePeter Xu2018-05-231-7/+2
* intel-iommu: Extend address width to 48 bitsPrasad Singamsetty2018-01-181-0/+1
* intel-iommu: Redefine macros to enable supporting 48 bit address widthPrasad Singamsetty2018-01-181-2/+4
* intel_iommu: use access_flags for iotlbPeter Xu2017-08-021-2/+1
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-1/+2
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-1/+1
* intel_iommu: enable remote IOTLBPeter Xu2017-04-201-0/+8
* intel_iommu: allow dynamic switch of IOMMU regionPeter Xu2017-04-201-0/+2
* intel_iommu: add "caching-mode" optionAviv Ben-David2017-02-171-0/+2
* intel_iommu: fix several incorrect endianess and bit fieldsPeter Xu2016-11-151-5/+4
* intel_iommu: reject broken EIMRadim Krčmář2016-10-171-0/+1
* intel_iommu: add OnOffAuto intr_eim as "eim" propertyRadim Krčmář2016-10-171-0/+1
* intel_iommu: avoid unnamed fieldsMichael S. Tsirkin2016-07-211-4/+4
* intel_iommu: add SID validation for IRPeter Xu2016-07-211-0/+17
* intel_iommu: Add support for Extended Interrupt ModeJan Kiszka2016-07-211-0/+1
* intel_iommu: add support for split irqchipPeter Xu2016-07-211-0/+1
* intel_iommu: Add support for PCI MSI remapPeter Xu2016-07-201-0/+66
* intel_iommu: define several structs for IOMMU IRPeter Xu2016-07-201-0/+74
* intel_iommu: define interrupt remap table addr registerPeter Xu2016-07-201-0/+5
* acpi: enable INTR for DMAR report structurePeter Xu2016-07-201-0/+2
* intel_iommu: rename VTD_PCI_DEVFN_MAX to x86-iommuPeter Xu2016-07-201-1/+0
* x86-iommu: introduce parent classPeter Xu2016-07-201-1/+2
* intel_iommu: large page supportJason Wang2016-02-061-0/+1
* intel_iommu: Add support for translation for devices behind bridgesKnut Omang2015-10-181-2/+14
* intel_iommu: fix VTD_SID_TO_BUSMichael S. Tsirkin2014-11-021-1/+1
* intel-iommu: add IOTLB using hash tableLe Tan2014-08-281-1/+10
* intel-iommu: add context-cache to cache context-entryLe Tan2014-08-281-0/+22
* intel-iommu: introduce Intel IOMMU (VT-d) emulationLe Tan2014-08-281-0/+89