summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08iommu/vt-d: Fix double list_add when enabling VMD in scalable modeAdrian Huang1-1/+1
2021-12-01iommu/vt-d: Fix unmap_pages supportAlex Williamson1-4/+2
2021-11-25iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel optionTvrtko Ursulin1-1/+5
2021-08-19iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu1-1/+2
2021-08-19iommu/vt-d: Preset A/D bits for user space DMA usageLu Baolu1-7/+3
2021-08-19iommu/vt-d: Enable Intel IOMMU scalable mode by defaultLu Baolu1-1/+4
2021-08-19iommu/vt-d: Refactor Kconfig a bitLu Baolu1-11/+2
2021-08-19iommu/vt-d: Remove unnecessary oom messageZhen Lei1-5/+1
2021-08-18iommu/vt-d: Prepare for multiple DMA domain typesRobin Murphy1-9/+6
2021-08-18iommu/vt-d: Drop IOVA cookie managementRobin Murphy1-8/+0
2021-07-26iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()Lu Baolu1-41/+7
2021-07-26iommu/vt-d: Implement map/unmap_pages() iommu_ops callbackLu Baolu1-2/+35
2021-07-26iommu/vt-d: Report real pgsize bitmap to iommu coreLu Baolu1-19/+19
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()John Garry1-3/+3
2021-07-26iommu/vt-d: Add support for IOMMU default DMA mode build optionsZhen Lei1-9/+6
2021-07-26iommu: Deprecate Intel and AMD cmdline methods to enable strict modeJohn Garry1-0/+1
2021-07-14iommu/vt-d: Fix clearing real DMA device's scalable-mode context entriesLu Baolu1-3/+2
2021-07-14iommu/vt-d: Global devTLB flush when present context entry changedSanjay Kumar1-9/+22
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-68/+104
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker1-4/+1
2021-06-18iommu/vt-d: Fix dereference of pointer info before it is null checkedColin Ian King1-2/+6
2021-06-10iommu/vt-d: No need to typecastParav Pandit1-3/+2
2021-06-10iommu/vt-d: Remove unnecessary bracesParav Pandit1-2/+1
2021-06-10iommu/vt-d: Removed unused iommu_count in dmar domainParav Pandit1-8/+3
2021-06-10iommu/vt-d: Use bitfields for DMAR capabilitiesParav Pandit1-9/+9
2021-06-10iommu/vt-d: Use DEVICE_ATTR_RO macroYueHaibing1-24/+18
2021-06-10iommu/vt-d: Report prq to io-pgfault frameworkLu Baolu1-2/+12
2021-06-10iommu/vt-d: Allocate/register iopf queue for sva devicesLu Baolu1-19/+47
2021-06-10iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpersLu Baolu1-0/+3
2021-06-10iommu/vt-d: Support asynchronous IOMMU nested capabilitiesLu Baolu1-1/+8
2021-06-10iommu/vt-d: Remove redundant assignment to variable agawColin Ian King1-1/+1
2021-05-19iommu/vt-d: Use user privilege for RID2PASID translationLu Baolu1-2/+5
2021-05-19iommu/vt-d: Check for allocation failure in aux_detach_device()Dan Carpenter1-0/+2
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-2/+1
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel1-136/+94
2021-04-15iommu/vt-d: Force to flush iotlb before creating superpageLongpeng(Mike)1-14/+38
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: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy1-52/+12
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig1-22/+9
2021-04-07iommu/vt-d: Support IOMMU_DEV_FEAT_IOPFJean-Philippe Brucker1-3/+8
2021-04-07iommu/vt-d: Report right snoop capability when using FL for IOVALu Baolu1-1/+11
2021-04-07iommu/vt-d: Remove IOVA domain rcache flushing for CPU offliningJohn Garry1-31/+0
2021-03-18iommu/vt-d: Disable SVM when ATS/PRI/PASID are not enabled in the deviceKyung Min Park1-0/+3
2021-03-18iommu/dma: Resurrect the "forcedac" optionRobin Murphy1-3/+2
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel1-107/+172
2021-02-04iommu/vt-d: Parse SATC reporting structureYian Chen1-0/+89
2021-02-04iommu/vt-d: Add iotlb_sync_map callbackLu Baolu1-30/+60
2021-02-04iommu/vt-d: Move capability check code to cap_audit filesKyung Min Park1-74/+2
2021-02-04iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park1-0/+9