aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-07iommu/vt-d: Use iova over first levelLu Baolu1-4/+2
2020-01-07iommu/vt-d: Update first level super page capabilityLu Baolu1-5/+12
2020-01-07iommu/vt-d: Make first level IOVA canonicalLu Baolu1-2/+15
2020-01-07iommu/vt-d: Flush PASID-based iotlb for iova over first levelLu Baolu2-15/+82
2020-01-07iommu/vt-d: Setup pasid entries for iova over first levelLu Baolu1-5/+52
2020-01-07iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setupLu Baolu3-7/+14
2020-01-07iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attrLu Baolu1-0/+56
2020-01-07iommu/vt-d: Identify domains using first level page tableLu Baolu1-0/+39
2020-01-07iommu/vt-d: Loose requirement for flush queue initializatonLu Baolu1-8/+6
2020-01-07iommu/vt-d: Avoid iova flush queue in strict modeLu Baolu1-9/+15
2020-01-07iommu/vt-d: trace: Extend map_sg trace eventLu Baolu1-2/+5
2020-01-07iommu/vt-d: Misc macro clean up for SVMJacob Pan1-40/+39
2020-01-07iommu/vt-d: Avoid sending invalid page responseJacob Pan1-4/+3
2020-01-07iommu/vt-d: Replace Intel specific PASID allocator with IOASIDJacob Pan4-56/+30
2020-01-07iommu/vt-d: Fix off-by-one in PASID allocationJacob Pan1-1/+1
2020-01-07iommu/vt-d: Avoid duplicated code for PASID setupJacob Pan1-30/+18
2020-01-07iommu/vt-d: Reject SVM bind for failed capability checkJacob Pan1-0/+3
2020-01-07iommu/vt-d: Match CPU and IOMMU paging modeJacob Pan1-2/+10
2020-01-07iommu/vt-d: Fix CPU and IOMMU SVM feature matching checksJacob Pan2-21/+29
2020-01-07iommu/vt-d: Add Kconfig option to enable/disable scalable modeLu Baolu2-1/+18
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-23iommu/amd: Remove unused variableJoerg Roedel1-2/+0
2019-12-23iommu: virtio: Use generic_iommu_put_resv_regions()Thierry Reding1-11/+3
2019-12-23iommu: intel: Use generic_iommu_put_resv_regions()Thierry Reding1-10/+1
2019-12-23iommu: amd: Use generic_iommu_put_resv_regions()Thierry Reding1-10/+1
2019-12-23iommu: arm: Use generic_iommu_put_resv_regions()Thierry Reding2-20/+2
2019-12-23iommu: Implement generic_iommu_put_resv_regions()Thierry Reding1-0/+19
2019-12-23iommu/iova: Silence warnings under memory pressureQian Cai2-2/+3
2019-12-23iommu: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-12-23iommu/amd: Only support x2APIC with IVHD type 11h/40hSuravee Suthikulpanit2-3/+0
2019-12-23iommu/amd: Check feature support bit before accessing MSI capability registersSuravee Suthikulpanit2-5/+13
2019-12-23iommu/amd: Treat per-device exclusion ranges as r/w unity-mapped regionsAdrian Huang1-10/+10
2019-12-23iommu/arm-smmu: Update my email address in MODULE_AUTHOR()Will Deacon2-2/+2
2019-12-23iommu/arm-smmu: Allow building as a moduleWill Deacon3-22/+47
2019-12-23iommu/arm-smmu: Unregister IOMMU and bus ops on device removalWill Deacon1-10/+40
2019-12-23iommu/arm-smmu-v3: Allow building as a moduleWill Deacon2-3/+2
2019-12-23iommu/arm-smmu: Support SMMU module probing from the IORTArd Biesheuvel2-0/+2
2019-12-23iommu/arm-smmu-v3: Unregister IOMMU and bus ops on device removalWill Deacon1-21/+43
2019-12-23iommu/arm-smmu: Prevent forced unbinding of Arm SMMU driversWill Deacon2-5/+7
2019-12-23Revert "iommu/arm-smmu: Make arm-smmu explicitly non-modular"Will Deacon1-13/+19
2019-12-23Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"Will Deacon1-9/+16
2019-12-23drivers/iommu: Allow IOMMU bus ops to be unregisteredWill Deacon1-0/+5
2019-12-23iommu/of: Take a ref to the IOMMU driver during ->of_xlate()Will Deacon1-6/+12
2019-12-23drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()Will Deacon1-2/+17
2019-12-23iommu/of: Request ACS from the PCI core when configuring IOMMU linkageWill Deacon1-0/+1
2019-12-23drivers/iommu: Export core IOMMU API symbols to permit modular driversWill Deacon2-0/+13
2019-12-20Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds5-30/+17
2019-12-18PCI: Add nr_devfns parameter to pci_add_dma_alias()James Sewart1-5/+2
2019-12-18iommu/dma: Relax locking in iommu_dma_prepare_msi()Robin Murphy1-9/+8
2019-12-18iommu/vt-d: Remove incorrect PSI capability checkLu Baolu1-5/+1