Age | Commit message (Expand) | Author | Files | Lines |
2020-06-02 | Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',... | Joerg Roedel | 1 | -56/+66 |
2020-05-27 | iommu/arm-smmu-v3: Use pci_ats_supported() | Jean-Philippe Brucker | 1 | -13/+7 |
2020-05-21 | iommu/arm-smmu-v3: Manage ASIDs with xarray | Jean-Philippe Brucker | 1 | -9/+18 |
2020-05-18 | iommu/arm-smmu-v3: Don't reserve implementation defined register space | Jean-Philippe Brucker | 1 | -4/+31 |
2020-05-18 | iommu/arm-smmu-v3: remove set but not used variable 'smmu' | Chen Zhou | 1 | -2/+0 |
2020-05-05 | iommu/arm-smmu: Convert to probe/release_device() call-backs | Joerg Roedel | 1 | -28/+10 |
2020-03-27 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ... | Joerg Roedel | 1 | -33/+181 |
2020-03-27 | iommu/arm-smmu-v3: Use accessor functions for iommu private data | Joerg Roedel | 1 | -5/+5 |
2020-03-18 | iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation support | Rob Herring | 1 | -2/+67 |
2020-03-18 | iommu/arm-smmu-v3: Batch ATC invalidation commands | Rob Herring | 1 | -13/+18 |
2020-03-18 | iommu/arm-smmu-v3: Batch context descriptor invalidation | Jean-Philippe Brucker | 1 | -2/+3 |
2020-03-18 | iommu/arm-smmu-v3: Add command queue batching helpers | Jean-Philippe Brucker | 1 | -11/+26 |
2020-03-18 | iommu/arm-smmu-v3: Write level-1 descriptors atomically | Jean-Philippe Brucker | 1 | -1/+3 |
2020-03-18 | iommu/arm-smmu-v3: Add support for PCI PASID | Jean-Philippe Brucker | 1 | -1/+61 |
2020-01-24 | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 1 | -150/+450 |
2020-01-15 | iommu/arm-smmu-v3: Return -EBUSY when trying to re-add a device | Will Deacon | 1 | -21/+16 |
2020-01-15 | iommu/arm-smmu-v3: Improve add_device() error handling | Jean-Philippe Brucker | 1 | -7/+21 |
2020-01-15 | iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE | Will Deacon | 1 | -1/+2 |
2020-01-15 | iommu/arm-smmu-v3: Add second level of context descriptor table | Jean-Philippe Brucker | 1 | -8/+134 |
2020-01-15 | iommu/arm-smmu-v3: Prepare for handling arm_smmu_write_ctx_desc() failure | Jean-Philippe Brucker | 1 | -4/+12 |
2020-01-15 | iommu/arm-smmu-v3: Propagate ssid_bits | Jean-Philippe Brucker | 1 | -3/+16 |
2020-01-15 | iommu/arm-smmu-v3: Add support for Substream IDs | Jean-Philippe Brucker | 1 | -22/+111 |
2020-01-15 | iommu/arm-smmu-v3: Add context descriptor tables allocators | Jean-Philippe Brucker | 1 | -13/+34 |
2020-01-15 | iommu/arm-smmu-v3: Prepare arm_smmu_s1_cfg for SSID support | Jean-Philippe Brucker | 1 | -19/+27 |
2020-01-15 | iommu/arm-smmu-v3: Parse PASID devicetree property of platform devices | Jean-Philippe Brucker | 1 | -0/+13 |
2020-01-15 | iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocation | Jean-Philippe Brucker | 1 | -5/+4 |
2020-01-10 | iommu/io-pgtable-arm: Rationalise VTCR handling | Will Deacon | 1 | -1/+16 |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TCR handling | Robin Murphy | 1 | -32/+9 |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy | 1 | -1/+1 |
2020-01-10 | iommu/arm-smmu-v3: Remove useless of_match_ptr() | Masahiro Yamada | 1 | -1/+1 |
2020-01-10 | iommu/arm-smmu-v3: Fix resource_size check | Masahiro Yamada | 1 | -1/+1 |
2020-01-10 | iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA | Shameer Kolothum | 1 | -0/+1 |
2020-01-10 | drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops() | Will Deacon | 1 | -1/+0 |
2019-12-23 | iommu: arm: Use generic_iommu_put_resv_regions() | Thierry Reding | 1 | -10/+1 |
2019-12-23 | iommu/arm-smmu: Update my email address in MODULE_AUTHOR() | Will Deacon | 1 | -1/+1 |
2019-12-23 | iommu/arm-smmu-v3: Allow building as a module | Will Deacon | 1 | -2/+1 |
2019-12-23 | iommu/arm-smmu: Support SMMU module probing from the IORT | Ard Biesheuvel | 1 | -0/+1 |
2019-12-23 | iommu/arm-smmu-v3: Unregister IOMMU and bus ops on device removal | Will Deacon | 1 | -21/+43 |
2019-12-23 | iommu/arm-smmu: Prevent forced unbinding of Arm SMMU drivers | Will Deacon | 1 | -2/+3 |
2019-12-23 | Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular" | Will Deacon | 1 | -9/+16 |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 1 | -6/+6 |
2019-11-11 | iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing | Jean-Philippe Brucker | 1 | -4/+4 |
2019-11-04 | iommu/io-pgtable-arm: Rationalise MAIR handling | Robin Murphy | 1 | -1/+1 |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy | 1 | -1/+1 |
2019-09-17 | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+2 |
2019-09-03 | iommu/arm-smmu-v3: Fix build error without CONFIG_PCI_ATS | YueHaibing | 1 | -0/+7 |
2019-08-23 | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 1 | -237/+736 |
2019-08-22 | Revert "iommu/arm-smmu-v3: Disable detection of ATS and PRI" | Will Deacon | 1 | -2/+0 |
2019-08-22 | iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATS | Will Deacon | 1 | -5/+32 |
2019-08-21 | iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBs | Will Deacon | 1 | -7/+9 |