Age | Commit message (Expand) | Author | Files | Lines |
2022-10-21 | iommu: Add gfp parameter to iommu_alloc_resv_region | Lu Baolu | 1 | -3/+4 |
2022-09-26 | Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'... | Joerg Roedel | 1 | -92/+83 |
2022-09-11 | iommu: Fix false ownership failure on AMD systems with PASID activated | Jason Gunthorpe | 1 | -2/+19 |
2022-09-09 | iommu/dma: Make header private | Robin Murphy | 1 | -1/+2 |
2022-09-07 | iommu: Clean up bus_set_iommu() | Robin Murphy | 1 | -24/+0 |
2022-09-07 | iommu: Move bus setup to IOMMU device registration | Robin Murphy | 1 | -25/+30 |
2022-09-07 | iommu: Always register bus notifiers | Robin Murphy | 1 | -35/+37 |
2022-09-07 | iommu: Retire iommu_capable() | Robin Murphy | 1 | -10/+1 |
2022-09-07 | iommu: Remove duplicate ida_free in iommu_group_alloc | Yuan Can | 1 | -1/+0 |
2022-09-07 | iommu: Do not dereference fwnode in struct device | Andy Shevchenko | 1 | -1/+1 |
2022-08-06 | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -0/+4 |
2022-07-26 | iommu: Explicitly skip bus address marked segments in __iommu_map_sg() | Logan Gunthorpe | 1 | -0/+4 |
2022-07-15 | iommu: remove the put_resv_regions method | Christoph Hellwig | 1 | -17/+4 |
2022-07-15 | iommu: remove iommu_dev_feature_enabled | Christoph Hellwig | 1 | -13/+0 |
2022-07-06 | iommu: Make .release_device optional | Robin Murphy | 1 | -2/+4 |
2022-07-06 | iommu: Use dev_iommu_ops() for probe_finalize | Robin Murphy | 1 | -1/+2 |
2022-07-06 | iommu: Introduce a callback to struct iommu_resv_region | Shameer Kolothum | 1 | -5/+11 |
2022-06-22 | iommu: Directly use ida_alloc()/free() | Ke Liu | 1 | -3/+3 |
2022-05-20 | Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu... | Joerg Roedel | 1 | -103/+260 |
2022-05-13 | iommu: iommu_group_claim_dma_owner() must always assign a domain | Jason Gunthorpe via iommu | 1 | -36/+91 |
2022-05-04 | iommu: Make sysfs robust for non-API groups | Robin Murphy | 1 | -1/+8 |
2022-04-28 | iommu: Remove iommu group changes notifier | Lu Baolu | 1 | -75/+0 |
2022-04-28 | iommu: Add DMA ownership management interfaces | Lu Baolu | 1 | -3/+150 |
2022-04-28 | iommu: Introduce device_iommu_capable() | Robin Murphy | 1 | -0/+23 |
2022-02-28 | iommu: Split struct iommu_ops | Lu Baolu | 1 | -9/+10 |
2022-02-28 | iommu: Remove unused argument in is_attach_deferred | Lu Baolu | 1 | -9/+6 |
2022-02-28 | iommu: Use right way to retrieve iommu_ops | Lu Baolu | 1 | -25/+25 |
2022-02-28 | iommu: Remove apply_resv_region | Lu Baolu | 1 | -3/+0 |
2022-02-28 | iommu: Remove aux-domain related interfaces and iommu_ops | Lu Baolu | 1 | -46/+0 |
2022-02-28 | iommu: Remove guest pasid related interfaces and definitions | Lu Baolu | 1 | -210/+0 |
2022-01-31 | iommu: Fix some W=1 warnings | John Garry | 1 | -12/+12 |
2022-01-31 | iommu: Fix potential use-after-free during probe | Vijayanand Jitta | 1 | -2/+7 |
2021-12-06 | iommu: Extend mutex lock scope in iommu_probe_device() | Lu Baolu | 1 | -1/+2 |
2021-11-04 | Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+1 |
2021-10-04 | treewide: Replace the use of mem_encrypt_active() with cc_platform_has() | Tom Lendacky | 1 | -1/+2 |
2021-09-28 | iommu/dma: Unexport IOVA cookie management | Robin Murphy | 1 | -2/+1 |
2021-09-03 | Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -52/+143 |
2021-09-02 | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -8/+7 |
2021-08-20 | Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 1 | -52/+146 |
2021-08-18 | iommu: Allow enabling non-strict mode dynamically | Robin Murphy | 1 | -4/+13 |
2021-08-18 | iommu: Merge strictness and domain type configs | Robin Murphy | 1 | -1/+1 |
2021-08-18 | iommu: Only log strictness for DMA domains | Robin Murphy | 1 | -4/+5 |
2021-08-18 | iommu: Expose DMA domain strictness via sysfs | Robin Murphy | 1 | -0/+2 |
2021-08-18 | iommu: Express DMA strictness via the domain type | Robin Murphy | 1 | -9/+5 |
2021-08-18 | iommu: Introduce explicit type for non-strict DMA domains | Robin Murphy | 1 | -2/+6 |
2021-08-18 | iommu: Pull IOVA cookie management into the core | Robin Murphy | 1 | -0/+7 |
2021-08-10 | iommu: Fix race condition during default domain allocation | Ashish Mhetre | 1 | -0/+2 |
2021-08-09 | iommu: return full error code from iommu_map_sg[_atomic]() | Logan Gunthorpe | 1 | -8/+7 |
2021-08-02 | iommu: Check if group is NULL before remove device | Frank Wunderlich | 1 | -0/+3 |
2021-07-26 | iommu: Streamline iommu_iova_to_phys() | Robin Murphy | 1 | -1/+4 |