summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-01-18iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even bettererRobin Murphy1-2/+8
2023-01-18iommu/arm-smmu: Don't unregister on shutdownVladimir Oltean1-8/+14
2023-01-18iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET1-1/+3
2023-01-18iommu/arm-smmu-v3: Don't unregister on shutdownVladimir Oltean1-1/+3
2023-01-18iommu/iova: Fix alloc iova overflows issueYunfei Wang1-2/+2
2023-01-07iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips1-25/+54
2023-01-07iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips1-0/+7
2023-01-04iommu/mediatek: Fix crash on isr after kexec()Ricardo Ribalda1-1/+1
2022-12-31iommu/mediatek: Fix forever loop in error handlingDan Carpenter1-2/+1
2022-12-31iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITYJason Gunthorpe1-1/+0
2022-12-31iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"Guenter Roeck1-0/+12
2022-12-31iommu/mediatek: Add error path for loop of mm_dts_parseYong Wu1-7/+20
2022-12-31iommu/mediatek: Use component_match_addYong Wu1-6/+4
2022-12-31iommu/mediatek: Add platform_device_put for recovering the device refcntYong Wu1-3/+8
2022-12-31iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()Yuan Can1-1/+1
2022-12-31iommu/amd: Fix pci device refcount leak in ppr_notifier()Yang Yingliang1-0/+1
2022-12-31iommu: Avoid races around device probeRobin Murphy1-6/+22
2022-12-31iommu/mediatek: Check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2022-12-31iommu/rockchip: fix permission bits in page table entries v2Michael Riesch1-6/+4
2022-12-31iommu/sun50i: Implement .iotlb_sync_mapJernej Skrabec1-0/+73
2022-12-31iommu/sun50i: Fix flush sizeJernej Skrabec1-1/+1
2022-12-31iommu/sun50i: Fix R/W permission checkJernej Skrabec1-1/+1
2022-12-31iommu/sun50i: Consider all fault sources for resetJernej Skrabec1-2/+6
2022-12-31iommu/sun50i: Fix reset releaseJernej Skrabec1-1/+2
2022-12-31iommu/s390: Fix duplicate domain attachmentsNiklas Schnelle1-61/+45
2022-12-05iommu/vt-d: Fix buggy QAT device maskJacob Pan1-1/+1
2022-12-02iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()Xiongfeng Wang1-0/+1
2022-12-02iommu/vt-d: Fix PCI device refcount leak in has_external_pci()Xiongfeng Wang1-1/+3
2022-12-02iommu/vt-d: Fix PCI device refcount leak in prq_event_thread()Yang Yingliang1-5/+9
2022-12-02iommu/vt-d: Add a fix for devices need extra dtlb flushJacob Pan3-3/+75
2022-11-19iommu/vt-d: Set SRE bit only when hardware has SRS capTina Zhang1-2/+3
2022-11-19iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entriesTina Zhang1-5/+3
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
2022-09-26iommu/io-pgtable-dart: Add DART PTE support for t6000Sven Peter2-7/+43
2022-09-26iommu/io-pgtable: Add DART subpage protection supportSven Peter1-0/+8
2022-09-26iommu/io-pgtable: Move Apple DART support to its own fileJanne Grunau5-64/+441
2022-09-26iommu/mediatek: Add support for MT6795 Helio X10 M4UsAngeloGioacchino Del Regno1-0/+15