aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2022-11-14iommu/arm-smmu-qcom: Move the qcom,adreno-smmu check into qcom_smmu_createDmitry Baryshkov2-14/+19
2022-11-14iommu/arm-smmu-qcom: Move implementation data into match dataDmitry Baryshkov2-22/+44
2022-11-14iommu/arm-smmu-qcom: Add SM6115 supportAdam Skladowski1-0/+1
2022-11-14drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementationMelody Olvera1-0/+1
2022-11-03iommu/rockchip: fix permission bits in page table entries v2Michael Riesch1-6/+4
2022-11-03Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel15-56/+48
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Lu Baolu9-11/+11
2022-11-03iommu: Per-domain I/O page fault handlingLu Baolu1-59/+9
2022-11-03iommu: Prepare IOMMU domain for IOPFLu Baolu4-0/+77
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu6-114/+0
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu2-91/+111
2022-11-03arm-smmu-v3/sva: Add SVA domain supportLu Baolu3-0/+90
2022-11-03iommu/vt-d: Add SVA domain supportLu Baolu3-0/+82
2022-11-03iommu: Add IOMMU SVA domain supportLu Baolu1-0/+20
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu1-4/+137
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu5-52/+19
2022-11-03iommu: Add max_pasids field in struct dev_iommuLu Baolu1-0/+20
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu3-2/+10
2022-11-03iommu/sun50i: Implement .iotlb_sync_mapJernej Skrabec1-0/+73
2022-11-03iommu/sun50i: Fix flush sizeJernej Skrabec1-1/+1
2022-11-03iommu/sun50i: Fix R/W permission checkJernej Skrabec1-1/+1
2022-11-03iommu/sun50i: Consider all fault sources for resetJernej Skrabec1-2/+6
2022-11-03iommu/sun50i: Fix reset releaseJernej Skrabec1-1/+2
2022-11-03iommu/s390: Implement map_pages()/unmap_pages() instead of map()/unmap()Niklas Schnelle1-16/+32
2022-11-03iommu/s390: Fix incorrect pgsize_bitmapNiklas Schnelle1-8/+1
2022-11-03iommu/s390: Fix incorrect aperture checkNiklas Schnelle1-1/+1
2022-11-03iommu/s390: Fix potential s390_domain aperture shrinkingNiklas Schnelle1-20/+43
2022-11-03iommu/s390: Get rid of s390_domain_deviceNiklas Schnelle1-30/+7
2022-11-03iommu/s390: Fix duplicate domain attachmentsNiklas Schnelle1-61/+45
2022-11-03iommu/amd: Remove variable cnt ind iommu_poll_ga_log()Colin Ian King1-2/+1
2022-11-03iommu/fsl_pamu: Replace NO_IRQ by 0Christophe Leroy1-2/+2
2022-11-01iommu: Propagate return value in ->attach_dev callback functionsNicolin Chen2-2/+2
2022-11-01iommu: Use EINVAL for incompatible device/domain in ->attach_devNicolin Chen9-35/+9
2022-11-01iommu: Regulate EINVAL in ->attach_dev callback functionsNicolin Chen6-9/+11
2022-11-01iommu: Add return value rules to attach_dev op and APIsNicolin Chen1-0/+24
2022-11-01iommu/amd: Drop unnecessary checks in amd_iommu_attach_device()Nicolin Chen1-10/+2
2022-10-21iommu/vt-d: Clean up si_domain in the init_dmars() error pathJerry Snitselaar1-0/+5
2022-10-21iommu/vt-d: Use rcu_lock in get_resv_regionsLu Baolu1-3/+3
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu8-16/+24
2022-10-10Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds42-779/+1346
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+21
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+3
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel41-819/+989
2022-09-26iommu/vt-d: Avoid unnecessary global DMA cache invalidationLu Baolu2-0/+8
2022-09-26iommu/vt-d: Avoid unnecessary global IRTE cache invalidationLu Baolu2-2/+5
2022-09-26iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_supportYi Liu5-6/+6
2022-09-26iommu/vt-d: Remove pasid_set_eafe()Lu Baolu1-10/+0
2022-09-26iommu/vt-d: Decouple PASID & PRI enabling from SVALu Baolu3-66/+18
2022-09-26iommu/vt-d: Remove unnecessary SVA data accesses in page fault pathLu Baolu2-54/+8
2022-09-26iommu: dart: Support t6000 variantSven Peter1-3/+21