aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/intel-iommu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-15iommu/vt-d: Add initial support for PASID tablesDavid Woodhouse1-0/+15
2015-10-15iommu/vt-d: Introduce intel_iommu=pasid28, and pasid_enabled() macroDavid Woodhouse1-1/+1
2015-10-13iommu/vt-d: Use plain writeq() for dmar_writeq() where availableDavid Woodhouse1-8/+6
2015-08-12iommu/vt-d: Split up iommu->domains arrayJoerg Roedel1-1/+1
2015-06-23Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+5
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2015-06-16iommu/vt-d: Copy IR table from old kernel when in kdump modeJoerg Roedel1-0/+1
2015-06-16iommu/vt-d: Detect pre enabled translationJoerg Roedel1-0/+4
2015-06-12iommu, x86: Add cap_pi_support() to detect VT-d PI capabilityFeng Wu1-0/+1
2015-06-09iommu/vt-d: Change PASID support to bit 40 of Extended Capability RegisterDavid Woodhouse1-1/+2
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar1-3/+15