aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06iommu, x86: Add DMA remap fault reasonLi, Zhen-Hua1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+4
2013-02-26Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds13-53/+756
2013-02-26tegra: don't wank with d_find_alias()Al Viro1-9/+3
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+7
2013-02-22new helper: file_inode(file)Al Viro1-3/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-7/+8
2013-02-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-22/+270
2013-02-20intel/iommu: force writebuffer-flush quirk on Gen 4 ChipsetsDaniel Vetter1-1/+7
2013-02-19Merge branches 'core', 'arm/omap', 'iommu/fixes', 'arm/tegra', 'arm/shmobile', 'arm/exynos', 'x86/vt-d' and 'x86/amd' into nextJoerg Roedel13-53/+756
2013-02-19iommu/tegra: assume CONFIG_OF in SMMU driverStephen Warren1-3/+1
2013-02-19iommu/tegra: assume CONFIG_OF in gart driverStephen Warren1-3/+1
2013-02-13iommu/amd: Remove redundant NULL check before dma_ops_domain_free().Cyril Roelandt1-2/+1
2013-02-07iommu/amd: Initialize device table after dma_opsJoerg Roedel1-5/+5
2013-02-07iommu/vt-d: Zero out allocated memory in dmar_enable_qiHannes Reinecke1-1/+1
2013-02-07iommu/tegra: smmu: Fix incorrect mask for regbaseHiroshi Doyu1-1/+1
2013-02-07iommu/exynos: Make exynos_sysmmu_disable staticSachin Kamat1-1/+1
2013-02-06iommu/shmobile: Add iommu driver for Renesas IPMMU modulesHideki EIRAKU5-0/+641
2013-02-06iommu: Add DOMAIN_ATTR_WINDOWS domain attributeJoerg Roedel1-3/+30
2013-02-06iommu: Add domain window handling functionsJoerg Roedel1-0/+20
2013-02-06iommu: Implement DOMAIN_ATTR_PAGING attributeJoerg Roedel1-0/+5
2013-02-06iommu: Check for valid pgsize_bitmap in iommu_map/unmapJoerg Roedel1-2/+4
2013-02-05iommu/tegra: smmu: Change SMMU's dependency on ARCH_TEGRAHiroshi Doyu1-1/+1
2013-02-05iommu/tegra: smmu: Use helper function to check for valid register offsetJoerg Roedel1-17/+18
2013-02-05iommu/tegra: smmu: Support variable MMIO ranges/blocksHiroshi Doyu1-25/+36
2013-02-04iommu/tegra: Add missing spinlock initializationSami Liedes1-1/+2
2013-02-03x86/intel/irq_remapping: Clean up x2apic opt-out security warning messAndy Lutomirski1-8/+28
2013-01-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-6/+15
2013-01-28IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit1-0/+34
2013-01-28iommu/omap: Remove unnecessary null pointer checkCong Ding1-2/+2
2013-01-28x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel1-0/+5
2013-01-28x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel1-0/+12
2013-01-28x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel1-3/+6
2013-01-28x86, irq: Introduce setup_remapped_irq()Joerg Roedel1-0/+9
2013-01-28x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel1-1/+4
2013-01-28x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel3-4/+33
2013-01-28x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel3-0/+5
2013-01-28x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel1-0/+6
2013-01-28x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel1-0/+1
2013-01-28x86, io_apic: Introduce set_affinity function pointerJoerg Roedel1-0/+4
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel1-3/+109
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel1-1/+2
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel1-0/+8
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel1-1/+30
2013-01-28x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel1-2/+9
2013-01-25iommu: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-23iommu/intel: disable DMAR for g4x integrated gfxDaniel Vetter1-6/+15
2013-01-21drivers/iommu: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+4
2013-01-10iommu: moving initialization earlierAlexey Kardashevskiy1-1/+1
2013-01-03Drivers: iommu: remove __dev* attributes.Greg Kroah-Hartman4-9/+9