summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
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
2014-05-26iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas
2014-05-26arm/ipmmu-vmsa: Fix compile errorJoerg Roedel
2014-05-26iommu/exynos: Fix checkpatch warningSachin Kamat
2014-05-26iommu/exynos: Fix trivial typoSachin Kamat
2014-05-26iommu/exynos: Remove invalid symbol dependencySachin Kamat
2014-05-26iommu: fsl_pamu.c: Fix for possible null pointer dereferenceRickard Strandqvist
2014-05-26iommu/amd: Remove duplicate checking codeVaughan Cao
2014-05-26iommu/amd: Handle parallel invalidate_range_start/end calls correctlyJoerg Roedel
2014-05-26iommu/amd: Remove IOMMUv2 pasid_state_listJoerg Roedel
2014-05-26iommu/amd: Implement mmu_notifier_release call-backJoerg Roedel
2014-05-26iommu/amd: Convert IOMMUv2 state_table into state_listJoerg Roedel