aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-28iommu/amd: Check if IOAPIC information is correctJoerg Roedel2-4/+25
2012-09-28iommu/amd: Allocate data structures to keep track of irq remapping tablesJoerg Roedel2-0/+25
2012-09-28iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel4-0/+39
2012-09-28iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel3-2/+103
2012-09-28iommu/amd: Fix features reportingBorislav Petkov1-1/+1
2012-09-28iommu/amd: Fix wrong assumption in iommu-group specific codeJoerg Roedel1-2/+4
2012-09-18intel-iommu: Default to non-coherent for domains unattached to iommusAlex Williamson1-1/+3
2012-09-18iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun1-2/+1
2012-09-18dma: tegra: move smmu.h into SMMU driverStephen Warren1-1/+40
2012-09-18iommu/tegra: smmu: Use debugfs_create_dir for directoryHiroshi Doyu1-17/+35
2012-09-18iommu/amd: Fix some typosFrank Arnold3-12/+12
2012-09-18iommu/amd: remove duplicated include from amd_iommu_init.cWei Yongjun1-1/+0
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas6-25/+75
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-3/+3
2012-08-10iommu/amd: Fix wrong check for ARRAY_SIZE()Joerg Roedel1-1/+1
2012-08-10irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMUSeth Forshee1-5/+13
2012-08-06iommu/amd: Fix ACS path checkingAlex Williamson1-3/+22
2012-08-06iommu/intel: Fix ACS path checkingAlex Williamson1-3/+22
2012-08-06iommu/amd: Fix pci_request_acs() call-placeJoerg Roedel1-3/+3
2012-08-03iommu/tegra: smmu: debugfs for TLB/PTC statisticsHiroshi Doyu1-12/+190
2012-08-03iommu/exynos: Fix build errorSachin Kamat1-3/+3
2012-08-03iommu/tegra: smmu: Fix error initial value at domain_initHiroshi Doyu1-1/+1
2012-08-03iommu/tegra: smmu: Cleanup with lesser nestHiroshi Doyu1-5/+8
2012-08-03iommu/intel: add missing free_domain_memJulia Lawall1-0/+1
2012-08-03iommu/tegra: remove invalid reference to list iterator variableJulia Lawall1-1/+1
2012-07-24Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds15-462/+1332
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-9/+9
2012-07-24iommu: Fix typo in iommuMasanari Iida3-9/+9
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into nextJoerg Roedel15-462/+1332
2012-07-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-12/+15
2012-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-78/+116
2012-07-19iommu/amd: Fix hotplug with iommu=ptJoerg Roedel1-4/+13