Age | Commit message (Expand) | Author | Files | Lines |
2015-03-31 | iommu: Remove domain_init and domain_free iommu_ops | Joerg Roedel | 1 | -28/+2 |
2015-03-31 | iommu: Only allow iommu_map/unmap for paging domains | Joerg Roedel | 1 | -0/+6 |
2015-03-31 | iommu: Introduce iommu domain types | Joerg Roedel | 1 | -2/+3 |
2015-03-31 | iommu: Introduce domain_alloc and domain_free iommu_ops | Joerg Roedel | 1 | -8/+21 |
2015-02-04 | iommu: Update my email address | Joerg Roedel | 1 | -1/+1 |
2015-01-26 | iommu: Fix trace_map() to report original iova and original size | Shuah Khan | 1 | -1/+1 |
2015-01-19 | iommu: Change trace unmap api to report unmapped size | Shuah Khan | 1 | -1/+1 |
2015-01-19 | iommu: Fix trace_unmap() to report original iova | Shuah Khan | 1 | -1/+2 |
2014-12-17 | Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2014-12-02 | iommu: Decouple iommu_map_sg from CPU page size | Robin Murphy | 1 | -5/+15 |
2014-12-01 | iommu: fix initialization without 'add_device' callback | Marek Szyprowski | 1 | -1/+1 |
2014-11-04 | iommu: Improve error handling when setting bus iommu | Heiko Stübner | 1 | -2/+16 |
2014-11-04 | iommu: Do more input validation in iommu_map_sg() | Joerg Roedel | 1 | -11/+18 |
2014-11-04 | iommu: Add iommu_map_sg() function | Olav Haugan | 1 | -0/+25 |
2014-09-25 | iommu: Fix bus notifier breakage | Mark Salter | 1 | -10/+16 |
2014-09-25 | iommu: Rework iommu_group_get_for_pci_dev() | Alex Williamson | 1 | -67/+96 |
2014-09-25 | iommu: Remove iommu_domain_has_cap() API function | Joerg Roedel | 1 | -13/+0 |
2014-09-25 | iommu: Introduce iommu_capable API function | Joerg Roedel | 1 | -3/+15 |
2014-09-25 | iommu: Convert iommu-caps from define to enum | Joerg Roedel | 1 | -1/+1 |
2014-08-26 | iommu/core: Make iommu_group_get_for_dev() more robust | Joerg Roedel | 1 | -3/+5 |
2014-08-19 | iommu/core: Check for the right function pointer in iommu_map() | Joerg Roedel | 1 | -1/+1 |
2014-07-07 | iommu: Constify struct iommu_ops | Thierry Reding | 1 | -5/+14 |
2014-07-04 | iommu/core: Create central IOMMU group lookup/creation interface | Alex Williamson | 1 | -0/+182 |
2013-11-01 | Merge branches 'iommu/fixes', 'tracing', 'core', 'arm/tegra', 'x86/vt-d', 'ar... | Joerg Roedel | 1 | -3/+3 |
2013-09-24 | iommu: No need to pass '0x' when '%pa' is used | Fabio Estevam | 1 | -3/+3 |
2013-09-24 | iommu: Change iommu driver to call unmap trace event | Shuah Khan | 1 | -0/+1 |
2013-09-24 | iommu: Change iommu driver to call map trace event | Shuah Khan | 1 | -0/+2 |
2013-09-24 | iommu: Change iommu driver to call detach_device_to_domain trace event | Shuah Khan | 1 | -0/+1 |
2013-09-24 | iommu: Change iommu driver to call attach_device_to_domain trace event | Shuah Khan | 1 | -1/+5 |
2013-09-24 | iommu: Change iommu driver to call remove_device_to_group trace event | Shuah Khan | 1 | -0/+2 |
2013-09-24 | iommu: Change iommu driver to call add_device_to_group trace event | Shuah Khan | 1 | -0/+2 |
2013-09-24 | iommu: Add event tracing feature to iommu | Shuah Khan | 1 | -0/+1 |
2013-06-24 | iommu: Use %pa and %zx instead of casting | Joe Perches | 1 | -13/+10 |
2013-06-23 | iommu: Fix compiler warning on pr_debug | Alex Williamson | 1 | -1/+1 |
2013-06-20 | iommu: Split iommu_unmaps | Alex Williamson | 1 | -28/+35 |
2013-05-02 | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '... | Joerg Roedel | 1 | -4/+33 |
2013-04-24 | iommu: Add a function to find an iommu group by id | Alexey Kardashevskiy | 1 | -0/+29 |
2013-04-02 | iommu/fsl: Add the window permission flag as a parameter to iommu_window_enab... | Varun Sethi | 1 | -2/+3 |
2013-04-02 | iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. | Varun Sethi | 1 | -2/+1 |
2013-02-06 | iommu: Add DOMAIN_ATTR_WINDOWS domain attribute | Joerg Roedel | 1 | -3/+30 |
2013-02-06 | iommu: Add domain window handling functions | Joerg Roedel | 1 | -0/+20 |
2013-02-06 | iommu: Implement DOMAIN_ATTR_PAGING attribute | Joerg Roedel | 1 | -0/+5 |
2013-02-06 | iommu: Check for valid pgsize_bitmap in iommu_map/unmap | Joerg Roedel | 1 | -2/+4 |
2013-01-10 | iommu: moving initialization earlier | Alexey Kardashevskiy | 1 | -1/+1 |
2012-07-23 | Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai... | Joerg Roedel | 1 | -30/+581 |
2012-07-11 | iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attribute | Joerg Roedel | 1 | -3/+16 |
2012-07-11 | iommu: Add domain-attribute handlers | Joerg Roedel | 1 | -0/+20 |
2012-06-25 | iommu: IOMMU Groups | Alex Williamson | 1 | -30/+548 |
2012-05-22 | iommu/core: pass a user-provided token to fault handlers | Ohad Ben-Cohen | 1 | -1/+4 |
2012-01-09 | Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next | Joerg Roedel | 1 | -0/+60 |