summaryrefslogtreecommitdiff
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/omap: Fix buffer overflow in debugfsDan Carpenter2022-10-261-3/+3
* iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loopLiang He2022-08-251-2/+5
* iommu/exynos: Handle failed IOMMU device registration properlySam Protsenko2022-08-251-1/+5
* iommu/vt-d: Fix PCI bus rescan device hot addYian Chen2022-07-121-1/+1
* iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong2022-06-141-4/+7
* iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel2022-06-141-1/+1
* iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu2022-06-141-2/+1
* iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui2022-04-201-0/+1
* iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel2022-02-081-0/+2
* iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()Guoqing Jiang2022-02-081-3/+10
* iommu/iova: Fix race between FQ timeout and teardownXiongfeng Wang2022-01-271-2/+1
* iommu/vt-d: Fix sysfs leak in alloc_iommu()Rolf Eike Beer2021-06-031-1/+3
* iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin2021-03-111-4/+6
* iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit2021-02-101-0/+6
* iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski2021-02-031-1/+2
* iommu/vt-d: Gracefully handle DMAR units with no supported address widthsDavid Woodhouse2021-02-031-14/+30
* iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu2021-01-171-0/+2
* iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsSuravee Suthikulpanit2020-12-111-1/+1
* iommu/amd: Increase interrupt remapping table limit to 512 entriesSuravee Suthikulpanit2020-11-181-1/+5
* iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()Yu Kuai2020-10-141-2/+6
* iommu/vt-d: Serialize IOMMU GCMD register modificationsLu Baolu2020-09-091-2/+8
* iommu/iova: Don't BUG on invalid PFNsRobin Murphy2020-09-031-1/+3
* iommu/omap: Check for failure of a call to omap_iommu_dump_ctxColin Ian King2020-08-211-0/+3
* irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-08-211-0/+8
* irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-292-3/+4
* iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu2020-06-031-1/+1
* iommu/amd: Fix over-read of ACPI UID from IVRS tableAlexander Monakov2020-05-271-4/+5
* iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled systemSuravee Suthikulpanit2020-05-051-1/+1
* iommu/qcom: Fix local_base status checkTang Bin2020-05-051-1/+4
* iommu/amd: Fix the configuration of GCR3 table root pointerAdrian Huang2020-04-241-1/+1
* iommu/vt-d: Fix mm reference leakJacob Pan2020-04-241-3/+4
* iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake2020-03-201-0/+8
* iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan2020-03-201-1/+1
* iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge pageYonghyun Hwang2020-03-201-2/+4
* iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taintHans de Goede2020-03-201-5/+6
* iommu/dma: Fix MSI reservation allocationMarc Zyngier2020-03-201-8/+8
* iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add...Hans de Goede2020-03-201-3/+4
* iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STEWill Deacon2020-02-281-1/+2
* iommu/qcom: Fix bogus detach logicRobin Murphy2020-02-281-16/+12
* iommu/amd: Wait for completion of IOTLB flush in attach_deviceFilippo Sironi2020-01-271-0/+2
* iommu/mediatek: Fix iova_to_phys PA start for 4GB modeYong Wu2020-01-271-1/+25
* iommu/amd: Make iommu_disable saferKevin Mitchell2020-01-271-0/+3
* iommu/vt-d: Duplicate iommu_resv_region objects per device listEric Auger2020-01-271-17/+17
* iommu: Use right function to get group for deviceLu Baolu2020-01-271-3/+3
* iommu/vt-d: Make kernel parameter igfx_off work with vIOMMULu Baolu2020-01-271-1/+4
* iommu: Remove device link to group on failureJon Derrick2020-01-171-0/+1
* iommu/tegra-smmu: Fix page tables in > 4 GiB memoryThierry Reding2020-01-041-5/+6
* iommu/amd: Fix NULL dereference bug in match_hid_uidAaron Ma2019-12-051-2/+6
* iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()Robin Murphy2019-11-241-5/+4
* iommu/iova: Avoid false sharing on fq_timer_onEric Dumazet2019-10-051-1/+3