summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Drivers: iommu: remove __dev* attributes.Greg Kroah-Hartman2013-01-044-9/+9
* Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-208-128/+215
|\
| *-------. Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-1612-98/+961
| |\ \ \ \ \
| | | | | | * iommu/omap: Adapt to runtime pmOmar Ramirez Luna2012-12-033-41/+19Star
| | | | | | * iommu/omap: Migrate to hwmod frameworkOmar Ramirez Luna2012-12-032-24/+18Star
| | | | | | * iommu/omap: Keep mmu enabled when requestedOmar Ramirez Luna2012-12-031-3/+0Star
| | | | | | * iommu/omap: Remove redundant clock handling on ISROmar Ramirez Luna2012-12-031-2/+0Star
| | | | | | * Merge branch 'omap-for-v3.8/cleanup-headers-iommu' of git://git.kernel.org/pu...Joerg Roedel2012-12-037-9/+785
| | |_|_|_|/| | |/| | | | |
| | | | | * | iommu/tegra: smmu: Move bus_set_iommu after probe for multi archHiroshi Doyu2012-11-281-1/+1
| | | | | * | iommu/tegra: gart: Move bus_set_iommu after probe for multi archHiroshi Doyu2012-11-281-1/+1
| | | | | * | iommu/tegra: smmu: Remove unnecessary PTC/TLB flush allHiroshi Doyu2012-11-281-3/+1Star
| | |_|_|/ / | |/| | | |
| | | | * | intel-iommu: Prevent devices with RMRRs from being placed into SI DomainTom Mingarelli2012-11-211-0/+31
| | | * | | iommu/amd: Remove obsolete commentJoerg Roedel2012-12-021-10/+0Star
| | | * | | iommu/amd: Don't use 512GB pagesJoerg Roedel2012-12-021-1/+3
| | | * | | iommu/amd: Properly account for virtual aliases in IOMMU groupsAlex Williamson2012-10-242-5/+57
| | | * | | iommu/amd: Split IOMMU group allocation and attachAlex Williamson2012-10-241-11/+19
| | | * | | iommu/amd: Split upstream bus device lookupAlex Williamson2012-10-241-9/+15
| | | * | | iommu/amd: Split IOMMU Group topology walkAlex Williamson2012-10-241-25/+33
| | | * | | iommu/amd: Split IOMMU group initializationAlex Williamson2012-10-241-18/+43
| | |/ / /
* | | | | intel-iommu: Free old page tables before creating superpageWoodhouse, David2012-12-201-2/+9
* | | | | Merge tag 'omap-for-v3.8/cleanup-headers-iommu-signed' of git://git.kernel.or...Olof Johansson2012-12-017-9/+785
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ARM: OMAP2+: Move iommu/iovmm headers to platform_dataTony Lindgren2012-11-204-6/+4Star
| * | | | ARM: OMAP2+: Make some definitions localIdo Yariv2012-11-203-30/+24Star
| * | | | ARM: OMAP2+: Move iommu2 to drivers/iommu/omap-iommu2.cTony Lindgren2012-11-207-22/+641
| * | | | ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.hTony Lindgren2012-11-203-2/+47
| * | | | ARM: OMAP2+: Move iopgtable header to drivers/iommu/Ido Yariv2012-11-204-3/+123
| | |/ / | |/| |
* | | | Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson2012-11-262-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | intel-iommu: Fix lookup in add deviceAlex Williamson2012-11-171-2/+2
| * | | iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show().Cyril Roelandt2012-11-171-0/+1
| | |/ | |/|
* | | ARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/Stephen Warren2012-11-051-2/+1Star
* | | iommu: tegra: remove include of <mach/iomap.h>Stephen Warren2012-11-051-1/+0Star
|/ /
* | iommu/tegra: smmu: Fix deadly typoHiro Sugawara2012-10-241-1/+1
* | iommu/amd: Work around wrong IOAPIC device-id in IVRS tableJoerg Roedel2012-10-161-7/+32
|/
* Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-0710-44/+1071
|\
| *-------. Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...Joerg Roedel2012-10-0210-44/+1071
| |\ \ \ \ \
| | | | | | * iommu/amd: Remove obsolete comment lineJoerg Roedel2012-10-021-1/+0Star
| | | | | | * iommu/amd: Fix possible use after free in get_irq_table()Dan Carpenter2012-10-021-0/+1
| | | | | | * iommu/amd: Report irq remapping through IOMMU-APIJoerg Roedel2012-09-281-0/+2
| | | | | | * iommu/amd: Print message to system log when irq remapping is enabledJoerg Roedel2012-09-281-0/+2
| | | | | | * iommu/irq: Use amd_iommu_irq_ops if supportedJoerg Roedel2012-09-281-0/+5
| | | | | | * iommu/amd: Make sure irq remapping still works on dma init failureJoerg Roedel2012-09-281-9/+31
| | | | | | * iommu/amd: Add initialization routines for AMD interrupt remappingJoerg Roedel2012-09-284-0/+67
| | | | | | * iommu/amd: Add call-back routine for HPET MSIJoerg Roedel2012-09-281-0/+26
| | | | | | * iommu/amd: Implement MSI routines for interrupt remappingJoerg Roedel2012-09-281-0/+74
| | | | | | * iommu/amd: Add IOAPIC remapping routinesJoerg Roedel2012-09-281-0/+126
| | | | | | * iommu/amd: Add routines to manage irq remapping tablesJoerg Roedel2012-09-281-0/+228
| | | | | | * iommu/amd: Add IRTE invalidation routineJoerg Roedel2012-09-282-0/+30
| | | | | | * iommu/amd: Make sure IOMMU is not considered to translate itselfJoerg Roedel2012-09-281-0/+7
| | | | | | * iommu/amd: Split device table initialization into irq and dma partJoerg Roedel2012-09-281-1/+18
| | | | | | * iommu/amd: Check if IOAPIC information is correctJoerg Roedel2012-09-282-4/+25