summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
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
2014-11-04iommu: Do more input validation in iommu_map_sg()Joerg Roedel
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan
2014-09-25iommu: Fix bus notifier breakageMark Salter
2014-09-25iommu: Rework iommu_group_get_for_pci_dev()Alex Williamson
2014-09-25iommu: Remove iommu_domain_has_cap() API functionJoerg Roedel
2014-09-25iommu: Introduce iommu_capable API functionJoerg Roedel
2014-09-25iommu: Convert iommu-caps from define to enumJoerg Roedel
2014-08-26iommu/core: Make iommu_group_get_for_dev() more robustJoerg Roedel
2014-08-19iommu/core: Check for the right function pointer in iommu_map()Joerg Roedel
2014-07-07iommu: Constify struct iommu_opsThierry Reding
2014-07-04iommu/core: Create central IOMMU group lookup/creation interfaceAlex Williamson
2013-11-01Merge branches 'iommu/fixes', 'tracing', 'core', 'arm/tegra', 'x86/vt-d', 'ar...Joerg Roedel
2013-09-24iommu: No need to pass '0x' when '%pa' is usedFabio Estevam
2013-09-24iommu: Change iommu driver to call unmap trace eventShuah Khan
2013-09-24iommu: Change iommu driver to call map trace eventShuah Khan
2013-09-24iommu: Change iommu driver to call detach_device_to_domain trace eventShuah Khan
2013-09-24iommu: Change iommu driver to call attach_device_to_domain trace eventShuah Khan
2013-09-24iommu: Change iommu driver to call remove_device_to_group trace eventShuah Khan
2013-09-24iommu: Change iommu driver to call add_device_to_group trace eventShuah Khan
2013-09-24iommu: Add event tracing feature to iommuShuah Khan
2013-06-24iommu: Use %pa and %zx instead of castingJoe Perches
2013-06-23iommu: Fix compiler warning on pr_debugAlex Williamson
2013-06-20iommu: Split iommu_unmapsAlex Williamson
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel
2013-04-24iommu: Add a function to find an iommu group by idAlexey Kardashevskiy
2013-04-02iommu/fsl: Add the window permission flag as a parameter to iommu_window_enab...Varun Sethi
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi
2013-02-06iommu: Add DOMAIN_ATTR_WINDOWS domain attributeJoerg Roedel
2013-02-06iommu: Add domain window handling functionsJoerg Roedel
2013-02-06iommu: Implement DOMAIN_ATTR_PAGING attributeJoerg Roedel
2013-02-06iommu: Check for valid pgsize_bitmap in iommu_map/unmapJoerg Roedel
2013-01-10iommu: moving initialization earlierAlexey Kardashevskiy
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel
2012-07-11iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel
2012-07-11iommu: Add domain-attribute handlersJoerg Roedel
2012-06-25iommu: IOMMU GroupsAlex Williamson
2012-05-22iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel