Age | Commit message (Expand) | Author | Files | Lines |
2015-07-08 | iommu/arm-smmu: Fix the index calculation of strtab | Zhen Lei | 1 | -1/+1 |
2015-07-01 | Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -14/+30 |
2015-07-01 | iommu/amd: Introduce protection_domain_init() function | Joerg Roedel | 1 | -10/+16 |
2015-06-29 | iommu/arm-smmu: Delete an unnecessary check before the function call "free_io... | Markus Elfring | 1 | -2/+1 |
2015-06-29 | iommu/arm-smmu: Fix broken ATOS check | Will Deacon | 1 | -1/+1 |
2015-06-29 | iommu: Ignore -ENODEV errors from add_device call-back | Joerg Roedel | 1 | -1/+12 |
2015-06-26 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+3 |
2015-06-26 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -1/+110 |
2015-06-23 | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 15 | -954/+4095 |
2015-06-22 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -746/+711 |
2015-06-19 | Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd... | Joerg Roedel | 16 | -986/+4106 |
2015-06-19 | iommu/amd: Handle large pages correctly in free_pagetable | Joerg Roedel | 1 | -0/+6 |
2015-06-16 | iommu/vt-d: Don't disable IR when it was previously enabled | Joerg Roedel | 1 | -4/+2 |
2015-06-16 | iommu/vt-d: Make sure copied over IR entries are not reused | Joerg Roedel | 1 | -0/+10 |
2015-06-16 | iommu/vt-d: Copy IR table from old kernel when in kdump mode | Joerg Roedel | 1 | -0/+70 |
2015-06-16 | iommu/vt-d: Set IRTA in intel_setup_irq_remapping | Joerg Roedel | 1 | -5/+14 |
2015-06-16 | iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remapping | Joerg Roedel | 1 | -3/+3 |
2015-06-16 | iommu/vt-d: Move QI initializationt to intel_setup_irq_remapping | Joerg Roedel | 1 | -57/+35 |
2015-06-16 | iommu/vt-d: Move EIM detection to intel_prepare_irq_remapping | Joerg Roedel | 1 | -23/+24 |
2015-06-16 | iommu/vt-d: Enable Translation only if it was previously disabled | Joerg Roedel | 1 | -1/+3 |
2015-06-16 | iommu/vt-d: Don't disable translation prior to OS handover | Joerg Roedel | 1 | -7/+0 |
2015-06-16 | iommu/vt-d: Don't copy translation tables if RTT bit needs to be changed | Joerg Roedel | 1 | -1/+11 |
2015-06-16 | iommu/vt-d: Don't do early domain assignment if kdump kernel | Joerg Roedel | 1 | -0/+13 |
2015-06-16 | iommu/vt-d: Allocate si_domain in init_dmars() | Joerg Roedel | 1 | -5/+7 |
2015-06-16 | iommu/vt-d: Mark copied context entries | Joerg Roedel | 1 | -2/+51 |
2015-06-16 | iommu/vt-d: Do not re-use domain-ids from the old kernel | Joerg Roedel | 1 | -1/+10 |
2015-06-16 | iommu/vt-d: Copy translation tables from old kernel | Joerg Roedel | 1 | -2/+205 |
2015-06-16 | iommu/vt-d: Detect pre enabled translation | Joerg Roedel | 1 | -0/+19 |
2015-06-16 | iommu/vt-d: Make root entry visible for hardware right after allocation | Joerg Roedel | 1 | -4/+6 |
2015-06-16 | iommu/vt-d: Init QI before root entry is allocated | Joerg Roedel | 1 | -3/+2 |
2015-06-16 | iommu/vt-d: Cleanup log messages | Joerg Roedel | 3 | -110/+101 |
2015-06-12 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds | 1 | -3/+15 |
2015-06-12 | iommu/vt-d: Only enable extended context tables if PASID is supported | David Woodhouse | 1 | -3/+15 |
2015-06-12 | iommu, x86: Properly handle posted interrupts for IOMMU hotplug | Feng Wu | 1 | -0/+3 |
2015-06-12 | iommu, x86: Provide irq_remapping_cap() interface | Feng Wu | 1 | -0/+9 |
2015-06-12 | iommu, x86: Setup Posted-Interrupts capability for Intel iommu | Feng Wu | 3 | -0/+35 |
2015-06-12 | iommu, x86: Avoid migrating VT-d posted interrupts | Feng Wu | 1 | -1/+4 |
2015-06-12 | iommu, x86: Save the mode (posted or remapped) of an IRTE | Feng Wu | 1 | -0/+10 |
2015-06-12 | iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip | Feng Wu | 1 | -0/+37 |
2015-06-12 | iommu: Add new member capability to struct irq_remap_ops | Feng Wu | 1 | -0/+3 |
2015-06-11 | iommu/amd: Handle errors returned from iommu_init_device | Joerg Roedel | 1 | -2/+9 |
2015-06-11 | iommu: Checking for NULL instead of IS_ERR | Dan Carpenter | 1 | -11/+12 |
2015-06-11 | iommu/amd: Propagate errors from amd_iommu_init_api | Joerg Roedel | 3 | -5/+6 |
2015-06-11 | iommu/amd: Remove unused fields from struct dma_ops_domain | Joerg Roedel | 2 | -9/+0 |
2015-06-11 | iommu/amd: Get rid of device_dma_ops_init() | Joerg Roedel | 1 | -39/+1 |
2015-06-11 | iommu/amd: Put IOMMUv2 devices in a direct mapped domain | Joerg Roedel | 1 | -1/+14 |
2015-06-11 | iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocation | Joerg Roedel | 1 | -0/+7 |
2015-06-11 | iommu/amd: Support IOMMU_DOMAIN_DMA type allocation | Joerg Roedel | 2 | -241/+73 |
2015-06-11 | iommu/amd: Implement add_device and remove_device | Joerg Roedel | 2 | -178/+63 |
2015-06-11 | iommu/amd: Use default domain if available for DMA-API | Joerg Roedel | 1 | -0/+7 |