aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/intel-iommu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qcom', 'arm/renesas', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-0/+2
2019-09-11iommu/vt-d: Add Scalable Mode fault informationKyung Min Park1-0/+2
2019-09-03iommu/vt-d: Remove global page flush supportJacob Pan1-3/+0
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-ops' and 'core' into nextJoerg Roedel1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-13/+1
2019-05-28iommu/vt-d: Cleanup get_valid_domain_for_dev()Lu Baolu1-1/+0
2019-05-27iommu/vt-d: Introduce macros useful for dumping DMAR tableSai Praneeth Prakhya1-0/+6
2019-04-11iommu/vt-d: Aux-domain specific domain attach/detachLu Baolu1-0/+10
2019-04-11iommu/vt-d: Add per-device IOMMU feature ops entriesLu Baolu1-0/+1
2019-04-11iommu/vt-d: Make intel_iommu_enable_pasid() more genericLu Baolu1-1/+1
2019-01-11iommu/vt-d: Support page request in scalable modeJacob Pan1-12/+9
2018-12-11iommu/vt-d: Remove deferred invalidationLu Baolu1-8/+0
2018-12-11iommu/vt-d: Shared virtual address in scalable modeLu Baolu1-8/+1
2018-12-11iommu/vt-d: Add first level page table interfaceLu Baolu1-0/+1
2018-12-11iommu/vt-d: Setup context and enable RID2PASID supportLu Baolu1-0/+1
2018-12-11iommu/vt-d: Add second level page table interfaceLu Baolu1-0/+3
2018-12-11iommu/vt-d: Add 256-bit invalidation descriptor supportLu Baolu1-2/+7
2018-12-11iommu/vt-d: Move page table helpers into headerLu Baolu1-0/+43
2018-12-11iommu/vt-d: Enumerate the scalable mode capabilityLu Baolu1-0/+1
2018-11-12iommu/vtd: Cleanup dma_remapping.h headerLu Baolu1-2/+47
2018-09-25iommu/vt-d: Enable base Intel IOMMU debugfs supportSohil Mehta1-0/+6
2018-09-25iommu/vt-d: Update register definitions to VT-d 3.0 specificationSohil Mehta1-0/+36
2018-09-25iommu/vt-d: Relocate struct/function declarations to its header filesSohil Mehta1-0/+30
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-7/+74
2018-07-20iommu/vt-d: Remove the obsolete per iommu pasid tablesLu Baolu1-3/+2
2018-07-20iommu/vt-d: Per PCI device pasid table interfacesLu Baolu1-0/+2
2018-07-20iommu/vt-d: Add for_each_device_domain() helperLu Baolu1-0/+2
2018-07-20iommu/vt-d: Move device_domain_info to headerLu Baolu1-0/+61
2018-07-20iommu/vt-d: Apply global PASID in SVALu Baolu1-1/+0
2018-07-20iommu/vt-d: Avoid using idr_for_each_entry()Lu Baolu1-0/+1
2018-07-20Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu1-0/+1
2018-07-06iommu/vt-d: Fix dev iotlb pfsid useJacob Pan1-3/+2
2018-07-06iommu/vt-d: Add definitions for PFSIDJacob Pan1-0/+3
2018-05-15iommu/vt-d: Clean up pasid quirk for pre-production devicesLu Baolu1-1/+0
2018-02-13iommu/vt-d: Clean/document fault status flagsDmitry Safonov1-6/+6
2018-01-17iommu/vt-d: Add a check for 5-level paging supportSohil Mehta1-0/+1
2018-01-17iommu/vt-d: Add a check for 1GB page supportSohil Mehta1-0/+1
2017-11-03iommu/vt-d: Clear Page Request Overflow fault bitLu Baolu1-0/+1
2017-03-22iommu/vt-d: Use lo_hi_readq() / lo_hi_writeq()Andy Shevchenko1-16/+2
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-8/+9
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel1-1/+0
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel1-0/+2
2017-01-31iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommuCQ Tang1-7/+7
2016-11-19iommu/vt-d: Fix PASID table allocationDavid Woodhouse1-0/+1
2016-02-15iommu/vt-d: Clear PPR bit to ensure we get more page request interruptsDavid Woodhouse1-0/+3
2015-10-15iommu/vt-d: Implement SVM_FLAG_PRIVATE_PASID to allocate unique PASIDsDavid Woodhouse1-0/+1
2015-10-15iommu/vt-d: Add callback to device driver on page faultsDavid Woodhouse1-0/+3
2015-10-15iommu/vt-d: Implement page request handlingDavid Woodhouse1-0/+26
2015-10-15iommu/vt-d: Generalise DMAR MSI setup to allow for page request eventsDavid Woodhouse1-1/+9
2015-10-15iommu/vt-d: Add basic SVM PASID supportDavid Woodhouse1-5/+63