Age | Commit message (Expand) | Author | Files | Lines |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -18/+5 |
2021-12-16 | iommu/arm-smmu-v3: Use msi_get_virq() | Thomas Gleixner | 1 | -16/+3 |
2021-12-16 | platform-msi: Use msi_desc::msi_index | Thomas Gleixner | 1 | -2/+2 |
2021-12-16 | device: Move MSI related data into a struct | Thomas Gleixner | 1 | -1/+1 |
2021-12-15 | Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq" | Zhou Wang | 1 | -3/+2 |
2021-12-14 | iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_ops | Rikard Falkeborn | 1 | -1/+1 |
2021-10-04 | iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd() | Zhen Lei | 1 | -6/+12 |
2021-10-04 | iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master() | Zhen Lei | 1 | -1/+2 |
2021-08-20 | Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 1 | -56/+65 |
2021-08-18 | iommu/arm-smmu: Prepare for multiple DMA domain types | Robin Murphy | 1 | -0/+1 |
2021-08-18 | iommu/io-pgtable: Remove non-strict quirk | Robin Murphy | 1 | -3/+0 |
2021-08-18 | iommu/arm-smmu: Drop IOVA cookie management | Robin Murphy | 1 | -7/+0 |
2021-08-13 | iommu/arm-smmu-v3: Stop pre-zeroing batch commands | John Garry | 1 | -3/+9 |
2021-08-13 | iommu/arm-smmu-v3: Extract reusable function __arm_smmu_cmdq_skip_err() | Zhen Lei | 1 | -2/+7 |
2021-08-13 | iommu/arm-smmu-v3: Add and use static helper function arm_smmu_get_cmdq() | Zhen Lei | 1 | -9/+13 |
2021-08-13 | iommu/arm-smmu-v3: Add and use static helper function arm_smmu_cmdq_issue_cmd... | Zhen Lei | 1 | -16/+19 |
2021-08-13 | iommu/arm-smmu-v3: Use command queue batching helpers to improve performance | Zhen Lei | 1 | -2/+3 |
2021-08-02 | iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callback | Xiang Chen | 1 | -4/+5 |
2021-08-02 | iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callback | Xiang Chen | 1 | -4/+5 |
2021-08-02 | iommu/arm-smmu-v3: Remove some unneeded init in arm_smmu_cmdq_issue_cmdlist() | John Garry | 1 | -3/+3 |
2021-07-26 | iommu: Streamline iommu_iova_to_phys() | Robin Murphy | 1 | -3/+0 |
2021-07-13 | iommu/arm-smmu-v3: Fix fall-through warning for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-06-25 | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel | 3 | -27/+303 |
2021-06-15 | iommu/arm-smmu-v3: Remove unnecessary oom message | Zhen Lei | 1 | -6/+2 |
2021-06-08 | iommu/arm: Cleanup resources in case of probe error path | Amey Narkhede | 1 | -2/+12 |
2021-06-08 | iommu: Drop unnecessary of_iommu.h includes | Rob Herring | 1 | -1/+0 |
2021-06-08 | iommu/arm-smmu-v3: Decrease the queue size of evtq and priq | Zhen Lei | 1 | -2/+3 |
2021-06-08 | iommu/arm-smmu-v3: Ratelimit event dump | Jean-Philippe Brucker | 1 | -1/+3 |
2021-06-08 | iommu/arm-smmu-v3: Add stall support for platform devices | Jean-Philippe Brucker | 3 | -15/+283 |
2021-06-08 | iommu/arm-smmu-v3: Change *array into *const array | Bixuan Cui | 1 | -1/+1 |
2021-04-16 | iommu: Streamline registration interface | Robin Murphy | 1 | -4/+1 |
2021-04-16 | iommu: Statically set module owner | Robin Murphy | 1 | -0/+1 |
2021-04-16 | Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis... | Joerg Roedel | 2 | -104/+155 |
2021-04-07 | iommu/arm-smmu-v3: Remove the unused fields for PREFETCH_CONFIG command | Zenghui Yu | 2 | -4/+0 |
2021-04-07 | iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE | Robin Murphy | 2 | -50/+1 |
2021-04-07 | iommu: remove DOMAIN_ATTR_NESTING | Christoph Hellwig | 1 | -27/+16 |
2021-04-07 | iommu/arm-smmu-v3: Maintain a SID->device structure | Jean-Philippe Brucker | 2 | -30/+141 |
2021-04-07 | iommu/arm-smmu-v3: Use device properties for pasid-num-bits | Jean-Philippe Brucker | 1 | -1/+2 |
2021-03-30 | iommu/arm-smmu-v3: Add a check to avoid invalid iotlb sync | Xiang Chen | 1 | -0/+3 |
2021-03-25 | iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASK | Zhen Lei | 1 | -1/+1 |
2021-02-01 | Merge branch 'for-joerg/mtk' into for-joerg/arm-smmu/updates | Will Deacon | 1 | -1/+1 |
2021-01-27 | iommu: Switch gather->end to the inclusive end | Yong Wu | 1 | -1/+1 |
2021-01-22 | iommu/arm-smmu-v3: Add support for VHE | Jean-Philippe Brucker | 2 | -7/+28 |
2021-01-22 | iommu/arm-smmu-v3: Make BTM optional for SVA | Jean-Philippe Brucker | 3 | -3/+25 |
2021-01-22 | iommu/arm-smmu-v3: Split arm_smmu_tlb_inv_range() | Jean-Philippe Brucker | 1 | -27/+36 |
2021-01-22 | iommu/arm-smmu-v3: Use DEFINE_RES_MEM() to simplify code | Zhen Lei | 1 | -5/+1 |
2021-01-22 | iommu/arm-smmu-v3: Remove the page 1 fixup | Robin Murphy | 2 | -30/+20 |
2020-12-08 | iommu/io-pgtable: Remove tlb_flush_leaf | Robin Murphy | 1 | -7/+0 |
2020-12-08 | Merge branch 'for-next/iommu/svm' into for-next/iommu/core | Will Deacon | 3 | -12/+312 |
2020-11-23 | iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops | Jean-Philippe Brucker | 3 | -3/+33 |