summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Fix scatterlist offset handlingRobin Murphy2017-12-161-3/+5
* iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel2017-10-181-0/+1
* iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian2017-07-051-1/+1
* iommu/vt-d: Don't over-free page table directoriesDavid Dillow2017-07-051-1/+1
* iommu/vt-d: Remove unused variableAlex Williamson2017-04-301-1/+0
* iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen2017-04-221-1/+1
* iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2017-04-182-1/+16
* iommu/amd: Apply workaround for ATS write permission checkJay Cornwall2016-03-111-0/+29
* iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit2016-03-111-12/+22
* iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang2016-02-272-2/+2
* iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel2015-12-021-3/+5
* iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2015-11-152-2/+3
* iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel2015-07-131-0/+6
* iommu/vt-d: Allow RMRR on graphics devices tooDavid Woodhouse2015-06-281-1/+6
* iommu/vt-d: Detach domain *only* from attached iommusAlex Williamson2015-04-241-3/+3
* iommu/vt-d: Fix dmar_domain leak in iommu_attach_deviceJoerg Roedel2015-01-161-0/+4
* iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu2015-01-161-5/+3
* Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-1517-330/+427
|\
| *---------. Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel2014-10-0217-330/+427
| |\ \ \ \ \ \
| | | | | | | * iommu/irq_remapping: Fix the regression of hpet irq remappingYijing Wang2014-09-254-7/+14
| | | | | | | * iommu: Fix bus notifier breakageMark Salter2014-09-251-10/+16
| | | | | | | * iommu/amd: Split init_iommu_group() from iommu_init_device()Alex Williamson2014-09-251-14/+13
| | | | | | | * iommu: Rework iommu_group_get_for_pci_dev()Alex Williamson2014-09-251-67/+96
| | | | | | | * iommu: Make of_device_id array constKiran Padwal2014-09-254-4/+4
| | | | | | | * iommu: Remove iommu_domain_has_cap() API functionJoerg Roedel2014-09-251-13/+0
| | | | | | | * iommu/tegra: Convert to iommu_capable() API functionJoerg Roedel2014-09-252-8/+6
| | | | | | | * iommu/msm: Convert to iommu_capable() API functionJoerg Roedel2014-09-251-4/+3
| | | | | | | * iommu/vt-d: Convert to iommu_capable() API functionJoerg Roedel2014-09-251-8/+5
| | | | | | | * iommu/fsl: Convert to iommu_capable() API functionJoerg Roedel2014-09-251-3/+2
| | | | | | | * iommu/arm-smmu: Convert to iommu_capable() API functionJoerg Roedel2014-09-251-10/+9
| | | | | | | * iommu/amd: Convert to iommu_capable() API functionJoerg Roedel2014-09-251-6/+5
| | | | | | | * iommu: Introduce iommu_capable API functionJoerg Roedel2014-09-251-3/+15
| | | | | | | * iommu: Convert iommu-caps from define to enumJoerg Roedel2014-09-251-1/+1
| | |_|_|_|_|/ | |/| | | | |
| | | | | | * iommu/amd: Fix devid mapping for ivrs_ioapic overrideJoerg Roedel2014-09-251-6/+15
| | | | | | * amd_iommu: do not dereference a NULL pointer address.Maurizio Lombardi2014-09-251-0/+3
| | | | | | * iommu/amd: Remove device binding reference countJoerg Roedel2014-08-261-3/+0
| | | | | | * iommu/amd: Attach and detach complete alias groupJoerg Roedel2014-08-261-26/+20
| | | | | | * iommu/amd: Keep a list of devices in an alias groupJoerg Roedel2014-08-261-0/+6
| | | | | | * iommu/amd: Move struct iommu_dev_data to amd_iommu.cJoerg Roedel2014-08-262-21/+21
| | | | | * | iommu/vt-d: Work around broken RMRR firmware entriesJoerg Roedel2014-10-021-3/+19
| | | | | * | iommu/vt-d: Store bus information in RMRR PCI device pathJoerg Roedel2014-10-021-0/+1
| | | | | * | iommu/vt-d: Only remove domain when device is removedJoerg Roedel2014-10-021-2/+1
| | | | | * | iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-191-1/+1
| | | | | * | iommu/vt-d: Don't store SIRTP requestJan Kiszka2014-08-191-2/+1
| | | | * | | iommu/arm-smmu: fix bug in pmd constructionMitchel Humpherys2014-09-221-0/+1
| | | | * | | iommu/arm-smmu: support MMU-401Robin Murphy2014-09-161-0/+1
| | | | * | | iommu/arm-smmu: fix architecture version detectionRobin Murphy2014-09-161-22/+25
| | | | * | | iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITSWill Deacon2014-09-161-23/+22
| | | | * | | iommu/arm-smmu: use page shift instead of page size to avoid divisionWill Deacon2014-09-161-5/+5
| | | | * | | iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommuWill Deacon2014-09-161-3/+14