summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2020-01-10drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops()Will Deacon
2020-01-07iommu/dma: fix variable 'cookie' set but not usedQian Cai
2020-01-07iommu/vt-d: Unlink device if failed to add to groupJon Derrick
2020-01-07iommu: Remove device link to group on failureJon Derrick
2020-01-07iommu/vt-d: Fix adding non-PCI devices to Intel IOMMUPatrick Steinhardt
2020-01-07iommu/amd: Fix typos for PPR macrosAdrian Huang
2020-01-07iommu/amd: Remove local variablesAdrian Huang
2020-01-07iommu/vt-d: debugfs: Add support to show page table internalsLu Baolu
2020-01-07iommu/vt-d: Use iova over first levelLu Baolu
2020-01-07iommu/vt-d: Update first level super page capabilityLu Baolu
2020-01-07iommu/vt-d: Make first level IOVA canonicalLu Baolu
2020-01-07iommu/vt-d: Flush PASID-based iotlb for iova over first levelLu Baolu
2020-01-07iommu/vt-d: Setup pasid entries for iova over first levelLu Baolu
2020-01-07iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setupLu Baolu
2020-01-07iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attrLu Baolu
2020-01-07iommu/vt-d: Identify domains using first level page tableLu Baolu
2020-01-07iommu/vt-d: Loose requirement for flush queue initializatonLu Baolu
2020-01-07iommu/vt-d: Avoid iova flush queue in strict modeLu Baolu
2020-01-07iommu/vt-d: trace: Extend map_sg trace eventLu Baolu
2020-01-07iommu/vt-d: Misc macro clean up for SVMJacob Pan
2020-01-07iommu/vt-d: Avoid sending invalid page responseJacob Pan
2020-01-07iommu/vt-d: Replace Intel specific PASID allocator with IOASIDJacob Pan
2020-01-07iommu/vt-d: Fix off-by-one in PASID allocationJacob Pan
2020-01-07iommu/vt-d: Avoid duplicated code for PASID setupJacob Pan
2020-01-07iommu/vt-d: Reject SVM bind for failed capability checkJacob Pan
2020-01-07iommu/vt-d: Match CPU and IOMMU paging modeJacob Pan
2020-01-07iommu/vt-d: Fix CPU and IOMMU SVM feature matching checksJacob Pan
2020-01-07iommu/vt-d: Add Kconfig option to enable/disable scalable modeLu Baolu
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-23iommu/amd: Remove unused variableJoerg Roedel
2019-12-23iommu: virtio: Use generic_iommu_put_resv_regions()Thierry Reding
2019-12-23iommu: intel: Use generic_iommu_put_resv_regions()Thierry Reding
2019-12-23iommu: amd: Use generic_iommu_put_resv_regions()Thierry Reding
2019-12-23iommu: arm: Use generic_iommu_put_resv_regions()Thierry Reding
2019-12-23iommu: Implement generic_iommu_put_resv_regions()Thierry Reding
2019-12-23iommu/iova: Silence warnings under memory pressureQian Cai
2019-12-23iommu: Fix Kconfig indentationKrzysztof Kozlowski
2019-12-23iommu/amd: Only support x2APIC with IVHD type 11h/40hSuravee Suthikulpanit
2019-12-23iommu/amd: Check feature support bit before accessing MSI capability registersSuravee Suthikulpanit
2019-12-23iommu/amd: Treat per-device exclusion ranges as r/w unity-mapped regionsAdrian Huang
2019-12-23iommu/arm-smmu: Update my email address in MODULE_AUTHOR()Will Deacon
2019-12-23iommu/arm-smmu: Allow building as a moduleWill Deacon
2019-12-23iommu/arm-smmu: Unregister IOMMU and bus ops on device removalWill Deacon
2019-12-23iommu/arm-smmu-v3: Allow building as a moduleWill Deacon
2019-12-23iommu/arm-smmu: Support SMMU module probing from the IORTArd Biesheuvel
2019-12-23iommu/arm-smmu-v3: Unregister IOMMU and bus ops on device removalWill Deacon
2019-12-23iommu/arm-smmu: Prevent forced unbinding of Arm SMMU driversWill Deacon
2019-12-23Revert "iommu/arm-smmu: Make arm-smmu explicitly non-modular"Will Deacon
2019-12-23Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"Will Deacon
2019-12-23drivers/iommu: Allow IOMMU bus ops to be unregisteredWill Deacon