summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu-v3.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/arm-smmu: Move Arm SMMU drivers into their own subdirectoryWill Deacon2020-07-271-4165/+0
* iommu/arm-smmu-v3: Fix trivial typoJohn Garry2020-07-161-1/+1
*---. Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel2020-06-021-56/+66
|\ \ \
| | | * iommu/arm-smmu-v3: Use pci_ats_supported()Jean-Philippe Brucker2020-05-271-13/+7
| | |/ | |/|
| | * iommu/arm-smmu-v3: Manage ASIDs with xarrayJean-Philippe Brucker2020-05-211-9/+18
| | * iommu/arm-smmu-v3: Don't reserve implementation defined register spaceJean-Philippe Brucker2020-05-181-4/+31
| | * iommu/arm-smmu-v3: remove set but not used variable 'smmu'Chen Zhou2020-05-181-2/+0
| |/
| * iommu/arm-smmu: Convert to probe/release_device() call-backsJoerg Roedel2020-05-051-28/+10
|/
*-. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...Joerg Roedel2020-03-271-33/+181
|\ \
| | * iommu/arm-smmu-v3: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-5/+5
| |/ |/|
| * iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation supportRob Herring2020-03-181-2/+67
| * iommu/arm-smmu-v3: Batch ATC invalidation commandsRob Herring2020-03-181-13/+18
| * iommu/arm-smmu-v3: Batch context descriptor invalidationJean-Philippe Brucker2020-03-181-2/+3
| * iommu/arm-smmu-v3: Add command queue batching helpersJean-Philippe Brucker2020-03-181-11/+26
| * iommu/arm-smmu-v3: Write level-1 descriptors atomicallyJean-Philippe Brucker2020-03-181-1/+3
| * iommu/arm-smmu-v3: Add support for PCI PASIDJean-Philippe Brucker2020-03-181-1/+61
|/
*-. 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
|\ \