aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-25iommu: Fix bus notifier breakageMark Salter1-10/+16
2014-09-25iommu: Rework iommu_group_get_for_pci_dev()Alex Williamson1-67/+96
2014-09-25iommu: Remove iommu_domain_has_cap() API functionJoerg Roedel1-13/+0
2014-09-25iommu: Introduce iommu_capable API functionJoerg Roedel1-3/+15
2014-09-25iommu: Convert iommu-caps from define to enumJoerg Roedel1-1/+1
2014-08-26iommu/core: Make iommu_group_get_for_dev() more robustJoerg Roedel1-3/+5
2014-08-19iommu/core: Check for the right function pointer in iommu_map()Joerg Roedel1-1/+1
2014-07-07iommu: Constify struct iommu_opsThierry Reding1-5/+14
2014-07-04iommu/core: Create central IOMMU group lookup/creation interfaceAlex Williamson1-0/+182
2013-11-01Merge branches 'iommu/fixes', 'tracing', 'core', 'arm/tegra', 'x86/vt-d', 'arm/smmu' and 'arm/shmobile' into nextJoerg Roedel1-3/+3
2013-09-24iommu: No need to pass '0x' when '%pa' is usedFabio Estevam1-3/+3
2013-09-24iommu: Change iommu driver to call unmap trace eventShuah Khan1-0/+1
2013-09-24iommu: Change iommu driver to call map trace eventShuah Khan1-0/+2
2013-09-24iommu: Change iommu driver to call detach_device_to_domain trace eventShuah Khan1-0/+1
2013-09-24iommu: Change iommu driver to call attach_device_to_domain trace eventShuah Khan1-1/+5
2013-09-24iommu: Change iommu driver to call remove_device_to_group trace eventShuah Khan1-0/+2
2013-09-24iommu: Change iommu driver to call add_device_to_group trace eventShuah Khan1-0/+2
2013-09-24iommu: Add event tracing feature to iommuShuah Khan1-0/+1
2013-06-24iommu: Use %pa and %zx instead of castingJoe Perches1-13/+10
2013-06-23iommu: Fix compiler warning on pr_debugAlex Williamson1-1/+1
2013-06-20iommu: Split iommu_unmapsAlex Williamson1-28/+35
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into nextJoerg Roedel1-4/+33
2013-04-24iommu: Add a function to find an iommu group by idAlexey Kardashevskiy1-0/+29
2013-04-02iommu/fsl: Add the window permission flag as a parameter to iommu_window_enable API.Varun Sethi1-2/+3
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi1-2/+1
2013-02-06iommu: Add DOMAIN_ATTR_WINDOWS domain attributeJoerg Roedel1-3/+30
2013-02-06iommu: Add domain window handling functionsJoerg Roedel1-0/+20
2013-02-06iommu: Implement DOMAIN_ATTR_PAGING attributeJoerg Roedel1-0/+5
2013-02-06iommu: Check for valid pgsize_bitmap in iommu_map/unmapJoerg Roedel1-2/+4
2013-01-10iommu: moving initialization earlierAlexey Kardashevskiy1-1/+1
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into nextJoerg Roedel1-30/+581
2012-07-11iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel1-3/+16
2012-07-11iommu: Add domain-attribute handlersJoerg Roedel1-0/+20
2012-06-25iommu: IOMMU GroupsAlex Williamson1-30/+548
2012-05-22iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen1-1/+4
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel1-0/+60
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel1-12/+107
2011-12-16iommu: Initialize domain->handler in iommu_domain_alloc()KyongHo Cho1-1/+1
2011-11-15iommu: Add iommu_device_group callback and iommu_group sysfs entryAlex Williamson1-0/+60
2011-11-10iommu/core: remove the temporary pgsize settingsOhad Ben-Cohen1-10/+0
2011-11-10iommu/core: split mapping to page sizes as supported by the hardwareOhad Ben-Cohen1-14/+117
2011-11-10iommu/core: stop converting bytes to page order back and forthOhad Ben-Cohen1-3/+5
2011-10-21Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into nextJoerg Roedel1-25/+89
2011-10-21iommu/core: Remove global iommu_ops and register_iommuJoerg Roedel1-23/+4
2011-10-21iommu/core: Use bus->iommu_ops in the iommu-apiJoerg Roedel1-7/+27
2011-10-21iommu/core: Convert iommu_found to iommu_presentJoerg Roedel1-3/+6
2011-10-21iommu/core: Add bus_type parameter to iommu_domain_allocJoerg Roedel1-1/+13
2011-10-21Driver core: Add iommu_ops to bus_typeJoerg Roedel1-0/+31
2011-09-30iommu/core: let drivers know if an iommu fault handler isn't installedOhad Ben-Cohen1-0/+6
2011-09-26iommu/core: export iommu_set_fault_handler()Ohad Ben-Cohen1-0/+1