aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu/arm-smmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27iommu/arm-smmu: Use accessor functions for iommu private dataJoerg Roedel1-8/+9
2020-03-27iommu/arm-smmu: Refactor master_cfg/fwspec usageRobin Murphy1-20/+22
2020-03-27iommu/arm-smmu: Fix uninitilized variable warningJoerg Roedel1-1/+1
2020-01-24Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-136/+198
2020-01-10iommu/arm-smmu: Improve SMR mask testRobin Murphy1-5/+18
2020-01-10iommu/io-pgtable-arm: Rationalise VTCR handlingWill Deacon1-1/+1
2020-01-10iommu/arm-smmu: Rename public #defines under ARM_SMMU_ namespaceWill Deacon1-74/+83
2020-01-10iommu/io-pgtable-arm: Rationalise TCR handlingRobin Murphy1-3/+4
2020-01-10iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy1-5/+4
2020-01-10iommu/arm-smmu: Fix -Wunused-const-variable warningMasahiro Yamada1-1/+1
2020-01-10drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops()Will Deacon1-1/+0
2019-12-23iommu: arm: Use generic_iommu_put_resv_regions()Thierry Reding1-10/+1
2019-12-23iommu/arm-smmu: Update my email address in MODULE_AUTHOR()Will Deacon1-1/+1
2019-12-23iommu/arm-smmu: Allow building as a moduleWill Deacon1-20/+32
2019-12-23iommu/arm-smmu: Unregister IOMMU and bus ops on device removalWill Deacon1-10/+40
2019-12-23iommu/arm-smmu: Support SMMU module probing from the IORTArd Biesheuvel1-0/+1
2019-12-23iommu/arm-smmu: Prevent forced unbinding of Arm SMMU driversWill Deacon1-3/+4
2019-12-23Revert "iommu/arm-smmu: Make arm-smmu explicitly non-modular"Will Deacon1-13/+19
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm/mediatek', 'arm/tegra', 'arm/smmu', 'x86/amd', 'x86/vt-d', 'virtio' and 'core' into nextJoerg Roedel1-96/+127
2019-11-11iommu/arm-smmu: Remove duplicate error messageJean-Philippe Brucker1-3/+1
2019-11-04iommu/io-pgtable-arm: Rationalise MAIR handlingRobin Murphy1-2/+2
2019-11-04Merge branch 'for-joerg/arm-smmu/fixes' into for-joerg/arm-smmu/updatesWill Deacon1-0/+1
2019-11-01iommu/arm-smmu: Avoid pathological RPM behaviour for unmapsRob Clark1-1/+15
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-1/+1
2019-10-01iommu/arm-smmu: Axe a useless test in 'arm_smmu_master_alloc_smes()'Christophe JAILLET1-2/+0
2019-10-01iommu/arm-smmu: Report USF more clearlyRobin Murphy1-5/+16
2019-10-01iommu/arm-smmu: Remove arm_smmu_flush_opsRobin Murphy1-23/+17
2019-10-01iommu/arm-smmu: Move .tlb_sync method to implementationRobin Murphy1-18/+15
2019-10-01iommu/arm-smmu: Remove "leaf" indirectionRobin Murphy1-13/+16
2019-10-01iommu/arm-smmu: Remove .tlb_inv_range indirectionRobin Murphy1-45/+61
2019-10-01iommu/arm-smmu: Free context bitmap in the err path of arm_smmu_init_domain_contextLiu Xiang1-0/+1
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-7/+2
2019-09-13iommu: pass cell_count = -1 to of_for_each_phandle with cells_nameUwe Kleine-König1-1/+1
2019-08-23Merge branches 'for-joerg/arm-smmu/smmu-v2' and 'for-joerg/arm-smmu/smmu-v3' into for-joerg/arm-smmu/updatesWill Deacon1-24/+70
2019-08-20iommu/arm-smmu: Ensure 64-bit I/O accessors are available on 32-bit CPURobin Murphy1-1/+0
2019-08-19iommu/arm-smmu: Add context init implementation hookRobin Murphy1-42/+9
2019-08-19iommu/arm-smmu: Add reset implementation hookRobin Murphy1-35/+4
2019-08-19iommu/arm-smmu: Add configuration implementation hookRobin Murphy1-14/+3
2019-08-19iommu/arm-smmu: Move Secure access quirk to implementationRobin Murphy1-97/+0
2019-08-19iommu/arm-smmu: Add implementation infrastructureRobin Murphy1-78/+4
2019-08-19iommu/arm-smmu: Rename arm-smmu-regs.hRobin Murphy1-1/+1
2019-08-19iommu/arm-smmu: Abstract GR0 accessesRobin Murphy1-48/+58
2019-08-19iommu/arm-smmu: Abstract context bank accessesRobin Murphy1-65/+73
2019-08-19iommu/arm-smmu: Abstract GR1 accessesRobin Murphy1-7/+27
2019-08-19iommu/arm-smmu: Get rid of weird "atomic" writeRobin Murphy1-16/+7
2019-08-19iommu/arm-smmu: Split arm_smmu_tlb_inv_range_nosync()Robin Murphy1-28/+36
2019-08-19iommu/arm-smmu: Rework cb_base handlingRobin Murphy1-10/+15
2019-08-19iommu/arm-smmu: Convert context bank registers to bitfieldsRobin Murphy1-8/+8
2019-08-19iommu/arm-smmu: Convert GR1 registers to bitfieldsRobin Murphy1-9/+9