aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2013-02-13iommu/amd: Remove redundant NULL check before dma_ops_domain_free().Cyril Roelandt
2013-02-07iommu/amd: Initialize device table after dma_opsJoerg Roedel
2013-02-07iommu/vt-d: Zero out allocated memory in dmar_enable_qiHannes Reinecke
2013-02-07iommu/tegra: smmu: Fix incorrect mask for regbaseHiroshi Doyu
2013-02-07iommu/exynos: Make exynos_sysmmu_disable staticSachin Kamat
2013-02-06iommu/shmobile: Add iommu driver for Renesas IPMMU modulesHideki EIRAKU
2013-02-06iommu: Add DOMAIN_ATTR_WINDOWS domain attributeJoerg Roedel
2013-02-06iommu: Add domain window handling functionsJoerg Roedel
2013-02-06iommu: Implement DOMAIN_ATTR_PAGING attributeJoerg Roedel
2013-02-06iommu: Check for valid pgsize_bitmap in iommu_map/unmapJoerg Roedel
2013-02-05iommu/tegra: smmu: Change SMMU's dependency on ARCH_TEGRAHiroshi Doyu
2013-02-05iommu/tegra: smmu: Use helper function to check for valid register offsetJoerg Roedel
2013-02-05iommu/tegra: smmu: Support variable MMIO ranges/blocksHiroshi Doyu
2013-02-04iommu/tegra: Add missing spinlock initializationSami Liedes
2013-02-03x86/intel/irq_remapping: Clean up x2apic opt-out security warning messAndy Lutomirski
2013-01-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-01-28IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit
2013-01-28iommu/omap: Remove unnecessary null pointer checkCong Ding
2013-01-28x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel
2013-01-28x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel
2013-01-28x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel
2013-01-28x86, irq: Introduce setup_remapped_irq()Joerg Roedel
2013-01-28x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel
2013-01-28x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel
2013-01-28x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel
2013-01-28x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel
2013-01-28x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel
2013-01-28x86, io_apic: Introduce set_affinity function pointerJoerg Roedel
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel
2013-01-28x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel
2013-01-25iommu: Convert to devm_ioremap_resource()Thierry Reding
2013-01-23iommu/intel: disable DMAR for g4x integrated gfxDaniel Vetter
2013-01-21drivers/iommu: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-10iommu: moving initialization earlierAlexey Kardashevskiy
2013-01-03Drivers: iommu: remove __dev* attributes.Greg Kroah-Hartman
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-12-20intel-iommu: Free old page tables before creating superpageWoodhouse, David
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel
2012-12-03iommu/omap: Adapt to runtime pmOmar Ramirez Luna
2012-12-03iommu/omap: Migrate to hwmod frameworkOmar Ramirez Luna
2012-12-03iommu/omap: Keep mmu enabled when requestedOmar Ramirez Luna
2012-12-03iommu/omap: Remove redundant clock handling on ISROmar Ramirez Luna
2012-12-03Merge branch 'omap-for-v3.8/cleanup-headers-iommu' of git://git.kernel.org/pu...Joerg Roedel
2012-12-02iommu/amd: Remove obsolete commentJoerg Roedel
2012-12-02iommu/amd: Don't use 512GB pagesJoerg Roedel
2012-11-30Merge tag 'omap-for-v3.8/cleanup-headers-iommu-signed' of git://git.kernel.or...Olof Johansson
2012-11-28iommu/tegra: smmu: Move bus_set_iommu after probe for multi archHiroshi Doyu