aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2021-04-07iommu/vt-d: Don't set then clear private data in prq_event_thread()Lu Baolu1-2/+2
2021-04-07iommu/vt-d: Fix lockdep splat in intel_pasid_get_entry()Lu Baolu1-8/+13
2021-03-30iommu/arm-smmu-v3: Add a check to avoid invalid iotlb syncXiang Chen1-0/+3
2021-03-25iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASKZhen Lei1-1/+1
2021-03-22iommu/vt-d: Use Real PCI DMA device for IRTEJon Derrick1-1/+2
2021-03-19iommu/unisoc: Fix spelling mistake "sixe" -> "size"Colin Ian King1-1/+1
2021-03-18iommu/vt-d: Calculate and set flags for handle_mm_faultJacob Pan1-3/+6
2021-03-18iommu/vt-d: Reject unsupported page request modesJacob Pan1-1/+11
2021-03-18iommu/vt-d: Enable write protect propagation from guestJacob Pan1-0/+3
2021-03-18iommu/vt-d: Enable write protect for supervisor SVMJacob Pan1-0/+26
2021-03-18iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandlesDmitry Osipenko1-4/+3
2021-03-18iommu/vt-d: Report more information about invalidation errorsLu Baolu1-4/+64
2021-03-18iommu/vt-d: Disable SVM when ATS/PRI/PASID are not enabled in the deviceKyung Min Park1-0/+3
2021-03-18iommu/iova: Improve restart logicRobin Murphy1-1/+38
2021-03-18iommu/iova: Add rbtree entry helperRobin Murphy1-9/+14
2021-03-18iommu/dma: Resurrect the "forcedac" optionRobin Murphy2-4/+14
2021-03-18iommu: add Unisoc IOMMU basic driverChunyan Zhang3-0/+590
2021-03-18iommu: Check dev->iommu in iommu_dev_xxx functionsShameer Kolothum1-9/+15
2021-03-18iommu/amd: Keep track of amd_iommu_irq_remap stateJoerg Roedel1-1/+4
2021-03-18iommu/amd: Don't call early_amd_iommu_init() when AMD IOMMU is disabledJoerg Roedel1-4/+4
2021-03-18iommu/amd: Move Stoney Ridge check to detect_ivrs()Joerg Roedel1-11/+12
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig1-6/+6
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig1-8/+3
2021-03-15dma-iommu: implement ->alloc_noncontiguousChristoph Hellwig1-0/+36
2021-03-15dma-iommu: refactor iommu_dma_alloc_remapChristoph Hellwig1-32/+35
2021-03-05Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds4-14/+87
2021-03-04iommu/vt-d: Fix status code for Allocate/Free PASID commandZenghui Yu1-2/+2
2021-03-04iommu: Don't use lazy flush for untrusted deviceLu Baolu1-7/+8
2021-03-04iommu/tegra-smmu: Fix mc errors on tegra124-nyanNicolin Chen1-1/+71
2021-03-04iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin1-4/+6
2021-02-24Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-30/+0
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds30-1119/+1822
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-3/+174
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel30-1119/+1822
2021-02-12iommu/amd: Fix performance counter initializationSuravee Suthikulpanit1-11/+34
2021-02-11iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partitionWei Liu1-3/+174
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig1-30/+0
2021-02-08iommu/mediatek: Fix error code in probe()Dan Carpenter1-1/+2
2021-02-05iommu/mediatek: Fix unsigned domid comparison with less than zeroColin Ian King1-1/+1
2021-02-04iommu/vt-d: Parse SATC reporting structureYian Chen2-0/+97
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 Park3-74/+42
2021-02-04iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park5-1/+313
2021-02-02iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleepingDouglas Anderson1-1/+1
2021-02-02iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Lu Baolu2-2/+1
2021-02-01Merge branch 'for-joerg/mtk' into for-joerg/arm-smmu/updatesWill Deacon7-149/+379
2021-02-01iommu/mediatek: Add mt8192 supportYong Wu2-0/+23
2021-02-01iommu/mediatek: Remove unnecessary check in attach_deviceYong Wu1-6/+0
2021-02-01iommu/mediatek: Support master use iova over 32bitYong Wu1-6/+12
2021-02-01iommu/mediatek: Add iova reserved functionYong Wu1-0/+31