summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* 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
* iommu: Handle default domain attach failureRobin Murphy2017-07-051-13/+24
* iommu/vt-d: Don't over-free page table directoriesDavid Dillow2017-07-051-1/+1
* iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsKarimAllah Ahmed2017-05-251-1/+4
* iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen2017-03-301-1/+1
* iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj2017-03-121-1/+2
* iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang2017-01-121-0/+19
* iommu/vt-d: Fix pasid table size encodingJacob Pan2017-01-121-1/+22
* iommu/amd: Fix the left value check of cmd bufferHuang Rui2017-01-121-1/+1
* iommu/amd: Missing error code in amd_iommu_init_device()Dan Carpenter2017-01-121-1/+3
* iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2016-12-022-1/+16
* iommu/vt-d: Fix PASID table allocationDavid Woodhouse2016-12-021-11/+17
* iommu/vt-d: Fix dead-locks in disable_dmar_iommu() pathJoerg Roedel2016-11-181-2/+12
* iommu/amd: Free domain id when free a domain of struct dma_ops_domainBaoquan He2016-11-181-0/+3
* Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2016-09-302-2/+4
* iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypassWill Deacon2016-09-071-0/+3
* iommu/arm-smmu: Fix CMDQ error handlingWill Deacon2016-09-071-2/+2
* iommu/dma: Don't put uninitialised IOVA domainsRobin Murphy2016-09-071-1/+2
* iommu/amd: Update Alias-DTE in update_device_table()Joerg Roedel2016-08-201-1/+8
* iommu/amd: Init unity mappings only for dma_ops domainsJoerg Roedel2016-08-201-2/+4
* iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-backJoerg Roedel2016-08-201-8/+17
* iommu/vt-d: Return error code in domain_context_mapping_one()Wei Yang2016-08-201-1/+1
* iommu/exynos: Suppress unbinding to prevent system failureMarek Szyprowski2016-08-201-0/+1
* iommu/amd: Fix unity mapping initialization raceJoerg Roedel2016-07-271-2/+12
* iommu/vt-d: Enable QI on all IOMMUs before setting root entryJoerg Roedel2016-07-271-5/+12