summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2020-01-29iommu: Use right function to get group for deviceLu Baolu
2020-01-23iommu: Remove device link to group on failureJon Derrick
2017-07-05iommu: Handle default domain attach failureRobin Murphy
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'...Joerg Roedel
2016-07-13iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel
2016-07-13iommu: Simplify and fix ida handlingHeiner Kallweit
2016-07-13iommu: Simplify init functionHeiner Kallweit
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz
2016-04-07iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel
2016-02-25iommu: Fix second argument of trace_map() to report correct paddrYoshihiro Shimoda
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams
2015-10-22iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel
2015-10-22iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel
2015-10-22iommu: Add generic_device_group() functionJoerg Roedel
2015-10-22iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel
2015-10-22iommu: Revive device_group iommu-ops call-backJoerg Roedel
2015-08-17scatterlist: use sg_phys()Dan Williams
2015-06-29iommu: Ignore -ENODEV errors from add_device call-backJoerg Roedel
2015-06-19Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Joerg Roedel
2015-06-11iommu: Checking for NULL instead of IS_ERRDan Carpenter
2015-06-11iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel
2015-06-09iommu: Add function to query the default domain of a groupJoerg Roedel
2015-06-09iommu: Create direct mappings in default domainsJoerg Roedel
2015-06-09iommu: Introduce direct mapped region handlingJoerg Roedel
2015-06-09iommu: Add iommu_get_domain_for_dev functionJoerg Roedel
2015-06-09iommu: Make sure a device is always attached to a domainJoerg Roedel
2015-06-09iommu: Limit iommu_attach/detach_device to devices with their own groupJoerg Roedel
2015-06-09iommu: Allocate a default domain for iommu groupsJoerg Roedel
2015-06-05iommu: Call remove_device call-back after driver releaseJoerg Roedel
2015-06-05iommu: Clean up after a failed bus initializationJoerg Roedel
2015-06-05iommu: Propagate error in add_iommu_groupJoerg Roedel
2015-06-05iommu: Add a few printk messages to group handling codeJoerg Roedel
2015-06-05iommu: Remove function name from pr_fmt()Joerg Roedel
2015-05-29iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski
2015-03-31iommu: Remove domain_init and domain_free iommu_opsJoerg Roedel
2015-03-31iommu: Only allow iommu_map/unmap for paging domainsJoerg Roedel
2015-03-31iommu: Introduce iommu domain typesJoerg Roedel
2015-03-31iommu: Introduce domain_alloc and domain_free iommu_opsJoerg Roedel
2015-02-04iommu: Update my email addressJoerg Roedel
2015-01-26iommu: Fix trace_map() to report original iova and original sizeShuah Khan
2015-01-19iommu: Change trace unmap api to report unmapped sizeShuah Khan
2015-01-19iommu: Fix trace_unmap() to report original iovaShuah Khan
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-12-02iommu: Decouple iommu_map_sg from CPU page sizeRobin Murphy
2014-12-01iommu: fix initialization without 'add_device' callbackMarek Szyprowski
2014-11-04iommu: Improve error handling when setting bus iommuHeiko Stübner