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