summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-01-29iommu/amd: Wait for completion of IOTLB flush in attach_deviceFilippo Sironi1-0/+2
2020-01-29iommu/amd: Make iommu_disable saferKevin Mitchell1-0/+3
2020-01-29iommu: Use right function to get group for deviceLu Baolu1-3/+3
2020-01-29iommu/vt-d: Make kernel parameter igfx_off work with vIOMMULu Baolu1-1/+4
2020-01-23iommu: 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-08-25iommu/amd: Move iommu_init_pci() to .init sectionJoerg Roedel1-1/+1
2019-06-22iommu/vt-d: Set intel_iommu_gfx_mapped correctlyLu Baolu1-3/+4
2019-06-11iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114Dmitry Osipenko1-7/+18
2019-05-16iommu/amd: Set exclusion range correctlyJoerg Roedel1-1/+1
2019-04-27iommu/dmar: Fix buffer overflow during PCI bus notificationJulia Cartwright1-1/+1
2019-04-27iommu/vt-d: Check capability before disabling protected memoryLu Baolu1-0/+3
2019-03-23iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit1-4/+11
2019-02-20iommu/arm-smmu-v3: Use explicit mb() when moving cons pointerWill Deacon1-1/+7
2019-01-13iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta1-2/+2
2018-12-13iommu/vt-d: Use memunmap to free memremapPan Bian1-1/+1
2018-12-13iommu/ipmmu-vmsa: Fix crash on early domain freeGeert Uytterhoeven1-0/+3
2018-12-13iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()Lu Baolu1-1/+1
2018-09-26iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer registerMiao Zhong1-0/+1
2018-09-19iommu/ipmmu-vmsa: Fix allocation in atomic contextGeert Uytterhoeven1-5/+4
2018-09-09iommu/vt-d: Fix dev iotlb pfsid useJacob Pan2-4/+19
2018-09-09iommu/vt-d: Add definitions for PFSIDJacob Pan1-0/+1
2018-06-16x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+1
2018-04-24iommu/vt-d: Fix a potential memory leakLu Baolu1-0/+1
2018-03-24iommu/vt-d: clean up pr_irq if request_threaded_irq failsJerry Snitselaar1-3/+6
2018-03-24iommu/omap: Register driver before setting IOMMU opsSuman Anna1-3/+18
2018-03-22iommu/iova: Fix underflow bug in __alloc_and_insert_iova_rangeNate Watterson1-1/+1
2018-01-17iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker1-3/+5
2017-12-16iommu/vt-d: Fix scatterlist offset handlingRobin Murphy1-3/+5
2017-11-15iommu/arm-smmu-v3: Clear prior settings when updating STEsNate Watterson1-8/+2
2017-10-18iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel1-0/+1
2017-10-08iommu/io-pgtable-arm: Check for leaf entry before dereferencing itOleksandr Tyshchenko1-1/+5
2017-07-05iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian1-1/+1
2017-07-05iommu: Handle default domain attach failureRobin Murphy1-13/+24
2017-07-05iommu/vt-d: Don't over-free page table directoriesDavid Dillow1-1/+1
2017-05-25iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsKarimAllah Ahmed1-1/+4
2017-03-30iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen1-1/+1
2017-03-12iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj1-1/+2
2017-01-12iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang1-0/+19
2017-01-12iommu/vt-d: Fix pasid table size encodingJacob Pan1-1/+22
2017-01-12iommu/amd: Fix the left value check of cmd bufferHuang Rui1-1/+1
2017-01-12iommu/amd: Missing error code in amd_iommu_init_device()Dan Carpenter1-1/+3
2016-12-02iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2-1/+16
2016-12-02iommu/vt-d: Fix PASID table allocationDavid Woodhouse1-11/+17
2016-11-18iommu/vt-d: Fix dead-locks in disable_dmar_iommu() pathJoerg Roedel1-2/+12
2016-11-18iommu/amd: Free domain id when free a domain of struct dma_ops_domainBaoquan He1-0/+3
2016-09-30Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2-2/+4
2016-09-07iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypassWill Deacon1-0/+3
2016-09-07iommu/arm-smmu: Fix CMDQ error handlingWill Deacon1-2/+2
2016-09-07iommu/dma: Don't put uninitialised IOVA domainsRobin Murphy1-1/+2