aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-04iommu/vt-d: Update to use PCI DMA aliasesAlex Williamson2-138/+145
2014-07-04iommu/vt-d: Use iommu_group_get_for_dev()Alex Williamson1-75/+4
2014-07-04iommu/amd: Use iommu_group_get_for_dev()Alex Williamson2-160/+5
2014-07-04iommu/amd: Update to use PCI DMA aliasesAlex Williamson1-4/+74
2014-07-04iommu/core: Create central IOMMU group lookup/creation interfaceAlex Williamson1-0/+182
2014-07-04iommu/vt-d: Suppress compiler warningsYijing Wang1-2/+3
2014-07-04iommu/vt-d: Remove the useless dma_pte_addrYijing Wang1-4/+2
2014-07-04iommu/vt-d: Don't use magic number in dma_pte_superpageJoerg Roedel1-1/+1
2014-07-04iommu/vt-d: Fix reference count in iommu_prepare_isaYijing Wang1-0/+1
2014-07-04iommu/vt-d: Use inline function dma_pte_superpage instead of macrosYijing Wang1-1/+1
2014-07-04iommu/vt-d: Clear the redundant assignment for domain->nidYijing Wang1-1/+0
2014-07-04iommu/vt-d: Clear the redundant assignment in dmar_enable_qiYijing Wang1-3/+0
2014-07-04iommu/vt-d: Use list_for_each_safe() to simplify codeYijing Wang1-4/+2
2014-07-03iommu/arm-smmu: prefer stage-1 mappings where we have a choiceWill Deacon1-4/+4
2014-07-03iommu/arm-smmu: remove support for chained SMMUsWill Deacon1-186/+77
2014-07-03iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capabilityWill Deacon1-5/+9
2014-07-03iommu/arm-smmu: add support for PCI master devicesWill Deacon1-86/+160
2014-07-02iommu/arm-smmu: fix calculation of TCR.T0SZWill Deacon1-1/+3
2014-06-20iommu/amd: Fix small race between invalidate_range_end/startJoerg Roedel1-5/+13
2014-06-20iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI deviceJiang Liu1-6/+3
2014-06-06Merge tag 'iommu-updates-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu into nextLinus Torvalds12-613/+1993
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds1-8/+25
2014-06-04intel-iommu: integrate DMA CMAAkinobu Mita1-8/+25
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-11/+9
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into nextLinus Torvalds1-6/+1
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds1-7/+7
2014-05-30Merge branches 'iommu/fixes', 'arm/omap', 'arm/smmu', 'arm/shmobile', 'x86/amd', 'arm/exynos', 'arm/renesas', 'ppc/pamu' and 'arm/msm' into nextJoerg Roedel13-611/+2003
2014-05-30iommu/msm: Use devm_ioremap_resource to simplify codeKefeng Wang1-31/+7
2014-05-30iommu/amd: Fix recently introduced compile warningsJoerg Roedel1-2/+0
2014-05-27driver core: dev_set_drvdata can no longer failJean Delvare1-6/+1
2014-05-26iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas1-7/+7
2014-05-26arm/ipmmu-vmsa: Fix compile errorJoerg Roedel1-1/+1
2014-05-26iommu/exynos: Fix checkpatch warningSachin Kamat1-0/+3
2014-05-26iommu/exynos: Fix trivial typoSachin Kamat1-6/+6
2014-05-26iommu/exynos: Remove invalid symbol dependencySachin Kamat1-1/+1
2014-05-26iommu: fsl_pamu.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+1
2014-05-26iommu/amd: Remove duplicate checking codeVaughan Cao1-6/+0
2014-05-26iommu/amd: Handle parallel invalidate_range_start/end calls correctlyJoerg Roedel1-4/+13
2014-05-26iommu/amd: Remove IOMMUv2 pasid_state_listJoerg Roedel1-26/+0
2014-05-26iommu/amd: Implement mmu_notifier_release call-backJoerg Roedel1-56/+35
2014-05-26iommu/amd: Convert IOMMUv2 state_table into state_listJoerg Roedel1-21/+18
2014-05-26iommu/amd: Don't access IOMMUv2 state_table directlyJoerg Roedel1-4/+9
2014-05-26iommu/ipmmu-vmsa: Support clearing mappingsLaurent Pinchart1-4/+186
2014-05-26iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitionsLaurent Pinchart1-8/+0
2014-05-26iommu/ipmmu-vmsa: Support 2MB mappingsLaurent Pinchart1-3/+29
2014-05-26iommu/ipmmu-vmsa: Rewrite page table managementLaurent Pinchart1-107/+86
2014-05-26iommu/ipmmu-vmsa: PMD is never folded, PUD always isLaurent Pinchart1-57/+9
2014-05-26iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possibleLaurent Pinchart1-3/+40
2014-05-26iommu/ipmmu-vmsa: Define driver-specific page directory sizesLaurent Pinchart1-5/+10
2014-05-26iommu/ipmmu-vmsa: Fix the supported page sizesLaurent Pinchart1-1/+1