summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-07-223-12/+15
|\
| * irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...Suresh Siddha2012-06-153-9/+5Star
| * x86/apic/irq_remap: Silence a bogus pr_err()Dan Carpenter2012-06-131-1/+1
| * x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev2012-06-081-3/+10
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-221-78/+116
|\ \
| * | iommu/dmar: Use pr_format() instead of PREFIX to tidy up pr_*() callsDonald Dutile2012-06-111-30/+24Star
| * | iommu/dmar: Reserve mmio space used by the IOMMU, if the BIOS forgets toDonald Dutile2012-06-081-27/+84
| * | iommu/dmar: Replace printks with appropriate pr_*()Donald Dutile2012-06-081-48/+35Star
* | | iommu/amd: fix type bug in flush codeDan Carpenter2012-07-023-3/+3
* | | iommu/tegra: smmu: Fix unsleepable memory allocationHiroshi DOYU2012-07-021-2/+2
* | | iommu/amd: Initialize dma_ops for hotplug and sriov devicesJoerg Roedel2012-06-251-0/+9
* | | iommu/amd: Fix missing iommu_shutdown initialization in passthrough modeShuah Khan2012-06-071-2/+2
|/ /
* | 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-113-0/+1098
* | | intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helperDavid Woodhouse2012-05-261-16/+13Star
* | | intel-iommu: Add device info into list before doing context mappingDavid Woodhouse2012-05-261-6/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-231-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/+17Star
|/ /
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-061-8/+2Star
|\ \
| * | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-8/+2Star
| |/
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-052-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
| |\ \ \ | | |_|/ | |/| |