summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | iommu/amd: Split enable_iommus() routineJoerg Roedel2012-07-171-3/+18
| | | * | iommu/amd: Introduce early_amd_iommu_init routineJoerg Roedel2012-07-172-16/+23
| | | * | iommu/amd: Move informational prinks out of iommu_enableJoerg Roedel2012-07-171-17/+27
| | | * | iommu/amd: Split out PCI related parts of IOMMU initializationJoerg Roedel2012-07-172-108/+121
| | | * | iommu/amd: Use acpi_get_table instead of acpi_table_parseJoerg Roedel2012-07-171-52/+66
| | | * | iommu/amd: Fix sparse warningsJoerg Roedel2012-07-175-14/+19
| | |/ / | |/| |
| | * | iommu/amd: Fix hotplug with iommu=ptJoerg Roedel2012-07-191-4/+13
| | * | iommu/amd: Add missing spin_lock initializationJoerg Roedel2012-07-191-0/+2
| |/ /
* | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-1/+1
|\ \ \
| * | | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-243-9/+9
|\ \ \
| * | | iommu: Fix typo in iommuMasanari Iida2012-07-243-9/+9
* | | | 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/+5
| * | | | 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/+24
| * | | | 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/+35
| | |_|/ | |/| |
* | | | 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-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
OpenPOWER on IntegriCloud