summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu-v3.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel2020-01-241-150/+450
|\ \
| | * iommu: arm: Use generic_iommu_put_resv_regions()Thierry Reding2019-12-231-10/+1
| |/ |/|
| * iommu/arm-smmu-v3: Return -EBUSY when trying to re-add a deviceWill Deacon2020-01-151-21/+16
| * iommu/arm-smmu-v3: Improve add_device() error handlingJean-Philippe Brucker2020-01-151-7/+21
| * iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STEWill Deacon2020-01-151-1/+2
| * iommu/arm-smmu-v3: Add second level of context descriptor tableJean-Philippe Brucker2020-01-151-8/+134
| * iommu/arm-smmu-v3: Prepare for handling arm_smmu_write_ctx_desc() failureJean-Philippe Brucker2020-01-151-4/+12
| * iommu/arm-smmu-v3: Propagate ssid_bitsJean-Philippe Brucker2020-01-151-3/+16
| * iommu/arm-smmu-v3: Add support for Substream IDsJean-Philippe Brucker2020-01-151-22/+111
| * iommu/arm-smmu-v3: Add context descriptor tables allocatorsJean-Philippe Brucker2020-01-151-13/+34
| * iommu/arm-smmu-v3: Prepare arm_smmu_s1_cfg for SSID supportJean-Philippe Brucker2020-01-151-19/+27
| * iommu/arm-smmu-v3: Parse PASID devicetree property of platform devicesJean-Philippe Brucker2020-01-151-0/+13
| * iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocationJean-Philippe Brucker2020-01-151-5/+4
| * iommu/io-pgtable-arm: Rationalise VTCR handlingWill Deacon2020-01-101-1/+16
| * iommu/io-pgtable-arm: Rationalise TCR handlingRobin Murphy2020-01-101-32/+9
| * iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy2020-01-101-1/+1
| * iommu/arm-smmu-v3: Remove useless of_match_ptr()Masahiro Yamada2020-01-101-1/+1
| * iommu/arm-smmu-v3: Fix resource_size checkMasahiro Yamada2020-01-101-1/+1
| * iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VAShameer Kolothum2020-01-101-0/+1
| * drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops()Will Deacon2020-01-101-1/+0
| * iommu/arm-smmu: Update my email address in MODULE_AUTHOR()Will Deacon2019-12-231-1/+1
| * iommu/arm-smmu-v3: Allow building as a moduleWill Deacon2019-12-231-2/+1
| * iommu/arm-smmu: Support SMMU module probing from the IORTArd Biesheuvel2019-12-231-0/+1
| * iommu/arm-smmu-v3: Unregister IOMMU and bus ops on device removalWill Deacon2019-12-231-21/+43
| * iommu/arm-smmu: Prevent forced unbinding of Arm SMMU driversWill Deacon2019-12-231-2/+3
| * Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"Will Deacon2019-12-231-9/+16
|/
*-. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2019-11-121-6/+6
|\ \
| | * iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-1/+1
| |/ |/|
| * iommu/arm-smmu-v3: Don't display an error when IRQ lines are missingJean-Philippe Brucker2019-11-111-4/+4
| * iommu/io-pgtable-arm: Rationalise MAIR handlingRobin Murphy2019-11-041-1/+1
|/
* Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-7/+2
|\
| * drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose2019-07-301-7/+2
* | iommu/arm-smmu-v3: Fix build error without CONFIG_PCI_ATSYueHaibing2019-09-031-0/+7
* | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2019-08-231-237/+736
|\ \
| * | Revert "iommu/arm-smmu-v3: Disable detection of ATS and PRI"Will Deacon2019-08-221-2/+0
| * | iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATSWill Deacon2019-08-221-5/+32
| * | iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBsWill Deacon2019-08-211-7/+9
| * | iommu/arm-smmu-v3: Rework enabling/disabling of ATS for PCI mastersWill Deacon2019-08-211-19/+28
| * | iommu/arm-smmu-v3: Don't issue CMD_SYNC for zero-length invalidationsWill Deacon2019-08-211-0/+3
| * | iommu/arm-smmu-v3: Remove boolean bitfield for 'ats_enabled' flagWill Deacon2019-08-211-1/+1
| * | iommu/arm-smmu-v3: Disable detection of ATS and PRIWill Deacon2019-08-211-0/+2
| * | iommu/arm-smmu-v3: Document ordering guarantees of command insertionWill Deacon2019-08-211-0/+16
| * | iommu/arm-smmu-v3: Defer TLB invalidation until ->iotlb_sync()Will Deacon2019-08-081-29/+42
| * | iommu/arm-smmu-v3: Reduce contention during command-queue insertionWill Deacon2019-08-081-144/+533
| * | iommu/arm-smmu-v3: Operate directly on low-level queue where possibleWill Deacon2019-07-291-27/+31
| * | iommu/arm-smmu-v3: Move low-level queue fields out of arm_smmu_queueWill Deacon2019-07-291-41/+47
| * | iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macroWill Deacon2019-07-291-6/+6
| * | iommu/arm-smmu-v3: Separate s/w and h/w views of prod and cons indexesWill Deacon2019-07-291-14/+22
| * | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon2019-07-291-1/+2
| * | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon2019-07-291-1/+1