summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2017-07-10Merge android-4.4@64a73ff (v4.4.76) into msm-4.4Blagovest Kolenichev
2017-07-05iommu: Handle default domain attach failureRobin Murphy
2017-05-25iommu: iommu-debug: Rework CONFIG_IOMMU_DEBUG_TRACKINGPatrick Daly
2017-05-02iommu/iommu-debug: Add validation support for per-buffer coherent mappingsSudarshan Rajagopalan
2017-01-04iommu: support querying IOVA coherencyLiam Mark
2016-07-22Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4Trilok Soni
2016-05-20iommu: Support dynamic pgsize_bitmapMitchel Humpherys
2016-05-18iommu/iommu-debug: Maintain list of domains during allocSusheel Khiani
2016-04-20iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel
2016-03-23iommu: Add NULL pointer check in iommu_present functionSusheel Khiani
2016-03-22Revert "scatterlist: use sg_phys()"Dan Williams
2016-03-22iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel
2016-03-22iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel
2016-03-22iommu: Add generic_device_group() functionJoerg Roedel
2016-03-22iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel
2016-03-22iommu: Revive device_group iommu-ops call-backJoerg Roedel
2016-03-22scatterlist: use sg_phys()Dan Williams
2016-03-22iommu: Ignore -ENODEV errors from add_device call-backJoerg Roedel
2016-03-22iommu: Checking for NULL instead of IS_ERRDan Carpenter
2016-03-22iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel
2016-03-22iommu: Add function to query the default domain of a groupJoerg Roedel
2016-03-22iommu: Create direct mappings in default domainsJoerg Roedel
2016-03-22iommu: Introduce direct mapped region handlingJoerg Roedel
2016-03-22iommu: Add iommu_get_domain_for_dev functionJoerg Roedel
2016-03-22iommu: Make sure a device is always attached to a domainJoerg Roedel
2016-03-22iommu: Limit iommu_attach/detach_device to devices with their own groupJoerg Roedel
2016-03-22iommu: Allocate a default domain for iommu groupsJoerg Roedel
2016-03-22iommu: Call remove_device call-back after driver releaseJoerg Roedel
2016-03-22iommu: Clean up after a failed bus initializationJoerg Roedel
2016-03-22iommu: Propagate error in add_iommu_groupJoerg Roedel
2016-03-22iommu: Add a few printk messages to group handling codeJoerg Roedel
2016-03-22iommu: Remove function name from pr_fmt()Joerg Roedel
2016-03-22iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski
2016-03-22iommu: Remove domain_init and domain_free iommu_opsJoerg Roedel
2016-03-22iommu: Only allow iommu_map/unmap for paging domainsJoerg Roedel
2016-03-22iommu: Introduce iommu domain typesJoerg Roedel
2016-03-22iommu: Introduce domain_alloc and domain_free iommu_opsJoerg Roedel
2016-03-22iommu: Update my email addressJoerg Roedel
2016-03-22iommu: Fix trace_map() to report original iova and original sizeShuah Khan
2016-03-22iommu: Change trace unmap api to report unmapped sizeShuah Khan
2016-03-22iommu: Fix trace_unmap() to report original iovaShuah Khan
2016-03-22iommu: Decouple iommu_map_sg from CPU page sizeRobin Murphy
2016-03-22iommu: fix initialization without 'add_device' callbackMarek Szyprowski
2016-03-22iommu: Improve error handling when setting bus iommuHeiko Stübner
2016-03-22iommu: Do more input validation in iommu_map_sg()Joerg Roedel
2016-03-22iommu: Add iommu_reg_read and iommu_reg_writeMitchel Humpherys
2016-03-22iommu: Add flags parameter to .trigger_faultMitchel Humpherys
2016-03-22iommu: Create iommu debugfs directory from IOMMU codeMitchel Humpherys
2016-03-22iommu: Add iommu_trigger_faultMitchel Humpherys
2016-03-22iommu: Add iommu_iova_to_phys_hardMitchel Humpherys