summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2014-07-10iommu/amd: Fix typo in amd_iommu_v2 driverJoerg Roedel
2014-07-10iommu/amd: Drop oprofile dependencyBorislav Petkov
2014-07-10Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2014-07-09iommu/amd: Moving PPR fault flags macros definitionsAlexey Skidanov
2014-07-09iommu/amd: Fix for pasid initializationAlexey Skidanov
2014-07-09iommu/arm-smmu: fix some checkpatch issuesMitchel Humpherys
2014-07-07iommu: Fix compile error in iommu-sysfs.cJoerg Roedel
2014-07-07iommu: Constify struct iommu_opsThierry Reding
2014-07-07iommu/fsl: Fix the error condition during iommu groupVarun Sethi
2014-07-07iommu/fsl: Fix the device domain attach condition.Varun Sethi
2014-07-07iommu/fsl: Fix PAMU window size check.Varun Sethi
2014-07-04iommu/arm-smmu: fix capability checking prior to device attachWill Deacon
2014-07-04iommu/fsl: Add void declarations in zero-arg functions.Chi Pham
2014-07-04iommu/fsl_pamu: Remove unnecessary null test before kfreeFabian Frederick
2014-07-04iommu/omap: Use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE)Fabian Frederick
2014-07-04iommu/amd: Add sysfs supportAlex Williamson
2014-07-04iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson
2014-07-04iommu: Add sysfs support for IOMMUsAlex Williamson
2014-07-04iommu: Remove pci.hAlex Williamson
2014-07-04iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groupsAlex Williamson
2014-07-04iommu/vt-d: Update to use PCI DMA aliasesAlex Williamson
2014-07-04iommu/vt-d: Use iommu_group_get_for_dev()Alex Williamson
2014-07-04iommu/amd: Use iommu_group_get_for_dev()Alex Williamson
2014-07-04iommu/amd: Update to use PCI DMA aliasesAlex Williamson
2014-07-04iommu/core: Create central IOMMU group lookup/creation interfaceAlex Williamson
2014-07-04iommu/vt-d: Suppress compiler warningsYijing Wang
2014-07-04iommu/vt-d: Remove the useless dma_pte_addrYijing Wang
2014-07-04iommu/vt-d: Don't use magic number in dma_pte_superpageJoerg Roedel
2014-07-04iommu/vt-d: Fix reference count in iommu_prepare_isaYijing Wang
2014-07-04iommu/vt-d: Use inline function dma_pte_superpage instead of macrosYijing Wang
2014-07-04iommu/vt-d: Clear the redundant assignment for domain->nidYijing Wang
2014-07-04iommu/vt-d: Clear the redundant assignment in dmar_enable_qiYijing Wang
2014-07-04iommu/vt-d: Use list_for_each_safe() to simplify codeYijing Wang
2014-07-03iommu/arm-smmu: prefer stage-1 mappings where we have a choiceWill Deacon
2014-07-03iommu/arm-smmu: remove support for chained SMMUsWill Deacon
2014-07-03iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capabilityWill Deacon
2014-07-03iommu/arm-smmu: add support for PCI master devicesWill Deacon
2014-07-02iommu/arm-smmu: fix calculation of TCR.T0SZWill Deacon
2014-06-20iommu/amd: Fix small race between invalidate_range_end/startJoerg Roedel
2014-06-20iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI deviceJiang Liu
2014-06-06Merge tag 'iommu-updates-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-04intel-iommu: integrate DMA CMAAkinobu Mita
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-30Merge branches 'iommu/fixes', 'arm/omap', 'arm/smmu', 'arm/shmobile', 'x86/am...Joerg Roedel
2014-05-30iommu/msm: Use devm_ioremap_resource to simplify codeKefeng Wang
2014-05-30iommu/amd: Fix recently introduced compile warningsJoerg Roedel
2014-05-27driver core: dev_set_drvdata can no longer failJean Delvare