aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c
AgeCommit message (Expand)Author
2023-02-22iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2021-07-20iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translationXiyu Yang
2021-07-20iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get failsXiyu Yang
2019-10-01iommu/arm-smmu: Free context bitmap in the err path of arm_smmu_init_domain_c...Liu Xiang
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-13iommu: pass cell_count = -1 to of_for_each_phandle with cells_nameUwe Kleine-König
2019-08-23Merge branches 'for-joerg/arm-smmu/smmu-v2' and 'for-joerg/arm-smmu/smmu-v3' ...Will Deacon
2019-08-20iommu/arm-smmu: Ensure 64-bit I/O accessors are available on 32-bit CPURobin Murphy
2019-08-19iommu/arm-smmu: Add context init implementation hookRobin Murphy
2019-08-19iommu/arm-smmu: Add reset implementation hookRobin Murphy
2019-08-19iommu/arm-smmu: Add configuration implementation hookRobin Murphy
2019-08-19iommu/arm-smmu: Move Secure access quirk to implementationRobin Murphy
2019-08-19iommu/arm-smmu: Add implementation infrastructureRobin Murphy
2019-08-19iommu/arm-smmu: Rename arm-smmu-regs.hRobin Murphy
2019-08-19iommu/arm-smmu: Abstract GR0 accessesRobin Murphy
2019-08-19iommu/arm-smmu: Abstract context bank accessesRobin Murphy
2019-08-19iommu/arm-smmu: Abstract GR1 accessesRobin Murphy
2019-08-19iommu/arm-smmu: Get rid of weird "atomic" writeRobin Murphy
2019-08-19iommu/arm-smmu: Split arm_smmu_tlb_inv_range_nosync()Robin Murphy
2019-08-19iommu/arm-smmu: Rework cb_base handlingRobin Murphy
2019-08-19iommu/arm-smmu: Convert context bank registers to bitfieldsRobin Murphy
2019-08-19iommu/arm-smmu: Convert GR1 registers to bitfieldsRobin Murphy
2019-08-19iommu/arm-smmu: Convert GR0 registers to bitfieldsRobin Murphy
2019-08-19iommu/arm-smmu: Mask TLBI address correctlyRobin Murphy
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon
2019-07-29iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-01Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2019-06-25iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flagWill Deacon
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose
2019-06-14Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-06-12iommu/arm-smmu: Avoid constant zero in TLBI writesRobin Murphy
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-04-23iommu/arm-smmu: Log CBFRSYNRA register on context faultVivek Gautam
2019-04-05iommu/arm-smmu: Break insecure users by disabling bypass by defaultDouglas Anderson
2019-02-11iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel
2018-12-17iommu/arm-smmu: Use helper functions to access dev->iommu_fwspecJoerg Roedel
2018-12-10iommu/arm-smmu: Add support for qcom,smmu-v2 variantVivek Gautam
2018-12-10iommu/arm-smmu: Add the device_link between masters and smmuSricharan R
2018-12-10iommu/arm-smmu: Invoke pm_runtime across the driverSricharan R
2018-12-10iommu/arm-smmu: Add pm_runtime/sleep opsSricharan R
2018-12-03iommu/arm-smmu: Make arm-smmu explicitly non-modularPaul Gortmaker