aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: iommu: remove __dev* attributes.Greg Kroah-Hartman4-9/+9
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds8-128/+215
2012-12-20intel-iommu: Free old page tables before creating superpageWoodhouse, David1-2/+9
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra' and 'arm/omap' into nextJoerg Roedel12-98/+961
2012-12-03iommu/omap: Adapt to runtime pmOmar Ramirez Luna3-41/+19
2012-12-03iommu/omap: Migrate to hwmod frameworkOmar Ramirez Luna2-24/+18
2012-12-03iommu/omap: Keep mmu enabled when requestedOmar Ramirez Luna1-3/+0
2012-12-03iommu/omap: Remove redundant clock handling on ISROmar Ramirez Luna1-2/+0
2012-12-03Merge branch 'omap-for-v3.8/cleanup-headers-iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omapJoerg Roedel7-9/+785
2012-12-02iommu/amd: Remove obsolete commentJoerg Roedel1-10/+0
2012-12-02iommu/amd: Don't use 512GB pagesJoerg Roedel1-1/+3
2012-11-30Merge tag 'omap-for-v3.8/cleanup-headers-iommu-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson7-9/+785
2012-11-28iommu/tegra: smmu: Move bus_set_iommu after probe for multi archHiroshi Doyu1-1/+1
2012-11-28iommu/tegra: gart: Move bus_set_iommu after probe for multi archHiroshi Doyu1-1/+1
2012-11-28iommu/tegra: smmu: Remove unnecessary PTC/TLB flush allHiroshi Doyu1-3/+1
2012-11-25Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson2-2/+3
2012-11-21intel-iommu: Prevent devices with RMRRs from being placed into SI DomainTom Mingarelli1-0/+31
2012-11-20ARM: OMAP2+: Move iommu/iovmm headers to platform_dataTony Lindgren4-6/+4
2012-11-20ARM: OMAP2+: Make some definitions localIdo Yariv3-30/+24
2012-11-20ARM: OMAP2+: Move iommu2 to drivers/iommu/omap-iommu2.cTony Lindgren7-22/+641
2012-11-20ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.hTony Lindgren3-2/+47
2012-11-20ARM: OMAP2+: Move iopgtable header to drivers/iommu/Ido Yariv4-3/+123
2012-11-17intel-iommu: Fix lookup in add deviceAlex Williamson1-2/+2
2012-11-17iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show().Cyril Roelandt1-0/+1
2012-11-05ARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/Stephen Warren1-2/+1
2012-11-05iommu: tegra: remove include of <mach/iomap.h>Stephen Warren1-1/+0
2012-10-24iommu/amd: Properly account for virtual aliases in IOMMU groupsAlex Williamson2-5/+57
2012-10-24iommu/amd: Split IOMMU group allocation and attachAlex Williamson1-11/+19
2012-10-24iommu/amd: Split upstream bus device lookupAlex Williamson1-9/+15
2012-10-24iommu/amd: Split IOMMU Group topology walkAlex Williamson1-25/+33
2012-10-24iommu/amd: Split IOMMU group initializationAlex Williamson1-18/+43
2012-10-24iommu/tegra: smmu: Fix deadly typoHiro Sugawara1-1/+1
2012-10-16iommu/amd: Work around wrong IOAPIC device-id in IVRS tableJoerg Roedel1-7/+32
2012-10-08Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds10-44/+1071
2012-10-02Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'x86/amd-irq-remapping' into nextJoerg Roedel10-44/+1071
2012-10-02iommu/amd: Remove obsolete comment lineJoerg Roedel1-1/+0
2012-10-02iommu/amd: Fix possible use after free in get_irq_table()Dan Carpenter1-0/+1
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+3
2012-09-28iommu/amd: Report irq remapping through IOMMU-APIJoerg Roedel1-0/+2
2012-09-28iommu/amd: Print message to system log when irq remapping is enabledJoerg Roedel1-0/+2
2012-09-28iommu/irq: Use amd_iommu_irq_ops if supportedJoerg Roedel1-0/+5
2012-09-28iommu/amd: Make sure irq remapping still works on dma init failureJoerg Roedel1-9/+31
2012-09-28iommu/amd: Add initialization routines for AMD interrupt remappingJoerg Roedel4-0/+67
2012-09-28iommu/amd: Add call-back routine for HPET MSIJoerg Roedel1-0/+26
2012-09-28iommu/amd: Implement MSI routines for interrupt remappingJoerg Roedel1-0/+74
2012-09-28iommu/amd: Add IOAPIC remapping routinesJoerg Roedel1-0/+126
2012-09-28iommu/amd: Add routines to manage irq remapping tablesJoerg Roedel1-0/+228
2012-09-28iommu/amd: Add IRTE invalidation routineJoerg Roedel2-0/+30
2012-09-28iommu/amd: Make sure IOMMU is not considered to translate itselfJoerg Roedel1-0/+7
2012-09-28iommu/amd: Split device table initialization into irq and dma partJoerg Roedel1-1/+18