aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2021-04-15Revert "iommu/amd: Fix performance counter initialization"Paul Menzel1-34/+11
2021-04-15iommu/amd: Remove duplicate check of devidShaokun Zhang1-8/+1
2021-04-15iommu/exynos: Remove unneeded local variable initializationKrzysztof Kozlowski1-1/+1
2021-04-08iommu/amd: Page-specific invalidations for more than one pageNadav Amit1-34/+42
2021-04-07iommu/arm-smmu-v3: Remove the unused fields for PREFETCH_CONFIG commandZenghui Yu2-4/+0
2021-04-07iommu/vt-d: Avoid unnecessary cache flush in pasid entry teardownLu Baolu1-0/+3
2021-04-07iommu/vt-d: Invalidate PASID cache when root/context entry changedLu Baolu1-9/+9
2021-04-07iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu1-1/+2
2021-04-07iommu/vt-d: Report the right page fault addressLu Baolu1-1/+1
2021-04-07iommu/amd: Move a few prototypes to include/linux/amd-iommu.hChristoph Hellwig1-1/+0
2021-04-07iommu/amd: Remove a few unused exportsChristoph Hellwig1-5/+0
2021-04-07iommu/amd: Remove the unused amd_iommu_get_v2_domain functionChristoph Hellwig2-35/+0
2021-04-07iommu/amd: Remove the unused device errata codeChristoph Hellwig2-54/+3
2021-04-07iommu: remove iommu_domain_{get,set}_attrChristoph Hellwig1-26/+0
2021-04-07iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFGChristoph Hellwig3-54/+23
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy7-164/+40
2021-04-07iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_apiChristoph Hellwig1-18/+5
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig4-63/+51
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig1-17/+3
2021-04-07iommu: remove DOMAIN_ATTR_PAGINGChristoph Hellwig1-5/+0
2021-04-07iommu/fsl_pamu: hardcode the window address and size in pamu_config_ppaaceChristoph Hellwig3-29/+7
2021-04-07iommu/fsl_pamu: remove the rpn and snoop_id arguments to pamu_config_ppaacChristoph Hellwig3-16/+7
2021-04-07iommu/fsl_pamu: remove the snoop_id fieldChristoph Hellwig2-4/+2
2021-04-07iommu/fsl_pamu: enable the liodn when attaching a deviceChristoph Hellwig2-54/+3
2021-04-07iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_deviceChristoph Hellwig1-39/+20
2021-04-07iommu/fsl_pamu: merge pamu_set_liodn and map_liodnChristoph Hellwig1-48/+17
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callChristoph Hellwig2-15/+3
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig3-194/+14
2021-04-07iommu/fsl_pamu: remove support for multiple windowsChristoph Hellwig4-505/+60
2021-04-07iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_allocChristoph Hellwig1-24/+10
2021-04-07iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRYChristoph Hellwig2-56/+5
2021-04-07iommu/fsl_pamu: remove fsl_pamu_get_domain_attrChristoph Hellwig1-30/+0
2021-04-07iommu: remove the unused domain_window_disable methodChristoph Hellwig1-48/+0
2021-04-07iommu/arm-smmu-v3: Maintain a SID->device structureJean-Philippe Brucker2-30/+141
2021-04-07iommu: Add a page fault handlerJean-Philippe Brucker3-0/+515
2021-04-07iommu/vt-d: Support IOMMU_DEV_FEAT_IOPFJean-Philippe Brucker1-3/+8
2021-04-07iommu/arm-smmu-v3: Use device properties for pasid-num-bitsJean-Philippe Brucker2-6/+2
2021-04-07iommu/amd: Remove duplicate check of pasidsQi Liu1-3/+0
2021-04-07iommu/sprd: Fix parameter type warningChunyan Zhang1-1/+1
2021-04-07iommu/vt-d: Report right snoop capability when using FL for IOVALu Baolu3-1/+28
2021-04-07iommu/mediatek: Allow building as moduleYong Wu2-13/+6
2021-04-07iommu/mediatek-v1: Allow building as moduleYong Wu2-6/+6
2021-04-07iommu: Stop exporting free_iova_fast()John Garry1-1/+0
2021-04-07iommu: Delete iommu_dma_free_cpu_cached_iovas()John Garry2-10/+2
2021-04-07iommu/vt-d: Remove IOVA domain rcache flushing for CPU offliningJohn Garry1-31/+0
2021-04-07iova: Add CPU hotplug handler to flush rcachesJohn Garry1-1/+29
2021-04-07iommu/vt-d: Make unnecessarily global functions staticLu Baolu2-4/+2
2021-04-07iommu/vt-d: Remove unused function declarationsLu Baolu1-3/+0
2021-04-07iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASIDLu Baolu1-22/+18
2021-04-07iommu/vt-d: Remove svm_dev_opsLu Baolu1-14/+1