summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-07-01Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-07-01iommu/amd: Introduce protection_domain_init() functionJoerg Roedel
2015-06-29iommu/arm-smmu: Delete an unnecessary check before the function call "free_io...Markus Elfring
2015-06-29iommu/arm-smmu: Fix broken ATOS checkWill Deacon
2015-06-29iommu: Ignore -ENODEV errors from add_device call-backJoerg Roedel
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-06-23Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-19Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Joerg Roedel
2015-06-19iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel
2015-06-16iommu/vt-d: Don't disable IR when it was previously enabledJoerg Roedel
2015-06-16iommu/vt-d: Make sure copied over IR entries are not reusedJoerg Roedel
2015-06-16iommu/vt-d: Copy IR table from old kernel when in kdump modeJoerg Roedel
2015-06-16iommu/vt-d: Set IRTA in intel_setup_irq_remappingJoerg Roedel
2015-06-16iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remappingJoerg Roedel
2015-06-16iommu/vt-d: Move QI initializationt to intel_setup_irq_remappingJoerg Roedel
2015-06-16iommu/vt-d: Move EIM detection to intel_prepare_irq_remappingJoerg Roedel
2015-06-16iommu/vt-d: Enable Translation only if it was previously disabledJoerg Roedel
2015-06-16iommu/vt-d: Don't disable translation prior to OS handoverJoerg Roedel
2015-06-16iommu/vt-d: Don't copy translation tables if RTT bit needs to be changedJoerg Roedel
2015-06-16iommu/vt-d: Don't do early domain assignment if kdump kernelJoerg Roedel
2015-06-16iommu/vt-d: Allocate si_domain in init_dmars()Joerg Roedel
2015-06-16iommu/vt-d: Mark copied context entriesJoerg Roedel
2015-06-16iommu/vt-d: Do not re-use domain-ids from the old kernelJoerg Roedel
2015-06-16iommu/vt-d: Copy translation tables from old kernelJoerg Roedel
2015-06-16iommu/vt-d: Detect pre enabled translationJoerg Roedel
2015-06-16iommu/vt-d: Make root entry visible for hardware right after allocationJoerg Roedel
2015-06-16iommu/vt-d: Init QI before root entry is allocatedJoerg Roedel
2015-06-16iommu/vt-d: Cleanup log messagesJoerg Roedel
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-06-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse
2015-06-12iommu, x86: Properly handle posted interrupts for IOMMU hotplugFeng Wu
2015-06-12iommu, x86: Provide irq_remapping_cap() interfaceFeng Wu
2015-06-12iommu, x86: Setup Posted-Interrupts capability for Intel iommuFeng Wu
2015-06-12iommu, x86: Avoid migrating VT-d posted interruptsFeng Wu
2015-06-12iommu, x86: Save the mode (posted or remapped) of an IRTEFeng Wu
2015-06-12iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chipFeng Wu
2015-06-12iommu: Add new member capability to struct irq_remap_opsFeng Wu
2015-06-11iommu/amd: Handle errors returned from iommu_init_deviceJoerg Roedel
2015-06-11iommu: Checking for NULL instead of IS_ERRDan Carpenter
2015-06-11iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel
2015-06-11iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel
2015-06-11iommu/amd: Get rid of device_dma_ops_init()Joerg Roedel
2015-06-11iommu/amd: Put IOMMUv2 devices in a direct mapped domainJoerg Roedel
2015-06-11iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocationJoerg Roedel
2015-06-11iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel
2015-06-11iommu/amd: Implement add_device and remove_deviceJoerg Roedel
2015-06-11iommu/amd: Use default domain if available for DMA-APIJoerg Roedel
2015-06-11iommu/amd: Implement dm_region call-backsJoerg Roedel