| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu: Change iommu driver to call io_page_fault trace event | Shuah Khan | 2013-09-25 | 1 | -0/+2 |
* | iommu/fsl: Add additional iommu attributes required by the PAMU driver. | Varun Sethi | 2013-08-14 | 1 | -0/+16 |
*-. | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '... | Joerg Roedel | 2013-05-02 | 1 | -9/+9 |
|\ \ |
|
| | * | iommu: Add a function to find an iommu group by id | Alexey Kardashevskiy | 2013-04-24 | 1 | -0/+1 |
| | * | iommu: Include linux/err.h | Wang YanQing | 2013-04-19 | 1 | -0/+1 |
| |/
|/| |
|
| * | iommu/fsl: Add the window permission flag as a parameter to iommu_window_enab... | Varun Sethi | 2013-04-02 | 1 | -3/+4 |
| * | iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. | Varun Sethi | 2013-04-02 | 1 | -6/+3 |
|/ |
|
* | iommu: Add DOMAIN_ATTR_WINDOWS domain attribute | Joerg Roedel | 2013-02-06 | 1 | -0/+5 |
* | iommu: Add domain window handling functions | Joerg Roedel | 2013-02-06 | 1 | -0/+22 |
* | iommu: Implement DOMAIN_ATTR_PAGING attribute | Joerg Roedel | 2013-02-06 | 1 | -0/+1 |
* | iommu: Make sure DOMAIN_ATTR_MAX is really the maximum | Joerg Roedel | 2013-02-06 | 1 | -1/+1 |
* | iommu: static inline iommu group stub functions | Alex Williamson | 2012-09-25 | 1 | -18/+24 |
* | iommu: Add missing forward declaration in include file | Joerg Roedel | 2012-08-03 | 1 | -0/+1 |
* | iommu: Include linux/types.h | Thierry Reding | 2012-08-03 | 1 | -0/+1 |
*-. | Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai... | Joerg Roedel | 2012-07-23 | 1 | -3/+137 |
|\ \ |
|
| | * | iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attribute | Joerg Roedel | 2012-07-11 | 1 | -0/+8 |
| | * | iommu: Add domain-attribute handlers | Joerg Roedel | 2012-07-11 | 1 | -1/+27 |
| |/
|/| |
|
| * | iommu: IOMMU Groups | Alex Williamson | 2012-06-25 | 1 | -3/+101 |
|/ |
|
* | iommu/core: pass a user-provided token to fault handlers | Ohad Ben-Cohen | 2012-05-22 | 1 | -4/+6 |
* | Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next | Joerg Roedel | 2012-01-09 | 1 | -0/+7 |
|\ |
|
| * | iommu: Fix compile error with !IOMMU_API | Joerg Roedel | 2011-11-15 | 1 | -1/+1 |
| * | iommu: Add iommu_device_group callback and iommu_group sysfs entry | Alex Williamson | 2011-11-15 | 1 | -0/+7 |
* | | iommu/core: split mapping to page sizes as supported by the hardware | Ohad Ben-Cohen | 2011-11-10 | 1 | -3/+17 |
* | | iommu/core: stop converting bytes to page order back and forth | Ohad Ben-Cohen | 2011-11-10 | 1 | -3/+3 |
|/ |
|
*-. | Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '... | Joerg Roedel | 2011-10-21 | 1 | -10/+66 |
|\ \ |
|
| | * | iommu/core: Remove global iommu_ops and register_iommu | Joerg Roedel | 2011-10-21 | 1 | -1/+0 |
| | * | iommu/core: Convert iommu_found to iommu_present | Joerg Roedel | 2011-10-21 | 1 | -2/+2 |
| | * | iommu/core: Add bus_type parameter to iommu_domain_alloc | Joerg Roedel | 2011-10-21 | 1 | -2/+4 |
| | * | Driver core: Add iommu_ops to bus_type | Joerg Roedel | 2011-10-21 | 1 | -0/+2 |
| | * | iommu/core: Define iommu_ops and register_iommu only with CONFIG_IOMMU_API | Joerg Roedel | 2011-10-21 | 1 | -5/+3 |
| |/
|/| |
|
| * | iommu/core: let drivers know if an iommu fault handler isn't installed | Ohad Ben-Cohen | 2011-09-30 | 1 | -1/+5 |
| * | iommu/core: Add fault reporting mechanism | Ohad Ben-Cohen | 2011-09-14 | 1 | -0/+51 |
|/ |
|
* | iommu-api: Add missing header file | Laura Abbott | 2011-06-14 | 1 | -0/+2 |
* | iommu-api: Extension to check for interrupt remapping | Tom Lyon | 2010-07-19 | 1 | -0/+1 |
* | iommu-api: Remove iommu_{un}map_range functions | Joerg Roedel | 2010-03-07 | 1 | -20/+0 |
* | iommu-api: Add ->{un}map callbacks to iommu_ops | Joerg Roedel | 2010-03-07 | 1 | -0/+4 |
* | iommu-api: Add iommu_map and iommu_unmap functions | Joerg Roedel | 2010-03-07 | 1 | -0/+16 |
* | iommu-api: Rename ->{un}map function pointers to ->{un}map_range | Joerg Roedel | 2010-03-07 | 1 | -4/+4 |
* | intel-iommu: VT-d page table to support snooping control bit | Sheng Yang | 2009-03-24 | 1 | -0/+1 |
* | iommu: Add domain_has_cap iommu_ops | Sheng Yang | 2009-03-24 | 1 | -0/+12 |
* | introcude linux/iommu.h for an iommu api | Joerg Roedel | 2009-01-03 | 1 | -0/+112 |