summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2-3/+4
2020-06-03iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu1-1/+1
2020-05-27iommu/amd: Fix over-read of ACPI UID from IVRS tableAlexander Monakov1-4/+5
2020-05-05iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled systemSuravee Suthikulpanit1-1/+1
2020-05-05iommu/qcom: Fix local_base status checkTang Bin1-1/+4
2020-04-24iommu/amd: Fix the configuration of GCR3 table root pointerAdrian Huang1-1/+1
2020-04-24iommu/vt-d: Fix mm reference leakJacob Pan1-3/+4
2020-03-20iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake1-0/+8
2020-03-20iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan1-1/+1
2020-03-20iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge pageYonghyun Hwang1-2/+4
2020-03-20iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taintHans de Goede1-5/+6
2020-03-20iommu/dma: Fix MSI reservation allocationMarc Zyngier1-8/+8
2020-03-20iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add...Hans de Goede1-3/+4
2020-02-28iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STEWill Deacon1-1/+2
2020-02-28iommu/qcom: Fix bogus detach logicRobin Murphy1-16/+12
2020-01-27iommu/amd: Wait for completion of IOTLB flush in attach_deviceFilippo Sironi1-0/+2
2020-01-27iommu/mediatek: Fix iova_to_phys PA start for 4GB modeYong Wu1-1/+25
2020-01-27iommu/amd: Make iommu_disable saferKevin Mitchell1-0/+3
2020-01-27iommu/vt-d: Duplicate iommu_resv_region objects per device listEric Auger1-17/+17
2020-01-27iommu: Use right function to get group for deviceLu Baolu1-3/+3
2020-01-27iommu/vt-d: Make kernel parameter igfx_off work with vIOMMULu Baolu1-1/+4
2020-01-17iommu: Remove device link to group on failureJon Derrick1-0/+1
2020-01-04iommu/tegra-smmu: Fix page tables in > 4 GiB memoryThierry Reding1-5/+6
2019-12-05iommu/amd: Fix NULL dereference bug in match_hid_uidAaron Ma1-2/+6
2019-11-24iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()Robin Murphy1-5/+4
2019-10-05iommu/iova: Avoid false sharing on fq_timer_onEric Dumazet1-1/+3
2019-10-05iommu/amd: Silence warnings under memory pressureQian Cai1-1/+3
2019-09-21iommu/amd: Fix race in increase_address_space()Joerg Roedel1-5/+11
2019-09-21iommu/amd: Flush old domains in kdump kernelStuart Hayes1-0/+24
2019-09-06iommu/dma: Handle SG length overflow betterRobin Murphy1-1/+1
2019-08-25iommu/amd: Move iommu_init_pci() to .init sectionJoerg Roedel1-1/+1
2019-08-04iommu/vt-d: Don't queue_iova() if there is no flush queueDmitry Safonov2-5/+15
2019-07-31iommu: Fix a leak in iommu_insert_resv_regionEric Auger1-3/+5
2019-06-19iommu/arm-smmu: Avoid constant zero in TLBI writesRobin Murphy1-3/+12
2019-06-15iommu/vt-d: Set intel_iommu_gfx_mapped correctlyLu Baolu1-3/+4
2019-05-25iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114Dmitry Osipenko1-7/+18
2019-05-10iommu/amd: Set exclusion range correctlyJoerg Roedel1-1/+1
2019-05-04iommu/amd: Reserve exclusion range in iova-domainJoerg Roedel3-6/+12
2019-04-20iommu/dmar: Fix buffer overflow during PCI bus notificationJulia Cartwright1-1/+1
2019-04-20iommu/vt-d: Check capability before disabling protected memoryLu Baolu1-0/+3
2019-04-05iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tablesNicolas Boichat1-1/+2
2019-03-27iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZEStanislaw Gruszka1-1/+6
2019-03-14iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit1-4/+11
2019-03-14iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar1-1/+1
2019-03-14iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar1-1/+1
2019-02-12iommu/arm-smmu-v3: Use explicit mb() when moving cons pointerWill Deacon1-1/+7
2019-02-12iommu/arm-smmu: Add support for qcom,smmu-v2 variantVivek Gautam1-0/+3
2019-02-12iommu/amd: Fix amd_iommu=force_isolationYu Zhao1-1/+8
2019-02-06iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer1-1/+1
2019-01-13iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta1-2/+2