aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-21iommu/arm-smmu: Don't allocate resources for bypass domainsRobin Murphy1-1/+7
2016-04-21iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMAWill Deacon1-6/+8
2016-02-18iommu/arm-smmu: Treat IOMMU_DOMAIN_DMA as bypass for nowWill Deacon1-0/+7
2016-02-18iommu/arm-smmu: Don't fail device attach if already attached to a domainWill Deacon1-19/+14
2016-02-18iommu/arm-smmu: Allow disabling unmatched stream bypassRobin Murphy1-8/+16
2016-02-18iommu/arm-smmu: Support DMA-API domainsRobin Murphy1-1/+9
2016-02-18iommu/arm-smmu: Treat all device transactions as unprivilegedRobin Murphy1-1/+4
2015-12-17iommu/arm-smmu: Invalidate TLBs properlyRobin Murphy1-3/+13
2015-12-17iommu/io-pgtable: Indicate granule for TLB maintenanceRobin Murphy1-1/+1
2015-12-17iommu/arm-smmu: Correct group reference countPeng Fan1-0/+1
2015-12-17iommu/arm-smmu: Delete an unnecessary check before free_io_pgtable_ops()Markus Elfring1-3/+1
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into nextJoerg Roedel1-57/+75
2015-10-22iommu/arm-smmu: Switch to device_group call-backJoerg Roedel1-31/+46
2015-10-15iommu/arm-smmu: Remove redundant calculation of gr0 base addressWill Deacon1-2/+1
2015-10-14iommu/arm-smmu: ThunderX mis-extends 64bit registersTirumalesh Chalamarla1-23/+27
2015-10-14iommu/arm-smmu: Remove unneeded '0x' annotationFabio Estevam1-1/+1
2015-08-06iommu/arm-smmu: Remove arm_smmu_flush_pgtable()Robin Murphy1-13/+0
2015-08-06iommu/arm-smmu: Clean up DMA API usageRobin Murphy1-16/+6
2015-07-31iommu/arm-smmu: Sort out coherencyRobin Murphy1-3/+17
2015-06-29iommu/arm-smmu: Fix broken ATOS checkWill Deacon1-1/+1
2015-05-29iommu/arm-smmu: Make force_stage module param read-only in sysfsWill Deacon1-1/+1
2015-05-29iommu/arm-smmu: Fix ATS1* register writesRobin Murphy1-11/+10
2015-05-11iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1Will Deacon1-28/+2
2015-04-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' and 'core' into nextJoerg Roedel1-64/+107
2015-03-31iommu/arm-smmu: Make use of domain_alloc and domain_freeJoerg Roedel1-19/+27
2015-03-27iommu/arm-smmu: handle multi-alias IOMMU groups for PCI devicesWill Deacon1-35/+57
2015-03-27iommu/arm-smmu: set a more appropriate DMA maskRobin Murphy1-0/+9
2015-03-27iommu/arm-smmu: ensure CBA2R is initialised before CBAR on SMMUv2Will Deacon1-10/+14
2015-03-23iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS conditionBaptiste Reynal1-3/+6
2015-02-03iommu/arm-smmu: Avoid build warningArnd Bergmann1-1/+1
2015-01-19iommu/arm-smmu: add support for iova_to_phys through ATS1PRMitchel Humpherys1-2/+67
2015-01-19iommu/arm-smmu: don't touch the secure STLBIALL registerMitchel Humpherys1-2/+0
2015-01-19iommu/arm-smmu: make use of generic LPAE allocatorWill Deacon1-623/+263
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-24/+110
2014-11-14iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attributeWill Deacon1-20/+90
2014-11-14iommu/arm-smmu: Play nice on non-ARM/SMMU systemsThierry Reding1-0/+12
2014-11-14iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driverAntonios Motakis1-0/+2
2014-11-14iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXECAntonios Motakis1-4/+5
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan1-0/+1
2014-10-20iommu: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-91/+129
2014-09-25iommu: Make of_device_id array constKiran Padwal1-1/+1
2014-09-25iommu/arm-smmu: Convert to iommu_capable() API functionJoerg Roedel1-10/+9
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