summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2016-03-22iommu/arm-smmu: Add iommu_dev for dynamic attach casePatrick Daly
2016-03-22iommu-debug: Add proper header file for module_init()Patrick Daly
2016-03-22iommu/io-pgtable-arm: Fix IOMMU_IO_PGTABLE_LPAE_SELFTEST compilationPatrick Daly
2016-03-22iommu/arm-smmu: Restore __arm_smmu_get_pci_sid()Patrick Daly
2016-03-22arm-smmu: Remove PCIE header file dependencyPatrick Daly
2016-03-22iommu/io-pgtable: Add module.h include filePatrick Daly
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/arm-smmu: Switch to device_group call-backJoerg 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-22iommu/arm-smmu: Remove redundant calculation of gr0 base addressWill Deacon
2016-03-22iommu/arm-smmu: ThunderX mis-extends 64bit registersTirumalesh Chalamarla
2016-03-22iommu/io-pgtable-arm: Don't use dma_to_phys()Robin Murphy
2016-03-22scatterlist: use sg_phys()Dan Williams
2016-03-22iommu/io-pgtable-arm: Move init-fn declarations to io-pgtable.hJoerg Roedel
2016-03-22iommu/io-pgtable: Remove flush_pgtable callbackRobin Murphy
2016-03-22iommu/arm-smmu: Remove arm_smmu_flush_pgtable()Robin Murphy
2016-03-22iommu/io-pgtable-arm: Restore selftest_runningPatrick Daly
2016-03-22iommu/io-pgtable-arm: Centralise sync pointsRobin Murphy
2016-03-22iommu/arm-smmu: Clean up DMA API usageRobin Murphy
2016-03-22iommu/io-pgtable-arm: Allow appropriate DMA API useRobin Murphy
2016-03-22iommu/arm-smmu: Sort out coherencyRobin Murphy
2016-03-22iommu/arm-smmu: Fix broken ATOS checkWill Deacon
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/arm-smmu: Make force_stage module param read-only in sysfsWill Deacon
2016-03-22iommu/arm-smmu: Fix ATS1* register writesRobin Murphy
2016-03-22iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski
2016-03-22iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1Will Deacon
2016-03-22iommu: Remove domain_init and domain_free iommu_opsJoerg Roedel
2016-03-22iommu/arm-smmu: Make use of domain_alloc and domain_freeJoerg 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