summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-09-29iommu/vt-d: Really use upper context table when necessaryJoerg Roedel
2015-09-29iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding
2015-09-29iommu/io-pgtable-arm: Unmap and free table when overwriting with blockWill Deacon
2015-09-29iommu/fsl: Really fix init section(s) contentEmil Medve
2015-07-31iommu/amd: Allow non-ATS devices in IOMMUv2 domainsJoerg Roedel
2015-07-30iommu/amd: Set global dma_ops if swiotlb is disabledJoerg Roedel
2015-07-30iommu/amd: Use swiotlb in passthrough modeJoerg Roedel
2015-07-30iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domainsJoerg Roedel
2015-07-30iommu/amd: Use iommu core for passthrough modeJoerg Roedel
2015-07-30iommu/amd: Use iommu_attach_group()Joerg Roedel
2015-07-23iommu/vt-d: Fix VM domain ID leakAlex Williamson
2015-07-08iommu/arm-smmu: Skip the execution of CMD_PREFETCH_CONFIGZhen Lei
2015-07-08iommu/arm-smmu: Enlarge STRTAB_L1_SZ_SHIFT to support larger sidsizeZhen Lei
2015-07-08iommu/arm-smmu: Fix the values of ARM64_TCR_{I,O}RGN0_SHIFTZhen Lei
2015-07-08iommu/arm-smmu: Fix LOG2SIZE setting for 2-level stream tablesWill Deacon
2015-07-08iommu/arm-smmu: Fix the index calculation of strtabZhen Lei
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