aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-0/+1
2021-07-14iommu/rockchip: Fix physical address decodingBenjamin Gaignard1-2/+4
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-07-14iommu/qcom: Revert "iommu/arm: Cleanup resources in case of probe error path"Marek Szyprowski1-11/+2
2021-07-13iommu/arm-smmu-v3: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-28/+81
2021-07-02Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds32-593/+1422
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'virtio' and 'core' into nextJoerg Roedel32-593/+1422
2021-06-25iommu/virtio: Enable x86 supportJean-Philippe Brucker3-1/+14
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker3-11/+8
2021-06-25ACPI: Add driver for the VIOT tableJean-Philippe Brucker1-0/+1
2021-06-24Merge tag 'drm-msm-next-2021-06-23b' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie3-2/+59
2021-06-23iommu/arm-smmu-qcom: Add stall supportRob Clark1-0/+33
2021-06-23iommu/arm-smmu-qcom: Add an adreno-smmu-priv callback to get pagefault infoJordan Crouse2-0/+19
2021-06-23iommu/arm-smmu: Add support for driver IOMMU fault handlersJordan Crouse1-2/+7
2021-06-18iommu/vt-d: Fix dereference of pointer info before it is null checkedColin Ian King1-2/+6
2021-06-17Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel7-37/+387
2021-06-16Merge branch 'for-thierry/arm-smmu' into for-joerg/arm-smmu/updatesWill Deacon2-0/+14
2021-06-15iommu/arm-smmu: Check smmu->impl pointer before dereferencingWill Deacon1-1/+1
2021-06-15iommu/arm-smmu-v3: Remove unnecessary oom messageZhen Lei1-6/+2
2021-06-11iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translationXiyu Yang1-2/+6
2021-06-11iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get failsXiyu Yang1-1/+1
2021-06-11iommu/arm-smmu: Use Tegra implementation on Tegra186Thierry Reding1-1/+2
2021-06-11iommu/arm-smmu: tegra: Implement SID override programmingThierry Reding1-3/+30
2021-06-11iommu/arm-smmu: tegra: Detect number of instances at runtimeThierry Reding1-16/+41
2021-06-11Merge branch 'for-thierry/arm-smmu' of https://git.kernel.org/pub/scm/linux/kernel/git/will/linux into for-v5.14/tegra-mcKrzysztof Kozlowski2-0/+14
2021-06-10iommu/vt-d: Fix linker error on 32-bitJoerg Roedel1-3/+3
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: Fix out-bounds-warning in intel/svm.cGustavo A. R. Silva1-10/+16
2021-06-10iommu/vt-d: Add PRQ handling latency samplingLu Baolu1-3/+13
2021-06-10iommu/vt-d: Add cache invalidation latency samplingLu Baolu1-0/+31
2021-06-10iommu/vt-d: Expose latency monitor data through debugfsLu Baolu2-0/+112
2021-06-10iommu/vt-d: Add common code for dmar latency performance monitorsLu Baolu4-0/+243
2021-06-10iommu/vt-d: Add prq_report trace eventLu Baolu1-0/+7
2021-06-10iommu/vt-d: Report prq to io-pgfault frameworkLu Baolu2-81/+17
2021-06-10iommu/vt-d: Allocate/register iopf queue for sva devicesLu Baolu2-26/+77
2021-06-10iommu/vt-d: Refactor prq_event_thread()Lu Baolu1-103/+136
2021-06-10iommu/vt-d: Use common helper to lookup svm devicesLu Baolu1-28/+40
2021-06-10iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpersLu Baolu3-162/+120
2021-06-10iommu/vt-d: Add pasid private data helpersLu Baolu1-21/+41
2021-06-10iommu/vt-d: Support asynchronous IOMMU nested capabilitiesLu Baolu1-1/+8
2021-06-10iommu/vt-d: Select PCI_ATS explicitlyLu Baolu1-0/+1
2021-06-10iommu/vt-d: Tweak the description of a DMA faultLu Baolu1-8/+15
2021-06-10iommu/vt-d: Fix kernel-doc syntax in file headerAditya Srivastava1-1/+1
2021-06-10iommu/vt-d: Remove redundant assignment to variable agawColin Ian King1-1/+1