Age | Commit message (Expand) | Author |
2022-07-06 | iommu: Make .release_device optional | Robin Murphy |
2022-02-28 | iommu: Split struct iommu_ops | Lu Baolu |
2022-02-14 | iommu: Remove trivial ops->capable implementations | Robin Murphy |
2021-04-16 | iommu: Streamline registration interface | Robin Murphy |
2021-01-27 | iommu: Switch gather->end to the inclusive end | Yong Wu |
2021-01-27 | iommu: Add iova and size as parameters in iotlb_sync_map | Yong Wu |
2020-06-30 | iommu/tegra: Use dev_iommu_priv_get/set() | Joerg Roedel |
2020-05-05 | iommu/tegra: Convert to probe/release_device() call-backs | Joerg Roedel |
2020-03-27 | iommu/tegra-gart: Remove direct access of dev->iommu_fwspec | Joerg Roedel |
2019-10-15 | iommu: Add gfp parameter to iommu_ops::map | Tom Murphy |
2019-07-29 | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner |
2019-01-16 | iommu/tegra: gart: Perform code refactoring | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Simplify clients-tracking code | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Don't detach devices from inactive domains | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Prepend error/debug messages with "gart:" | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Don't use managed resources | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Allow only one active domain at a time | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Fix NULL pointer dereference | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Fix spinlock recursion | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Integrate with Memory Controller driver | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Optimize mapping / unmapping performance | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Ignore devices without IOMMU phandle in DT | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Clean up driver probe errors handling | Dmitry Osipenko |
2019-01-16 | iommu/tegra: gart: Remove pr_fmt and clean up includes | Dmitry Osipenko |
2018-12-03 | iommu/tegra: Make it explicitly non-modular | Paul Gortmaker |
2018-08-08 | iommu: Remove the ->map_sg indirection | Christoph Hellwig |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook |
2018-05-03 | iommu/tegra: gart: Fix gart_iommu_unmap() | Dmitry Osipenko |
2018-05-03 | iommu/tegra: gart: Add debugging facility | Dmitry Osipenko |
2017-08-17 | iommu/tegra-gart: Add support for struct iommu_device | Joerg Roedel |
2017-08-10 | iommu/tegra-gart: Add iommu_group support | Robin Murphy |
2015-04-02 | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ... | Joerg Roedel |
2015-03-31 | iommu/tegra: gart: Set aperture at domain initialization time | Thierry Reding |
2015-03-31 | iommu/tegra-gart: Make use of domain_alloc and domain_free | Joerg Roedel |
2015-01-26 | iommu/tegra: gart: Provide default ->map_sg() callback | Thierry Reding |
2015-01-26 | iommu/tegra: gart: Do not register with bus | Thierry Reding |
2014-10-20 | iommu: drop owner assignment from platform_drivers | Wolfram Sang |
2014-09-25 | iommu: Make of_device_id array const | Kiran Padwal |
2014-09-25 | iommu/tegra: Convert to iommu_capable() API function | Joerg Roedel |
2014-07-07 | iommu: Constify struct iommu_ops | Thierry Reding |
2013-11-01 | iommu/tegra-gart: Staticize tegra_gart_pm_ops | Sachin Kamat |
2013-09-24 | iommu/tegra: gart: cleanup devm_* functions usage | Wei Yongjun |
2013-09-24 | iommu/tegra: Print phys_addr_t using %pa | Thierry Reding |
2013-05-02 | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '... | Joerg Roedel |
2013-05-02 | iommu/tegra: Fix printk formats for dma_addr_t | Varun Sethi |
2013-04-02 | iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. | Varun Sethi |
2013-02-19 | iommu/tegra: assume CONFIG_OF in gart driver | Stephen Warren |
2013-01-03 | Drivers: iommu: remove __dev* attributes. | Greg Kroah-Hartman |
2012-11-28 | iommu/tegra: gart: Move bus_set_iommu after probe for multi arch | Hiroshi Doyu |