| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm... | Joerg Roedel | 2016-12-06 | 1 | -0/+53 |
|\ \ |
|
| | * | iommu: Allow taking a reference on a group directly | Robin Murphy | 2016-11-15 | 1 | -0/+13 |
| |/
|/| |
|
| * | iommu: Make of_iommu_set/get_ops() DT agnostic | Lorenzo Pieralisi | 2016-11-29 | 1 | -0/+40 |
|/ |
|
* | iommu: Introduce iommu_fwspec | Robin Murphy | 2016-09-16 | 1 | -0/+58 |
*-. | Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'... | Joerg Roedel | 2016-07-26 | 1 | -22/+10 |
|\ \ |
|
| | * | iommu: Simplify and fix ida handling | Heiner Kallweit | 2016-07-13 | 1 | -18/+6 |
| | * | iommu: Simplify init function | Heiner Kallweit | 2016-07-13 | 1 | -5/+2 |
| |/
|/| |
|
| * | iommu: Add apply_dm_region call-back to iommu-ops | Joerg Roedel | 2016-07-13 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-05-19 | 1 | -10/+12 |
|\ |
|
| * | iommu: Allow selecting page sizes per domain | Robin Murphy | 2016-05-09 | 1 | -10/+12 |
* | | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-05-19 | 1 | -7/+3 |
|\ \
| |/
|/| |
|
| * | PCI: Add support for multiple DMA aliases | Jacek Lawrynowicz | 2016-04-11 | 1 | -7/+3 |
* | | iommu: Don't overwrite domain pointer when there is no default_domain | Joerg Roedel | 2016-04-07 | 1 | -1/+2 |
|/ |
|
* | iommu: Fix second argument of trace_map() to report correct paddr | Yoshihiro Shimoda | 2016-02-25 | 1 | -1/+2 |
* | Revert "scatterlist: use sg_phys()" | Dan Williams | 2015-12-15 | 1 | -1/+1 |
* | iommu: Move default domain allocation to iommu_group_get_for_dev() | Joerg Roedel | 2015-10-22 | 1 | -8/+10 |
* | iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_dev | Joerg Roedel | 2015-10-22 | 1 | -2/+0 |
* | iommu: Add generic_device_group() function | Joerg Roedel | 2015-10-22 | 1 | -0/+15 |
* | iommu: Export and rename iommu_group_get_for_pci_dev() | Joerg Roedel | 2015-10-22 | 1 | -2/+6 |
* | iommu: Revive device_group iommu-ops call-back | Joerg Roedel | 2015-10-22 | 1 | -3/+6 |
* | scatterlist: use sg_phys() | Dan Williams | 2015-08-17 | 1 | -1/+1 |
* | iommu: Ignore -ENODEV errors from add_device call-back | Joerg Roedel | 2015-06-29 | 1 | -1/+12 |
*---. | Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd... | Joerg Roedel | 2015-06-19 | 1 | -27/+346 |
|\ \ \ |
|
| | | * | iommu: Checking for NULL instead of IS_ERR | Dan Carpenter | 2015-06-11 | 1 | -11/+12 |
| | | * | iommu: Introduce iommu_request_dm_for_dev() | Joerg Roedel | 2015-06-11 | 1 | -0/+53 |
| | | * | iommu: Add function to query the default domain of a group | Joerg Roedel | 2015-06-09 | 1 | -0/+5 |
| | | * | iommu: Create direct mappings in default domains | Joerg Roedel | 2015-06-09 | 1 | -0/+48 |
| | | * | iommu: Introduce direct mapped region handling | Joerg Roedel | 2015-06-09 | 1 | -0/+16 |
| | | * | iommu: Add iommu_get_domain_for_dev function | Joerg Roedel | 2015-06-09 | 1 | -0/+18 |
| | | * | iommu: Make sure a device is always attached to a domain | Joerg Roedel | 2015-06-09 | 1 | -8/+76 |
| | | * | iommu: Limit iommu_attach/detach_device to devices with their own group | Joerg Roedel | 2015-06-09 | 1 | -4/+67 |
| | | * | iommu: Allocate a default domain for iommu groups | Joerg Roedel | 2015-06-09 | 1 | -4/+27 |
| | | * | iommu: Call remove_device call-back after driver release | Joerg Roedel | 2015-06-05 | 1 | -1/+1 |
| | | * | iommu: Clean up after a failed bus initialization | Joerg Roedel | 2015-06-05 | 1 | -9/+26 |
| | | * | iommu: Propagate error in add_iommu_group | Joerg Roedel | 2015-06-05 | 1 | -3/+1 |
| | | * | iommu: Add a few printk messages to group handling code | Joerg Roedel | 2015-06-05 | 1 | -0/+9 |
| | | * | iommu: Remove function name from pr_fmt() | Joerg Roedel | 2015-06-05 | 1 | -1/+1 |
| |_|/
|/| | |
|
| * | | iommu: Init iommu-groups support earlier, in core_initcall | Marek Szyprowski | 2015-05-29 | 1 | -1/+1 |
|/ / |
|
* | | iommu: Remove domain_init and domain_free iommu_ops | Joerg Roedel | 2015-03-31 | 1 | -28/+2 |
* | | iommu: Only allow iommu_map/unmap for paging domains | Joerg Roedel | 2015-03-31 | 1 | -0/+6 |
* | | iommu: Introduce iommu domain types | Joerg Roedel | 2015-03-31 | 1 | -2/+3 |
* | | iommu: Introduce domain_alloc and domain_free iommu_ops | Joerg Roedel | 2015-03-31 | 1 | -8/+21 |
|/ |
|
* | iommu: Update my email address | Joerg Roedel | 2015-02-04 | 1 | -1/+1 |
* | iommu: Fix trace_map() to report original iova and original size | Shuah Khan | 2015-01-26 | 1 | -1/+1 |
* | iommu: Change trace unmap api to report unmapped size | Shuah Khan | 2015-01-19 | 1 | -1/+1 |
* | iommu: Fix trace_unmap() to report original iova | Shuah Khan | 2015-01-19 | 1 | -1/+2 |
* | Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-12-16 | 1 | -1/+1 |
|\ |
|
| * | iommu: fix initialization without 'add_device' callback | Marek Szyprowski | 2014-12-01 | 1 | -1/+1 |
* | | iommu: Decouple iommu_map_sg from CPU page size | Robin Murphy | 2014-12-02 | 1 | -5/+15 |
* | | iommu: Improve error handling when setting bus iommu | Heiko Stübner | 2014-11-04 | 1 | -2/+16 |