aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy1-0/+58
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/rockchip', 'arm/smmu' and 'core' into nextJoerg Roedel1-22/+10
2016-07-13iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel1-0/+3
2016-07-13iommu: Simplify and fix ida handlingHeiner Kallweit1-18/+6
2016-07-13iommu: Simplify init functionHeiner Kallweit1-5/+2
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-10/+12
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+3
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy1-10/+12
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz1-7/+3
2016-04-07iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel1-1/+2
2016-02-25iommu: Fix second argument of trace_map() to report correct paddrYoshihiro Shimoda1-1/+2
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