| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-06-24 | 15 | -954/+4095 |
|\ |
|
| *---------. | Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd... | Joerg Roedel | 2015-06-19 | 16 | -986/+4106 |
| |\ \ \ \ \ \ |
|
| | | | | | | * | iommu: Fix checkpatch warnings for Missing a blank line after declarations | Robert Callicotte | 2015-05-05 | 1 | -0/+4 |
| | | | | | * | | iommu/amd: Handle errors returned from iommu_init_device | Joerg Roedel | 2015-06-11 | 1 | -2/+9 |
| | | | | | * | | iommu: Checking for NULL instead of IS_ERR | Dan Carpenter | 2015-06-11 | 1 | -11/+12 |
| | | | | | * | | iommu/amd: Propagate errors from amd_iommu_init_api | Joerg Roedel | 2015-06-11 | 3 | -5/+6 |
| | | | | | * | | iommu/amd: Remove unused fields from struct dma_ops_domain | Joerg Roedel | 2015-06-11 | 2 | -9/+0 |
| | | | | | * | | iommu/amd: Get rid of device_dma_ops_init() | Joerg Roedel | 2015-06-11 | 1 | -39/+1 |
| | | | | | * | | iommu/amd: Put IOMMUv2 devices in a direct mapped domain | Joerg Roedel | 2015-06-11 | 1 | -1/+14 |
| | | | | | * | | iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocation | Joerg Roedel | 2015-06-11 | 1 | -0/+7 |
| | | | | | * | | iommu/amd: Support IOMMU_DOMAIN_DMA type allocation | Joerg Roedel | 2015-06-11 | 2 | -241/+73 |
| | | | | | * | | iommu/amd: Implement add_device and remove_device | Joerg Roedel | 2015-06-11 | 2 | -178/+63 |
| | | | | | * | | iommu/amd: Use default domain if available for DMA-API | Joerg Roedel | 2015-06-11 | 1 | -0/+7 |
| | | | | | * | | iommu/amd: Implement dm_region call-backs | Joerg Roedel | 2015-06-11 | 1 | -0/+43 |
| | | | | | * | | 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/amd: Handle large pages correctly in free_pagetable | Joerg Roedel | 2015-06-19 | 1 | -0/+6 |
| | | | | * | | | iommu/amd: Handle integer overflow in dma_ops_area_alloc | Joerg Roedel | 2015-05-29 | 1 | -3/+5 |
| | | | * | | | | iommu/vt-d: Don't disable IR when it was previously enabled | Joerg Roedel | 2015-06-16 | 1 | -4/+2 |
| | | | * | | | | iommu/vt-d: Make sure copied over IR entries are not reused | Joerg Roedel | 2015-06-16 | 1 | -0/+10 |
| | | | * | | | | iommu/vt-d: Copy IR table from old kernel when in kdump mode | Joerg Roedel | 2015-06-16 | 1 | -0/+70 |
| | | | * | | | | iommu/vt-d: Set IRTA in intel_setup_irq_remapping | Joerg Roedel | 2015-06-16 | 1 | -5/+14 |
| | | | * | | | | iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remapping | Joerg Roedel | 2015-06-16 | 1 | -3/+3 |
| | | | * | | | | iommu/vt-d: Move QI initializationt to intel_setup_irq_remapping | Joerg Roedel | 2015-06-16 | 1 | -57/+35 |
| | | | * | | | | iommu/vt-d: Move EIM detection to intel_prepare_irq_remapping | Joerg Roedel | 2015-06-16 | 1 | -23/+24 |
| | | | * | | | | iommu/vt-d: Enable Translation only if it was previously disabled | Joerg Roedel | 2015-06-16 | 1 | -1/+3 |
| | | | * | | | | iommu/vt-d: Don't disable translation prior to OS handover | Joerg Roedel | 2015-06-16 | 1 | -7/+0 |
| | | | * | | | | iommu/vt-d: Don't copy translation tables if RTT bit needs to be changed | Joerg Roedel | 2015-06-16 | 1 | -1/+11 |
| | | | * | | | | iommu/vt-d: Don't do early domain assignment if kdump kernel | Joerg Roedel | 2015-06-16 | 1 | -0/+13 |
| | | | * | | | | iommu/vt-d: Allocate si_domain in init_dmars() | Joerg Roedel | 2015-06-16 | 1 | -5/+7 |
| | | | * | | | | iommu/vt-d: Mark copied context entries | Joerg Roedel | 2015-06-16 | 1 | -2/+51 |
| | | | * | | | | iommu/vt-d: Do not re-use domain-ids from the old kernel | Joerg Roedel | 2015-06-16 | 1 | -1/+10 |
| | | | * | | | | iommu/vt-d: Copy translation tables from old kernel | Joerg Roedel | 2015-06-16 | 1 | -2/+205 |
| | | | * | | | | iommu/vt-d: Detect pre enabled translation | Joerg Roedel | 2015-06-16 | 1 | -0/+19 |
| | | | * | | | | iommu/vt-d: Make root entry visible for hardware right after allocation | Joerg Roedel | 2015-06-16 | 1 | -4/+6 |
| | | | * | | | | iommu/vt-d: Init QI before root entry is allocated | Joerg Roedel | 2015-06-16 | 1 | -3/+2 |
| | | | * | | | | iommu/vt-d: Cleanup log messages | Joerg Roedel | 2015-06-16 | 3 | -110/+101 |
| | | * | | | | | iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devices | Will Deacon | 2015-05-29 | 3 | -0/+2684 |
| | | * | | | | | iommu/arm-smmu: Make force_stage module param read-only in sysfs | Will Deacon | 2015-05-29 | 1 | -1/+1 |