summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Fix deadlock in ppr-handling error pathJoerg Roedel2012-06-041-27/+44
* iommu/amd: Cache pdev pointer to root-bridgeJoerg Roedel2012-06-042-8/+8
* Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-305-25/+71
|\
| *-----. Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' an...Joerg Roedel2012-05-304-15/+44
| |\ \ \ \
| | | | | * iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen2012-05-221-1/+4
| | | |_|/ | | |/| |
| | | | * iommu/tegra: gart: Fix register offset correctlyHiroshi DOYU2012-05-111-3/+4
| | | | * iommu: tegra/gart: Add device tree supportThierry Reding2012-04-161-0/+11
| | | | * iommu: tegra/gart: use correct gart_deviceVandana Salve2012-04-161-1/+1
| | | | * iommu/tegra: smmu: Print device name correctlyHiroshi DOYU2012-04-161-1/+1
| | | |/ | | |/|
| | | * iommu: OMAP: device detach on domain destroyOmar Ramirez Luna2012-04-191-9/+23
| | |/
| * | iommu/amd: Add workaround for event log erratumJoerg Roedel2012-04-121-6/+23
| * | iommu/amd: Check for the right TLP prefix bitJoerg Roedel2012-04-121-4/+4
| |/
* | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-263-0/+1098
|\ \
| * \ Merge branch 'next/devel-samsung-iommu' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2012-05-153-0/+1098
| |\ \ | | |/ | |/|
| | * iommu/exynos: Add iommu driver for EXYNOS PlatformsKyongHo Cho2012-05-123-0/+1098
* | | intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helperDavid Woodhouse2012-05-251-16/+13
* | | intel-iommu: Add device info into list before doing context mappingDavid Woodhouse2012-05-251-6/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-2/+2
|\ \ \
| * | | Fix "the the" in various KconfigMasanari Iida2012-04-181-2/+2
| |/ /
* | | iommu: Fix off by one in dmar_get_fault_reason()Dan Carpenter2012-05-141-2/+2
* | | irq_remap: Fix the 'sub_handle' uninitialized warningSuresh Siddha2012-05-081-1/+1
* | | irq_remap: Fix UP build failureSuresh Siddha2012-05-083-0/+8
* | | iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha2012-05-076-9/+9
* | | iommu: rename intr_remapping references to irq_remappingSuresh Siddha2012-05-075-67/+67
* | | x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel2012-05-071-10/+10
* | | iommu/vt-d: Convert MSI remapping setup to remap_opsJoerg Roedel2012-05-073-0/+148
* | | iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel2012-05-073-1/+13
* | | iommu/vt-d: Convert IR set_affinity function to remap_opsJoerg Roedel2012-05-073-0/+69
* | | iommu/vt-d: Convert IR ioapic-setup to use remap_opsJoerg Roedel2012-05-073-0/+109
* | | iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsJoerg Roedel2012-05-073-2/+38
* | | iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel2012-05-076-41/+137
* | | iommu: Rename intr_remapping files to intel_intr_remappingJoerg Roedel2012-05-073-19/+17
|/ /
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-8/+2
|\ \
| * | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+2
| |/
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-042-8/+11
|\ \ | |/ |/|
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-282-8/+11
* | Merge tag 'iommu-updates-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-03-236-65/+1643
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into nextJoerg Roedel2012-03-227-66/+1644
| |\ \ \ | | |_|/ | |/| |
| | | * iommu/amd: Fix section mismatchGerard Snitselaar2012-03-221-2/+2
| | | * iommu/amd: Move interrupt setup code into seperate functionJoerg Roedel2012-03-151-1/+23
| | | * iommu/amd: Make sure IOMMU interrupts are re-enabled on resumeJoerg Roedel2012-03-151-10/+20
| | | * iommu/amd: Fix section warning for prealloc_protection_domainsSteffen Persvold2012-03-151-1/+1
| | | * iommu/amd: Don't initialize IOMMUv2 resources when not requiredJoerg Roedel2012-03-151-1/+13
| | | * iommu/amd: Fix double free of mem-region in error-pathJoerg Roedel2012-03-091-9/+1
| | | * iommu/amd: Split amd_iommu_init functionJoerg Roedel2012-03-011-44/+79
| | * | iommu/tegra-gart: fix spin_unlock in map failure pathLucas Stach2012-03-131-1/+1
| | * | ARM: IOMMU: Tegra30: Add iommu_ops for SMMU driverHiroshi DOYU2012-01-263-0/+1045
| | * | ARM: IOMMU: Tegra20: Add iommu_ops for GART driverHiroshi DOYU2012-01-263-0/+462
* | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-221-1/+1
|\ \ \ \
| * | | | x86: Fix section warningsSteffen Persvold2012-03-191-1/+1
| | |_|/ | |/| |