aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iommu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-14/+2
2018-07-06iommu: Enable debugfs exposure of IOMMU driver internalsGary R Hook1-0/+7
2018-02-13iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit1-7/+7
2017-09-27iommu: Fix comment for iommu_ops.map_sgJean-Philippe Brucker1-1/+1
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel1-3/+52
2017-08-30iommu: Introduce Interface for IOMMU TLB FlushingJoerg Roedel1-1/+49
2017-08-15iommu: Add is_attach_deferred call-back to iommu-opsBaoquan He1-0/+1
2017-08-15iommu: Fix wrong freeing of iommu_device->devJoerg Roedel1-1/+11
2017-07-26iommu: Correct iommu_map / iommu_unmap prototypesDmitry Osipenko1-2/+2
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-51/+25
2017-04-29iommu: Remove trace-events include from iommu.hJoerg Roedel1-2/+0
2017-04-27iommu: Move report_iommu_fault() to iommu.cJoerg Roedel1-39/+2
2017-04-27iommu: Include device.h in iommu.hJoerg Roedel1-2/+4
2017-04-06iommu: Better document the IOMMU_PRIV flagRobin Murphy1-4/+7
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy1-5/+13
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-35/+103
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel1-7/+0
2017-02-10iommu: Add iommu_device_set_fwnode() interfaceJoerg Roedel1-0/+12
2017-02-10iommu: Make iommu_device_link/unlink take a struct iommu_deviceJoerg Roedel1-2/+2
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel1-15/+18
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel1-0/+35
2017-02-10iommu: Rename iommu_get_instance()Joerg Roedel1-2/+2
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/coreJoerg Roedel1-0/+7
2017-01-23iommu: iommu_get_group_resv_regionsEric Auger1-0/+8
2017-01-23iommu: iommu_alloc_resv_regionEric Auger1-0/+2
2017-01-23iommu: Add a new type field in iommu_resv_regionEric Auger1-0/+7
2017-01-23iommu: Rename iommu_dm_regions into iommu_resv_regionsEric Auger1-14/+15
2017-01-19iommu: add IOMMU_PRIV attributeMitchel Humpherys1-0/+7
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm/exynos' into nextJoerg Roedel1-0/+15
2016-11-29iommu: Make of_iommu_set/get_ops() DT agnosticLorenzo Pieralisi1-0/+14
2016-11-15iommu: Allow taking a reference on a group directlyRobin Murphy1-0/+1
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy1-0/+39
2016-07-13iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel1-0/+3
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc/pamu', 'core' and 'x86/amd' into nextJoerg Roedel1-5/+2
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy1-1/+2
2016-05-09iommu: remove unused priv field from struct iommu_opsWill Deacon1-2/+0
2016-04-07iommu: Add MMIO mapping typeRobin Murphy1-0/+1
2016-04-05iommu: provide of_xlate pointer unconditionallyArnd Bergmann1-2/+0
2016-01-29iommu: Update struct iommu_ops commentsMagnus Damm1-4/+12
2015-10-22iommu: Add generic_device_group() functionJoerg Roedel1-0/+2
2015-10-22iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel1-0/+3
2015-10-22iommu: Revive device_group iommu-ops call-backJoerg Roedel1-1/+1
2015-10-15iommu: Implement common IOMMU ops for DMA mappingRobin Murphy1-0/+1
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss1-1/+1
2015-06-11iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel1-0/+6
2015-06-09iommu: Add function to query the default domain of a groupJoerg Roedel1-0/+1
2015-06-09iommu: Introduce direct mapped region handlingJoerg Roedel1-0/+31
2015-06-09iommu: Add iommu_get_domain_for_dev functionJoerg Roedel1-0/+6
2015-03-31iommu: Remove domain_init and domain_free iommu_opsJoerg Roedel1-3/+0
2015-03-31iommu: Introduce iommu domain typesJoerg Roedel1-1/+26