summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2022-07-12iommu/vt-d: Fix RID2PASID setup/teardown failureLu Baolu3-91/+3
2022-07-12iommu/vt-d: Fix PCI bus rescan device hot addYian Chen1-1/+1
2022-06-29iommu/ipmmu-vmsa: Fix compatible for rcar-gen4Yoshihiro Shimoda1-1/+1
2022-06-14iommu/arm-smmu-v3: check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2022-06-14iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe()Yang Yingliang1-3/+2
2022-06-09iommu/dma: Fix iova map result check bugYunfei Wang1-3/+4
2022-06-09iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+7
2022-06-09iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel1-1/+1
2022-06-09iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen2-0/+13
2022-06-09iommu/arm-smmu-v3-sva: Fix mm use-after-freeJean-Philippe Brucker1-2/+11
2022-06-09iommu/mediatek: Add mutex for m4u_group and m4u_dom in dataYong Wu2-2/+13
2022-06-09iommu/mediatek: Remove clk_disable in mtk_iommu_removeYong Wu1-1/+0
2022-06-09iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu1-2/+1
2022-06-09iommu/mediatek: Fix 2 HW sharing pgtable issueYong Wu1-2/+5
2022-06-09iommu/amd: Do not call sleep while holding spinlockSuravee Suthikulpanit1-1/+11
2022-06-09iommu/amd: Enable swiotlb in all casesMario Limonciello1-7/+0
2022-06-09iommu/vt-d: Add RPLS to quirk list to skip TE disablingTejas Upadhyay1-1/+1
2022-05-04iommu: Make sysfs robust for non-API groupsRobin Murphy1-1/+8
2022-05-04iommu/dart: Add missing module owner to ops structureHector Martin1-0/+1
2022-04-28iommu/dart: check return value after calling platform_get_resource()Yang Yingliang1-5/+4
2022-04-28Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Joerg Roedel2-1/+38
2022-04-28iommu/vt-d: Drop stop marker messagesLu Baolu1-0/+4
2022-04-28iommu/vt-d: Calculate mask for non-aligned flushesDavid Stevens1-3/+24
2022-04-22iommu: arm-smmu: disable large page mappings for Nvidia arm-smmuAshish Mhetre1-0/+30
2022-04-20iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range()Nicolin Chen1-1/+8
2022-04-08iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren1-1/+1
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+5
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-14/+4
2022-03-25Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds32-1897/+573
2022-03-24Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2-1/+75
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-86/+27
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel32-1897/+573
2022-03-08Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel4-74/+61
2022-03-08iommu/amd: Improve amd_iommu_v2_exit()Suravee Suthikulpanit1-17/+17
2022-03-08iommu/amd: Remove unused struct fault.devidVasant Hegde1-1/+0
2022-03-08iommu/amd: Clean up function declarationsVasant Hegde2-5/+1
2022-03-08iommu/amd: Call memunmap in error pathVasant Hegde1-0/+2
2022-03-08iommu/arm-smmu: Account for PMU interruptsRobin Murphy2-52/+46
2022-03-04iommu/vt-d: Enable ATS for the devices in SATC tableYian Chen1-2/+38
2022-03-04iommu/vt-d: Remove unused function intel_svm_capable()YueHaibing1-5/+0
2022-03-04iommu/vt-d: Add missing "__init" for rmrr_sanity_check()Marco Bonelli1-1/+1
2022-03-04iommu/vt-d: Move intel_iommu_ops to header fileAndy Shevchenko1-2/+0
2022-03-04iommu/vt-d: Fix indentation of goto labelsLu Baolu1-2/+2
2022-03-04iommu/vt-d: Remove unnecessary prototypesLu Baolu1-5/+0
2022-03-04iommu/vt-d: Remove unnecessary includesLu Baolu1-27/+7
2022-03-04iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu4-128/+79
2022-03-04iommu/vt-d: Remove domain and devinfo mempoolLu Baolu1-99/+5
2022-03-04iommu/vt-d: Remove iova_cache_get/put()Lu Baolu1-5/+0
2022-03-04iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info()Lu Baolu1-21/+0
2022-03-04iommu/vt-d: Remove intel_iommu::domainsLu Baolu1-65/+3