Age | Commit message (Expand) | Author |
2020-03-27 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ... | Joerg Roedel |
2020-03-27 | iommu/arm-smmu-v3: Use accessor functions for iommu private data | Joerg Roedel |
2020-03-18 | iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation support | Rob Herring |
2020-03-18 | iommu/arm-smmu-v3: Batch ATC invalidation commands | Rob Herring |
2020-03-18 | iommu/arm-smmu-v3: Batch context descriptor invalidation | Jean-Philippe Brucker |
2020-03-18 | iommu/arm-smmu-v3: Add command queue batching helpers | Jean-Philippe Brucker |
2020-03-18 | iommu/arm-smmu-v3: Write level-1 descriptors atomically | Jean-Philippe Brucker |
2020-03-18 | iommu/arm-smmu-v3: Add support for PCI PASID | Jean-Philippe Brucker |
2020-01-24 | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel |
2020-01-15 | iommu/arm-smmu-v3: Return -EBUSY when trying to re-add a device | Will Deacon |
2020-01-15 | iommu/arm-smmu-v3: Improve add_device() error handling | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE | Will Deacon |
2020-01-15 | iommu/arm-smmu-v3: Add second level of context descriptor table | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Prepare for handling arm_smmu_write_ctx_desc() failure | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Propagate ssid_bits | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Add support for Substream IDs | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Add context descriptor tables allocators | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Prepare arm_smmu_s1_cfg for SSID support | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Parse PASID devicetree property of platform devices | Jean-Philippe Brucker |
2020-01-15 | iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocation | Jean-Philippe Brucker |
2020-01-10 | iommu/io-pgtable-arm: Rationalise VTCR handling | Will Deacon |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TCR handling | Robin Murphy |
2020-01-10 | iommu/io-pgtable-arm: Rationalise TTBRn handling | Robin Murphy |
2020-01-10 | iommu/arm-smmu-v3: Remove useless of_match_ptr() | Masahiro Yamada |
2020-01-10 | iommu/arm-smmu-v3: Fix resource_size check | Masahiro Yamada |
2020-01-10 | iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA | Shameer Kolothum |
2020-01-10 | drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops() | Will Deacon |
2019-12-23 | iommu: arm: Use generic_iommu_put_resv_regions() | Thierry Reding |
2019-12-23 | iommu/arm-smmu: Update my email address in MODULE_AUTHOR() | Will Deacon |
2019-12-23 | iommu/arm-smmu-v3: Allow building as a module | Will Deacon |
2019-12-23 | iommu/arm-smmu: Support SMMU module probing from the IORT | Ard Biesheuvel |
2019-12-23 | iommu/arm-smmu-v3: Unregister IOMMU and bus ops on device removal | Will Deacon |
2019-12-23 | iommu/arm-smmu: Prevent forced unbinding of Arm SMMU drivers | Will Deacon |
2019-12-23 | Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular" | Will Deacon |
2019-11-12 | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel |
2019-11-11 | iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing | Jean-Philippe Brucker |
2019-11-04 | iommu/io-pgtable-arm: Rationalise MAIR handling | Robin Murphy |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy |
2019-09-17 | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-09-03 | iommu/arm-smmu-v3: Fix build error without CONFIG_PCI_ATS | YueHaibing |
2019-08-23 | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel |
2019-08-22 | Revert "iommu/arm-smmu-v3: Disable detection of ATS and PRI" | Will Deacon |
2019-08-22 | iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATS | Will Deacon |
2019-08-21 | iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBs | Will Deacon |
2019-08-21 | iommu/arm-smmu-v3: Rework enabling/disabling of ATS for PCI masters | Will Deacon |
2019-08-21 | iommu/arm-smmu-v3: Don't issue CMD_SYNC for zero-length invalidations | Will Deacon |
2019-08-21 | iommu/arm-smmu-v3: Remove boolean bitfield for 'ats_enabled' flag | Will Deacon |
2019-08-21 | iommu/arm-smmu-v3: Disable detection of ATS and PRI | Will Deacon |
2019-08-21 | iommu/arm-smmu-v3: Document ordering guarantees of command insertion | Will Deacon |
2019-08-08 | iommu/arm-smmu-v3: Defer TLB invalidation until ->iotlb_sync() | Will Deacon |