aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2011-11-08iommu: omap: Fix compile failureGravatar Ming Lei 2-0/+2
2011-10-31intel-iommu: now needs export.h for EXPORT_SYMBOL_GPLGravatar Paul Gortmaker 1-0/+1
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuGravatar Linus Torvalds 9-29/+2527
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-62/+62
2011-10-26Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-204/+244
2011-10-21Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Gravatar Joerg Roedel 9-29/+2527
2011-10-21iommu/core: Remove global iommu_ops and register_iommuGravatar Joerg Roedel 1-23/+4
2011-10-21iommu/msm: Use bus_set_iommu instead of register_iommuGravatar Joerg Roedel 1-1/+1
2011-10-21iommu/omap: Use bus_set_iommu instead of register_iommuGravatar Joerg Roedel 1-1/+1
2011-10-21iommu/vt-d: Use bus_set_iommu instead of register_iommuGravatar Joerg Roedel 1-1/+1
2011-10-21iommu/amd: Use bus_set_iommu instead of register_iommuGravatar Joerg Roedel 1-1/+1
2011-10-21iommu/core: Use bus->iommu_ops in the iommu-apiGravatar Joerg Roedel 1-7/+27
2011-10-21iommu/core: Convert iommu_found to iommu_presentGravatar Joerg Roedel 1-3/+6
2011-10-21iommu/core: Add bus_type parameter to iommu_domain_allocGravatar Joerg Roedel 1-1/+13
2011-10-21Driver core: Add iommu_ops to bus_typeGravatar Joerg Roedel 1-0/+31
2011-10-19intel-iommu: fix superpage support in pfn_to_dma_pte()Gravatar Allen Kay 1-9/+8
2011-10-19intel-iommu: set iommu_superpage on VM domains to lowest common denominatorGravatar Allen Kay 1-5/+7
2011-10-19intel-iommu: fix return value of iommu_unmap() APIGravatar Allen Kay 1-3/+8
2011-10-14intel-iommu: Export a flag indicating that the IOMMU is used for iGFX.Gravatar David Woodhouse 1-10/+15
2011-10-14intel-iommu: Workaround IOTLB hang on Ironlake GPUGravatar David Woodhouse 1-1/+5
2011-10-11iommu/amd: Fix wrong shift directionGravatar Joerg Roedel 1-1/+1
2011-10-10intel-iommu: Fix AB-BA lockdep reportGravatar Roland Dreier 1-2/+2
2011-10-10iommu/omap: always provide iommu debug codeGravatar Arnd Bergmann 1-1/+1
2011-09-30iommu/core: let drivers know if an iommu fault handler isn't installedGravatar Ohad Ben-Cohen 1-0/+6
2011-09-26iommu/core: export iommu_set_fault_handler()Gravatar Ohad Ben-Cohen 1-0/+1
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsGravatar Suresh Siddha 3-17/+23
2011-09-21iommu: Cleanup ifdefs in detect_intel_iommu()Gravatar Suresh Siddha 1-7/+6
2011-09-21iommu: No need to set dmar_disabled in check_zero_address()Gravatar Suresh Siddha 1-3/+0
2011-09-21iommu: Move IOMMU specific code to intel-iommu.cGravatar Suresh Siddha 2-163/+159
2011-09-21intr_remap: Call dmar_dev_scope_init() explicitlyGravatar Suresh Siddha 3-8/+22
2011-09-21x86, x2apic: Enable the bios request for x2apic optoutGravatar Suresh Siddha 2-9/+37
2011-09-14iommu/omap: Fix build error with !IOMMU_SUPPORTGravatar Joerg Roedel 1-2/+2
2011-09-14iommu/omap: Migrate to the generic fault report mechanismGravatar Ohad Ben-Cohen 1-28/+3
2011-09-14iommu/core: Add fault reporting mechanismGravatar Ohad Ben-Cohen 1-0/+13
2011-09-13x86, iommu: Mark DMAR IRQ as non-threadedGravatar Thomas Gleixner 1-1/+1
2011-09-13locking, x86, iommu: Annotate qi->q_lock as rawGravatar Thomas Gleixner 1-7/+7
2011-09-13locking, x86, iommu: Annotate irq_2_ir_lock as rawGravatar Thomas Gleixner 1-14/+14
2011-09-13locking, x86, iommu: Annotate iommu->register_lock as rawGravatar Thomas Gleixner 3-41/+41
2011-09-06Merge branches 'debug/dma-api', 'arm/omap', 'arm/msm' and 'core' into api-2Gravatar Joerg Roedel 7-8/+2464
2011-09-06iommu/core: Use PAGE_SIZE instead of hard-coded valueGravatar Joerg Roedel 1-2/+2
2011-09-05iommu/core: use the existing IS_ALIGNED macroGravatar Ohad Ben-Cohen 1-6/+3
2011-09-05iommu/msm: ->unmap() should return order of unmapped pageGravatar Ohad Ben-Cohen 1-0/+7
2011-09-05iommu/omap: ->unmap() should return order of unmapped pageGravatar Ohad Ben-Cohen 2-10/+5
2011-09-05iommu/omap: cleanup: remove a redundant statementGravatar Ohad Ben-Cohen 1-4/+2
2011-09-05iommu/omap-iovmm: support non page-aligned buffers in iommu_vmapGravatar Laurent Pinchart 1-10/+26
2011-09-02iommu/amd: Don't take domain->lock recursivlyGravatar Joerg Roedel 1-5/+0
2011-09-02iommu/amd: Make sure iommu->need_sync contains correct valueGravatar Joerg Roedel 1-3/+10
2011-08-29iommu: omap: add Kconfig OMAP dependencyGravatar Ohad Ben-Cohen 1-0/+1
2011-08-26omap: iommu: Fix up mutex->spin_lock conversion of iommu_lockGravatar Joerg Roedel 1-3/+3
2011-08-26omap: iommu: omapify 'struct iommu' and exposed APIGravatar Ohad Ben-Cohen 3-118/+124