aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-19iommu/arm-smmu: Convert GR0 registers to bitfieldsRobin Murphy1-25/+26
2019-08-19iommu/arm-smmu: Mask TLBI address correctlyRobin Murphy1-1/+1
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose1-7/+2
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon1-1/+2
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon1-1/+1
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon1-8/+9
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon1-31/+57
2019-07-29iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon1-0/+24
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-2/+3
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon1-4/+4
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-07-01Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel1-3/+1
2019-06-25iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flagWill Deacon1-3/+1
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-1/+1
2019-06-14Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-3/+12
2019-06-12iommu/arm-smmu: Avoid constant zero in TLBI writesRobin Murphy1-3/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-04-23iommu/arm-smmu: Log CBFRSYNRA register on context faultVivek Gautam1-3/+5
2019-04-05iommu/arm-smmu: Break insecure users by disabling bypass by defaultDouglas Anderson1-1/+2
2019-02-11iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring1-1/+1
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-35/+174
2018-12-17iommu/arm-smmu: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-6/+6
2018-12-10iommu/arm-smmu: Add support for qcom,smmu-v2 variantVivek Gautam1-0/+3
2018-12-10iommu/arm-smmu: Add the device_link between masters and smmuSricharan R1-0/+3
2018-12-10iommu/arm-smmu: Invoke pm_runtime across the driverSricharan R1-10/+98
2018-12-10iommu/arm-smmu: Add pm_runtime/sleep opsSricharan R1-3/+55
2018-12-03iommu/arm-smmu: Make arm-smmu explicitly non-modularPaul Gortmaker1-19/+13
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-27/+79
2018-10-01iommu/arm-smmu: Support non-strict modeRobin Murphy1-27/+66
2018-10-01iommu/arm-smmu: Ensure that page-table updates are visible before TLBIWill Deacon1-0/+6