| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu/arm-smmu: Allow using a threaded handler for context interrupts | Georgi Djakov | 2024-04-18 | 1 | -2/+10 |
* | iommu/arm-smmu: Convert to domain_alloc_paging() | Jason Gunthorpe | 2024-04-18 | 1 | -6/+2 |
*-. | Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel | 2024-03-08 | 1 | -1/+2 |
|\ \ |
|
| | * | iommu: constify of_phandle_args in xlate | Krzysztof Kozlowski | 2024-03-01 | 1 | -1/+2 |
| |/ |
|
* / | Revert "iommu/arm-smmu: Convert to domain_alloc_paging()" | Dmitry Baryshkov | 2024-02-13 | 1 | -11/+6 |
|/ |
|
*-. | Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'... | Joerg Roedel | 2024-01-03 | 1 | -63/+103 |
|\ \ |
|
| | * | iommu: Mark dev_iommu_priv_set() with a lockdep | Jason Gunthorpe | 2023-12-12 | 1 | -1/+0 |
| | * | iommu: Clean up open-coded ownership checks | Robin Murphy | 2023-11-27 | 1 | -8/+1 |
| | * | iommu/arm-smmu: Don't register fwnode for legacy binding | Robin Murphy | 2023-11-27 | 1 | -1/+2 |
| |/
|/| |
|
| * | iommu/arm-smmu: Convert to domain_alloc_paging() | Jason Gunthorpe | 2023-12-13 | 1 | -6/+11 |
| * | iommu/arm-smmu: Pass arm_smmu_domain to internal functions | Jason Gunthorpe | 2023-12-13 | 1 | -12/+10 |
| * | iommu/arm-smmu: Implement IOMMU_DOMAIN_BLOCKED | Jason Gunthorpe | 2023-12-13 | 1 | -3/+25 |
| * | iommu/arm-smmu: Convert to a global static identity domain | Jason Gunthorpe | 2023-12-13 | 1 | -28/+53 |
| * | iommu/arm-smmu: Reorganize arm_smmu_domain_add_master() | Jason Gunthorpe | 2023-12-13 | 1 | -13/+10 |
|/ |
|
* | iommu: Explicitly include correct DT includes | Rob Herring | 2023-08-21 | 1 | -1/+0 |
* | iommu: Use flush queue capability | Robin Murphy | 2023-05-22 | 1 | -2/+1 |
* | iommu: Add a capability for flush queue support | Robin Murphy | 2023-05-22 | 1 | -0/+1 |
*-. | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ... | Joerg Roedel | 2023-04-14 | 1 | -11/+3 |
|\ \ |
|
| | * | iommu/arm-smmu: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-03-31 | 1 | -4/+2 |
| | * | iommu/arm-smmu: Drop if with an always false condition | Uwe Kleine-König | 2023-03-31 | 1 | -6/+0 |
| |/
|/| |
|
| * | iommu: Use of_property_present() for testing DT property presence | Rob Herring | 2023-03-22 | 1 | -1/+1 |
|/ |
|
* | iommu/arm-smmu: Don't unregister on shutdown | Vladimir Oltean | 2023-01-13 | 1 | -8/+14 |
* | iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even betterer | Robin Murphy | 2023-01-13 | 1 | -2/+8 |
* | iommu: Use EINVAL for incompatible device/domain in ->attach_dev | Nicolin Chen | 2022-11-01 | 1 | -3/+0 |
* | iommu: Add gfp parameter to iommu_alloc_resv_region | Lu Baolu | 2022-10-21 | 1 | -1/+1 |
* | iommu/dma: Make header private | Robin Murphy | 2022-09-09 | 1 | -1/+1 |
* | iommu/arm-smmu: Clean up bus_set_iommu() | Robin Murphy | 2022-09-07 | 1 | -82/+2 |
* | iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY better | Robin Murphy | 2022-09-07 | 1 | -5/+4 |
* | iommu: Retire iommu_capable() | Robin Murphy | 2022-09-07 | 1 | -1/+1 |
*-. | Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',... | Joerg Roedel | 2022-07-29 | 1 | -15/+58 |
|\ \ |
|
| | * | iommu: remove the put_resv_regions method | Christoph Hellwig | 2022-07-15 | 1 | -1/+0 |
| | * | iommu: Clean up release_device checks | Robin Murphy | 2022-07-06 | 1 | -11/+3 |
| | * | iommu/arm-smmu: Get associated RMR info and install bypass SMR | Jon Nettleton | 2022-07-06 | 1 | -0/+52 |
| |/
|/| |
|
| * | iommu/arm-smmu-qcom: Add debug support for TLB sync timeouts | Sai Prakash Ranjan | 2022-07-08 | 1 | -3/+3 |
|/ |
|
* | iommu/arm-smmu: Force identity domains for legacy binding | Robin Murphy | 2022-05-10 | 1 | -0/+3 |
* | iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe() | Yang Yingliang | 2022-05-06 | 1 | -3/+2 |
*-. | Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm... | Joerg Roedel | 2022-03-08 | 1 | -58/+55 |
|\ \ |
|
| | * | iommu: Split struct iommu_ops | Lu Baolu | 2022-02-28 | 1 | -9/+11 |
| |/
|/| |
|
| * | iommu/arm-smmu: Account for PMU interrupts | Robin Murphy | 2022-03-07 | 1 | -49/+44 |
|/ |
|
*---. | Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 2021-08-20 | 1 | -33/+56 |
|\ \ \ |
|
| | | * | iommu/arm-smmu: Prepare for multiple DMA domain types | Robin Murphy | 2021-08-18 | 1 | -1/+2 |
| | | * | iommu/io-pgtable: Remove non-strict quirk | Robin Murphy | 2021-08-18 | 1 | -3/+0 |
| | | * | iommu/arm-smmu: Drop IOVA cookie management | Robin Murphy | 2021-08-18 | 1 | -11/+4 |
| | |/
| |/| |
|
| | * | iommu/arm-smmu: Fix missing unlock on error in arm_smmu_device_group() | Yang Yingliang | 2021-08-20 | 1 | -1/+3 |
| | * | iommu/arm-smmu: Optimize ->tlb_flush_walk() for qcom implementation | Sai Prakash Ranjan | 2021-08-13 | 1 | -3/+10 |
| | * | iommu/arm-smmu: Fix race condition during iommu_group creation | Krishna Reddy | 2021-08-10 | 1 | -1/+5 |
| | * | iommu/arm-smmu: Add clk_bulk_{prepare/unprepare} to system pm callbacks | Sai Prakash Ranjan | 2021-08-10 | 1 | -3/+23 |
| |/
|/| |
|
| * | iommu: Streamline iommu_iova_to_phys() | Robin Murphy | 2021-07-26 | 1 | -3/+0 |
| * | iommu/arm-smmu: Implement the map_pages() IOMMU driver callback | Isaac J. Manjarres | 2021-07-26 | 1 | -4/+5 |
| * | iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback | Isaac J. Manjarres | 2021-07-26 | 1 | -4/+5 |
|/ |
|