Age | Commit message (Expand) | Author | Files | Lines |
2017-09-01 | Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/... | Joerg Roedel | 1 | -3/+52 |
2017-08-30 | iommu: Introduce Interface for IOMMU TLB Flushing | Joerg Roedel | 1 | -1/+49 |
2017-08-15 | iommu: Add is_attach_deferred call-back to iommu-ops | Baoquan He | 1 | -0/+1 |
2017-08-15 | iommu: Fix wrong freeing of iommu_device->dev | Joerg Roedel | 1 | -1/+11 |
2017-07-26 | iommu: Correct iommu_map / iommu_unmap prototypes | Dmitry Osipenko | 1 | -2/+2 |
2017-05-04 | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel | 1 | -51/+25 |
2017-04-29 | iommu: Remove trace-events include from iommu.h | Joerg Roedel | 1 | -2/+0 |
2017-04-27 | iommu: Move report_iommu_fault() to iommu.c | Joerg Roedel | 1 | -39/+2 |
2017-04-27 | iommu: Include device.h in iommu.h | Joerg Roedel | 1 | -2/+4 |
2017-04-06 | iommu: Better document the IOMMU_PRIV flag | Robin Murphy | 1 | -4/+7 |
2017-03-22 | iommu: Disambiguate MSI region types | Robin Murphy | 1 | -5/+13 |
2017-02-10 | Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m... | Joerg Roedel | 1 | -35/+103 |
2017-02-10 | iommu: Remove iommu_register_instance interface | Joerg Roedel | 1 | -7/+0 |
2017-02-10 | iommu: Add iommu_device_set_fwnode() interface | Joerg Roedel | 1 | -0/+12 |
2017-02-10 | iommu: Make iommu_device_link/unlink take a struct iommu_device | Joerg Roedel | 1 | -2/+2 |
2017-02-10 | iommu: Add sysfs bindings for struct iommu_device | Joerg Roedel | 1 | -15/+18 |
2017-02-10 | iommu: Introduce new 'struct iommu_device' | Joerg Roedel | 1 | -0/+35 |
2017-02-10 | iommu: Rename iommu_get_instance() | Joerg Roedel | 1 | -2/+2 |
2017-01-30 | Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/... | Joerg Roedel | 1 | -0/+7 |
2017-01-23 | iommu: iommu_get_group_resv_regions | Eric Auger | 1 | -0/+8 |
2017-01-23 | iommu: iommu_alloc_resv_region | Eric Auger | 1 | -0/+2 |
2017-01-23 | iommu: Add a new type field in iommu_resv_region | Eric Auger | 1 | -0/+7 |
2017-01-23 | iommu: Rename iommu_dm_regions into iommu_resv_regions | Eric Auger | 1 | -14/+15 |
2017-01-19 | iommu: add IOMMU_PRIV attribute | Mitchel Humpherys | 1 | -0/+7 |
2016-12-06 | Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm... | Joerg Roedel | 1 | -0/+15 |
2016-11-29 | iommu: Make of_iommu_set/get_ops() DT agnostic | Lorenzo Pieralisi | 1 | -0/+14 |
2016-11-15 | iommu: Allow taking a reference on a group directly | Robin Murphy | 1 | -0/+1 |
2016-09-16 | iommu: Introduce iommu_fwspec | Robin Murphy | 1 | -0/+39 |
2016-07-13 | iommu: Add apply_dm_region call-back to iommu-ops | Joerg Roedel | 1 | -0/+3 |
2016-05-09 | Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc... | Joerg Roedel | 1 | -5/+2 |
2016-05-09 | iommu: Allow selecting page sizes per domain | Robin Murphy | 1 | -1/+2 |
2016-05-09 | iommu: remove unused priv field from struct iommu_ops | Will Deacon | 1 | -2/+0 |
2016-04-07 | iommu: Add MMIO mapping type | Robin Murphy | 1 | -0/+1 |
2016-04-05 | iommu: provide of_xlate pointer unconditionally | Arnd Bergmann | 1 | -2/+0 |
2016-01-29 | iommu: Update struct iommu_ops comments | Magnus Damm | 1 | -4/+12 |
2015-10-22 | iommu: Add generic_device_group() function | Joerg Roedel | 1 | -0/+2 |
2015-10-22 | iommu: Export and rename iommu_group_get_for_pci_dev() | Joerg Roedel | 1 | -0/+3 |
2015-10-22 | iommu: Revive device_group iommu-ops call-back | Joerg Roedel | 1 | -1/+1 |
2015-10-15 | iommu: Implement common IOMMU ops for DMA mapping | Robin Murphy | 1 | -0/+1 |
2015-07-18 | include, lib: add __printf attributes to several function prototypes | Nicolas Iooss | 1 | -1/+1 |
2015-06-11 | iommu: Introduce iommu_request_dm_for_dev() | Joerg Roedel | 1 | -0/+6 |
2015-06-09 | iommu: Add function to query the default domain of a group | Joerg Roedel | 1 | -0/+1 |
2015-06-09 | iommu: Introduce direct mapped region handling | Joerg Roedel | 1 | -0/+31 |
2015-06-09 | iommu: Add iommu_get_domain_for_dev function | Joerg Roedel | 1 | -0/+6 |
2015-03-31 | iommu: Remove domain_init and domain_free iommu_ops | Joerg Roedel | 1 | -3/+0 |
2015-03-31 | iommu: Introduce iommu domain types | Joerg Roedel | 1 | -1/+26 |
2015-03-31 | iommu: Introduce domain_alloc and domain_free iommu_ops | Joerg Roedel | 1 | -0/+5 |
2014-12-17 | Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+8 |
2014-12-02 | Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm... | Joerg Roedel | 1 | -1/+24 |
2014-12-01 | iommu: add new iommu_ops callback for adding an OF device | Will Deacon | 1 | -0/+6 |