summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2017-04-18iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2-1/+16
2016-03-11iommu/amd: Apply workaround for ATS write permission checkJay Cornwall1-0/+29
2016-03-11iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit1-12/+22
2016-02-28iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang2-2/+2
2015-12-03iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel1-3/+5
2015-11-15iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2-2/+3
2015-07-13iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel1-0/+6
2015-06-28iommu/vt-d: Allow RMRR on graphics devices tooDavid Woodhouse1-1/+6
2015-04-25iommu/vt-d: Detach domain *only* from attached iommusAlex Williamson1-3/+3
2015-01-16iommu/vt-d: Fix dmar_domain leak in iommu_attach_deviceJoerg Roedel1-0/+4
2015-01-16iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu1-5/+3
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-330/+427
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+4
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel17-330/+427
2014-10-02iommu/vt-d: Work around broken RMRR firmware entriesJoerg Roedel1-3/+19
2014-10-02iommu/vt-d: Store bus information in RMRR PCI device pathJoerg Roedel1-0/+1
2014-10-02iommu/vt-d: Only remove domain when device is removedJoerg Roedel1-2/+1
2014-09-25iommu/amd: Fix devid mapping for ivrs_ioapic overrideJoerg Roedel1-6/+15
2014-09-25iommu/irq_remapping: Fix the regression of hpet irq remappingYijing Wang4-7/+14
2014-09-25iommu: Fix bus notifier breakageMark Salter1-10/+16
2014-09-25iommu/amd: Split init_iommu_group() from iommu_init_device()Alex Williamson1-14/+13
2014-09-25iommu: Rework iommu_group_get_for_pci_dev()Alex Williamson1-67/+96
2014-09-25iommu: Make of_device_id array constKiran Padwal4-4/+4
2014-09-25amd_iommu: do not dereference a NULL pointer address.Maurizio Lombardi1-0/+3
2014-09-25iommu/omap: Remove omap_iommu unused owner fieldLaurent Pinchart2-11/+0
2014-09-25iommu: Remove iommu_domain_has_cap() API functionJoerg Roedel1-13/+0
2014-09-25iommu/tegra: Convert to iommu_capable() API functionJoerg Roedel2-8/+6
2014-09-25iommu/msm: Convert to iommu_capable() API functionJoerg Roedel1-4/+3
2014-09-25iommu/vt-d: Convert to iommu_capable() API functionJoerg Roedel1-8/+5
2014-09-25iommu/fsl: Convert to iommu_capable() API functionJoerg Roedel1-3/+2
2014-09-25iommu/arm-smmu: Convert to iommu_capable() API functionJoerg Roedel1-10/+9
2014-09-25iommu/amd: Convert to iommu_capable() API functionJoerg Roedel1-6/+5
2014-09-25iommu: Introduce iommu_capable API functionJoerg Roedel1-3/+15
2014-09-25iommu: Convert iommu-caps from define to enumJoerg Roedel1-1/+1
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-2/+4
2014-09-22iommu/arm-smmu: fix bug in pmd constructionMitchel Humpherys1-0/+1
2014-09-16iommu/arm-smmu: support MMU-401Robin Murphy1-0/+1
2014-09-16iommu/arm-smmu: fix architecture version detectionRobin Murphy1-22/+25
2014-09-16iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITSWill Deacon1-23/+22
2014-09-16iommu/arm-smmu: use page shift instead of page size to avoid divisionWill Deacon1-5/+5
2014-09-16iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommuWill Deacon1-3/+14
2014-09-16iommu/arm-smmu: add support for multi-master iommu groupsWill Deacon1-26/+39
2014-09-16iommu/arm-smmu: allow translation stage to be forced on the cmdlineWill Deacon1-2/+13
2014-09-05iommu/fsl: Fix warning resulting from adding PCI device twiceVarun Sethi1-2/+8
2014-09-05iommu/omap: Fix iommu archdata name for DT-based devicesSuman Anna1-1/+9
2014-09-05iommu/omap: Check for valid archdata in attach_devSuman Anna1-0/+5
2014-09-03Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel1-54/+73
2014-09-02iommu/arm-smmu: fix corner cases in address size calculationsWill Deacon1-2/+9
2014-09-02iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-09-02iommu/arm-smmu: Do not access non-existing S2CR registersOlav Haugan1-7/+21