summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* 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-16/+26
* 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-121-2/+8
* iommu/omap: Check for failure of a call to omap_iommu_dump_ctxColin Ian King2020-08-211-0/+3
* iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu2020-06-031-1/+1
* iommu/dma: Respect IOMMU aperture when allocatingRobin Murphy2020-05-101-4/+7
* iommu/amd: Fix the configuration of GCR3 table root pointerAdrian Huang2020-04-241-1/+1
* 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/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/amd: Wait for completion of IOTLB flush in attach_deviceFilippo Sironi2020-01-291-0/+2
* iommu/amd: Make iommu_disable saferKevin Mitchell2020-01-291-0/+3
* iommu: Use right function to get group for deviceLu Baolu2020-01-291-3/+3
* iommu/vt-d: Make kernel parameter igfx_off work with vIOMMULu Baolu2020-01-291-1/+4
* iommu: Remove device link to group on failureJon Derrick2020-01-231-0/+1
* iommu/tegra-smmu: Fix page tables in > 4 GiB memoryThierry Reding2020-01-041-5/+6
* iommu/amd: Move iommu_init_pci() to .init sectionJoerg Roedel2019-08-251-1/+1
* iommu/vt-d: Set intel_iommu_gfx_mapped correctlyLu Baolu2019-06-221-3/+4
* iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114Dmitry Osipenko2019-06-111-7/+18
* iommu/amd: Set exclusion range correctlyJoerg Roedel2019-05-161-1/+1
* iommu/dmar: Fix buffer overflow during PCI bus notificationJulia Cartwright2019-04-271-1/+1
* iommu/vt-d: Check capability before disabling protected memoryLu Baolu2019-04-271-0/+3
* iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit2019-03-231-4/+11
* iommu/arm-smmu-v3: Use explicit mb() when moving cons pointerWill Deacon2019-02-201-1/+7
* iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta2019-01-131-2/+2
* iommu/vt-d: Use memunmap to free memremapPan Bian2018-12-131-1/+1
* iommu/ipmmu-vmsa: Fix crash on early domain freeGeert Uytterhoeven2018-12-131-0/+3
* iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()Lu Baolu2018-12-131-1/+1
* iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer registerMiao Zhong2018-09-261-0/+1
* iommu/ipmmu-vmsa: Fix allocation in atomic contextGeert Uytterhoeven2018-09-191-5/+4
* iommu/vt-d: Fix dev iotlb pfsid useJacob Pan2018-09-092-4/+19
* iommu/vt-d: Add definitions for PFSIDJacob Pan2018-09-091-0/+1
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2018-06-161-1/+1
* iommu/vt-d: Fix a potential memory leakLu Baolu2018-04-241-0/+1
* iommu/vt-d: clean up pr_irq if request_threaded_irq failsJerry Snitselaar2018-03-241-3/+6
* iommu/omap: Register driver before setting IOMMU opsSuman Anna2018-03-241-3/+18
* iommu/iova: Fix underflow bug in __alloc_and_insert_iova_rangeNate Watterson2018-03-221-1/+1
* iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker2018-01-171-3/+5
* iommu/vt-d: Fix scatterlist offset handlingRobin Murphy2017-12-161-3/+5
* iommu/arm-smmu-v3: Clear prior settings when updating STEsNate Watterson2017-11-151-8/+2
* iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel2017-10-181-0/+1
* iommu/io-pgtable-arm: Check for leaf entry before dereferencing itOleksandr Tyshchenko2017-10-081-1/+5
* iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian2017-07-051-1/+1