summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Fix clearing real DMA device's scalable-mode context entriesLu Baolu2021-07-141-3/+2
* iommu/vt-d: Global devTLB flush when present context entry changedSanjay Kumar2021-07-141-9/+22
*-. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-251-68/+104
|\ \
| | * iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker2021-06-251-4/+1
| |/ |/|
| * iommu/vt-d: Fix dereference of pointer info before it is null checkedColin Ian King2021-06-181-2/+6
| * iommu/vt-d: No need to typecastParav Pandit2021-06-101-3/+2
| * iommu/vt-d: Remove unnecessary bracesParav Pandit2021-06-101-2/+1
| * iommu/vt-d: Removed unused iommu_count in dmar domainParav Pandit2021-06-101-8/+3
| * iommu/vt-d: Use bitfields for DMAR capabilitiesParav Pandit2021-06-101-9/+9
| * iommu/vt-d: Use DEVICE_ATTR_RO macroYueHaibing2021-06-101-24/+18
| * iommu/vt-d: Report prq to io-pgfault frameworkLu Baolu2021-06-101-2/+12
| * iommu/vt-d: Allocate/register iopf queue for sva devicesLu Baolu2021-06-101-19/+47
| * iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpersLu Baolu2021-06-101-0/+3
| * iommu/vt-d: Support asynchronous IOMMU nested capabilitiesLu Baolu2021-06-101-1/+8
| * iommu/vt-d: Remove redundant assignment to variable agawColin Ian King2021-06-101-1/+1
|/
* iommu/vt-d: Use user privilege for RID2PASID translationLu Baolu2021-05-191-2/+5
* iommu/vt-d: Check for allocation failure in aux_detach_device()Dan Carpenter2021-05-191-0/+2
* iommu: Streamline registration interfaceRobin Murphy2021-04-161-2/+1
*-. Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-161-136/+94
|\ \
| | * iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy2021-04-071-52/+12
| | * iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig2021-04-071-22/+9
| | * iommu/vt-d: Support IOMMU_DEV_FEAT_IOPFJean-Philippe Brucker2021-04-071-3/+8
| | * iommu/vt-d: Remove IOVA domain rcache flushing for CPU offliningJohn Garry2021-04-071-31/+0
| | * iommu/dma: Resurrect the "forcedac" optionRobin Murphy2021-03-181-3/+2
| |/ |/|
| * iommu/vt-d: Force to flush iotlb before creating superpageLongpeng(Mike)2021-04-151-14/+38
| * iommu/vt-d: Invalidate PASID cache when root/context entry changedLu Baolu2021-04-071-9/+9
| * iommu/vt-d: Remove WO permissions on second-level paging entriesLu Baolu2021-04-071-1/+2
| * iommu/vt-d: Report right snoop capability when using FL for IOVALu Baolu2021-04-071-1/+11
| * iommu/vt-d: Disable SVM when ATS/PRI/PASID are not enabled in the deviceKyung Min Park2021-03-181-0/+3
|/
*-. Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel2021-02-121-107/+172
|\ \
| | * iommu/vt-d: Parse SATC reporting structureYian Chen2021-02-041-0/+89
| | * iommu/vt-d: Add iotlb_sync_map callbackLu Baolu2021-02-041-30/+60
| | * iommu/vt-d: Move capability check code to cap_audit filesKyung Min Park2021-02-041-74/+2
| | * iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park2021-02-041-0/+9
| | * iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Lu Baolu2021-02-021-1/+0
| | * iommu/vt-d: Preset Access/Dirty bits for IOVA over FLLu Baolu2021-01-281-2/+12
| |/
* / iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit2021-01-281-1/+31
|/
* iommu/vt-d: Fix duplicate included linux/dma-map-ops.hTian Tao2021-01-121-1/+0
* iommu/vt-d: Fix ineffective devTLB invalidation for subdevicesLiu Yi L2021-01-071-16/+37
* iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L2021-01-071-24/+71
* Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon2020-12-081-4/+5
|\
| * iommu/vt-d: Don't read VCCAP register unless it existsDavid Woodhouse2020-11-261-2/+2
| * iommu/vt-d: Avoid panic if iommu init fails in tboot systemZhenzhong Duan2020-11-181-2/+3
* | Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon2020-12-081-788/+120
|\ \
| * | iommu/vt-d: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET2020-12-011-1/+1
| * | iommu/vt-d: Remove set but not used variableLu Baolu2020-11-271-2/+1
| * | iommu/vt-d: Cleanup after converting to dma-iommu opsLu Baolu2020-11-251-62/+28
| * | iommu/vt-d: Convert intel iommu driver to the iommu opsTom Murphy2020-11-251-703/+42
| * | iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_devLu Baolu2020-11-251-2/+14
| * | iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy2020-11-251-19/+36