summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2022-09-09arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBitsMark Brown
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown
2022-09-09iommu/virtio: Fix compile error with viommu_capable()Joerg Roedel
2022-09-09Merge branch 'iommu/fixes' into coreJoerg Roedel
2022-09-09iova: Remove iovad->rcaches check in iova_rcache_get()John Garry
2022-09-09iova: Remove magazine BUG_ON() checksJohn Garry
2022-09-09iova: Remove some magazine pointer NULL checksJohn Garry
2022-09-09iommu/dma: Make header privateRobin Murphy
2022-09-08iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identityYicong Yang
2022-09-07iommu/amd: Add command-line option to enable different page tableVasant Hegde
2022-09-07iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-APISuravee Suthikulpanit
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit
2022-09-07iommu/amd: Initial support for AMD IOMMU v2 page tableVasant Hegde
2022-09-07iommu/amd: Update sanity check when enable PRI/ATS for IOMMU v1 tableSuravee Suthikulpanit
2022-09-07iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove lockingSuravee Suthikulpanit
2022-09-07iommu/amd: Add map/unmap_pages() iommu_domain_ops callback supportVasant Hegde
2022-09-07iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callbackVasant Hegde
2022-09-07iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callbackVasant Hegde
2022-09-07iommu/virtio: Fix interaction with VFIOJean-Philippe Brucker
2022-09-07iommu/vt-d: Fix lockdep splat due to klist iteration in atomic contextLu Baolu
2022-09-07iommu/vt-d: Fix recursive lock issue in iommu_flush_dev_iotlb()Lu Baolu
2022-09-07iommu/vt-d: Correctly calculate sagaw value of IOMMULu Baolu
2022-09-07iommu/vt-d: Fix kdump kernels boot failure with scalable modeLu Baolu
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy
2022-09-07iommu/dma: Clean up KconfigRobin Murphy
2022-09-07iommu: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/virtio: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/tegra-smmu: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/omap: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/mtk: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/ipmmu-vmsa: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/exynos: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/dart: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/arm-smmu-v3: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/arm-smmu: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu: Move bus setup to IOMMU device registrationRobin Murphy
2022-09-07iommu: Always register bus notifiersRobin Murphy
2022-09-07iommu/s390: Fail probe for non-PCI devicesMatthew Rosato
2022-09-07iommu/amd: Handle race between registration and device probeRobin Murphy
2022-09-07iommu/vt-d: Handle race between registration and device probeRobin Murphy
2022-09-07iommu/io-pgtable-arm: Remove iommu_dev==NULL special caseRobin Murphy
2022-09-07iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY betterRobin Murphy
2022-09-07iommu: Retire iommu_capable()Robin Murphy
2022-09-07iommu: Remove duplicate ida_free in iommu_group_allocYuan Can
2022-09-07iommu/omap: Fix buffer overflow in debugfsDan Carpenter
2022-09-07iommu/amd: use full 64-bit value in build_completion_wait()John Sperbeck
2022-09-07iommu/virtio: Do not dereference fwnode in struct deviceAndy Shevchenko
2022-09-07iommu: Do not dereference fwnode in struct deviceAndy Shevchenko
2022-08-23Revert "iommu/of: Delete usage of driver_deferred_probe_check_state()"Saravana Kannan