aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams1-1/+1
2015-10-22iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel1-8/+10
2015-10-22iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel1-2/+0
2015-10-22iommu: Add generic_device_group() functionJoerg Roedel1-0/+15
2015-10-22iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel1-2/+6
2015-10-22iommu: Revive device_group iommu-ops call-backJoerg Roedel1-3/+6
2015-08-17scatterlist: use sg_phys()Dan Williams1-1/+1
2015-06-29iommu: Ignore -ENODEV errors from add_device call-backJoerg Roedel1-1/+12
2015-06-19Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'default-domains' and 'core' into nextJoerg Roedel1-27/+346
2015-06-11iommu: Checking for NULL instead of IS_ERRDan Carpenter1-11/+12
2015-06-11iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel1-0/+53
2015-06-09iommu: Add function to query the default domain of a groupJoerg Roedel1-0/+5
2015-06-09iommu: Create direct mappings in default domainsJoerg Roedel1-0/+48
2015-06-09iommu: Introduce direct mapped region handlingJoerg Roedel1-0/+16
2015-06-09iommu: Add iommu_get_domain_for_dev functionJoerg Roedel1-0/+18
2015-06-09iommu: Make sure a device is always attached to a domainJoerg Roedel1-8/+76
2015-06-09iommu: Limit iommu_attach/detach_device to devices with their own groupJoerg Roedel1-4/+67
2015-06-09iommu: Allocate a default domain for iommu groupsJoerg Roedel1-4/+27
2015-06-05iommu: Call remove_device call-back after driver releaseJoerg Roedel1-1/+1
2015-06-05iommu: Clean up after a failed bus initializationJoerg Roedel1-9/+26
2015-06-05iommu: Propagate error in add_iommu_groupJoerg Roedel1-3/+1
2015-06-05iommu: Add a few printk messages to group handling codeJoerg Roedel1-0/+9
2015-06-05iommu: Remove function name from pr_fmt()Joerg Roedel1-1/+1
2015-05-29iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski1-1/+1
2015-03-31iommu: Remove domain_init and domain_free iommu_opsJoerg Roedel1-28/+2
2015-03-31iommu: Only allow iommu_map/unmap for paging domainsJoerg Roedel1-0/+6
2015-03-31iommu: Introduce iommu domain typesJoerg Roedel1-2/+3
2015-03-31iommu: Introduce domain_alloc and domain_free iommu_opsJoerg Roedel1-8/+21
2015-02-04iommu: Update my email addressJoerg Roedel1-1/+1
2015-01-26iommu: Fix trace_map() to report original iova and original sizeShuah Khan1-1/+1
2015-01-19iommu: Change trace unmap api to report unmapped sizeShuah Khan1-1/+1
2015-01-19iommu: Fix trace_unmap() to report original iovaShuah Khan1-1/+2
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-12-02iommu: Decouple iommu_map_sg from CPU page sizeRobin Murphy1-5/+15
2014-12-01iommu: fix initialization without 'add_device' callbackMarek Szyprowski1-1/+1
2014-11-04iommu: Improve error handling when setting bus iommuHeiko Stübner1-2/+16
2014-11-04iommu: Do more input validation in iommu_map_sg()Joerg Roedel1-11/+18
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan1-0/+25
2014-09-25iommu: Fix bus notifier breakageMark Salter1-10/+16
2014-09-25iommu: Rework iommu_group_get_for_pci_dev()Alex Williamson1-67/+96
2014-09-25iommu: Remove iommu_domain_has_cap() API functionJoerg Roedel1-13/+0
2014-09-25iommu: Introduce iommu_capable API functionJoerg Roedel1-3/+15
2014-09-25iommu: Convert iommu-caps from define to enumJoerg Roedel1-1/+1
2014-08-26iommu/core: Make iommu_group_get_for_dev() more robustJoerg Roedel1-3/+5
2014-08-19iommu/core: Check for the right function pointer in iommu_map()Joerg Roedel1-1/+1
2014-07-07iommu: Constify struct iommu_opsThierry Reding1-5/+14
2014-07-04iommu/core: Create central IOMMU group lookup/creation interfaceAlex Williamson1-0/+182
2013-11-01Merge branches 'iommu/fixes', 'tracing', 'core', 'arm/tegra', 'x86/vt-d', 'arm/smmu' and 'arm/shmobile' into nextJoerg Roedel1-3/+3
2013-09-24iommu: No need to pass '0x' when '%pa' is usedFabio Estevam1-3/+3
2013-09-24iommu: Change iommu driver to call unmap trace eventShuah Khan1-0/+1