aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2012-10-24iommu/tegra: smmu: Fix deadly typoHiro Sugawara1-1/+1
2012-10-16iommu/amd: Work around wrong IOAPIC device-id in IVRS tableJoerg Roedel1-7/+32
2012-10-08Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-44/+1071
2012-10-02Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...Joerg 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/kern...Linus 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/jik...Linus 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/domai...Joerg Roedel15-462/+1332
2012-07-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-12/+15
2012-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-78/+116
2012-07-19iommu/amd: Fix hotplug with iommu=ptJoerg Roedel1-4/+13
2012-07-19iommu/amd: Add missing spin_lock initializationJoerg Roedel1-0/+2
2012-07-17iommu/amd: Convert iommu initialization to state machineJoerg Roedel1-64/+109
2012-07-17iommu/amd: Introduce amd_iommu_init_dma routineJoerg Roedel1-7/+20
2012-07-17iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops()Joerg Roedel2-8/+5
2012-07-17iommu/amd: Split enable_iommus() routineJoerg Roedel1-3/+18
2012-07-17iommu/amd: Introduce early_amd_iommu_init routineJoerg Roedel2-16/+23
2012-07-17iommu/amd: Move informational prinks out of iommu_enableJoerg Roedel1-17/+27
2012-07-17iommu/amd: Split out PCI related parts of IOMMU initializationJoerg Roedel2-108/+121
2012-07-17iommu/amd: Use acpi_get_table instead of acpi_table_parseJoerg Roedel1-52/+66
2012-07-17iommu/amd: Fix sparse warningsJoerg Roedel5-14/+19
2012-07-17Merge tag 'v3.5-rc7' into arm/tegraJoerg Roedel3-5/+14
2012-07-17iommu/tegra: Don't call alloc_pdir with as->lockJoerg Roedel1-13/+16
2012-07-17iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir()Hiroshi DOYU1-32/+45
2012-07-17iommu/tegra: smmu: Remove unnecessary sanity check at alloc_pdir()Hiroshi DOYU1-3/+0
2012-07-11iommu/exynos: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel1-0/+4
2012-07-11iommu/tegra: Implement DOMAIN_ATTR_GEOMETRY attributeHiroshi DOYU2-0/+10
2012-07-11iommu/msm: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel1-0/+5
2012-07-11iommu/omap: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel1-0/+4
2012-07-11iommu/vt-d: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel1-0/+4
2012-07-11iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel2-3/+20
2012-07-11iommu: Add domain-attribute handlersJoerg Roedel1-0/+20
2012-07-02iommu/amd: fix type bug in flush codeDan Carpenter3-3/+3
2012-07-02iommu/tegra: smmu: Fix unsleepable memory allocationHiroshi DOYU1-2/+2
2012-06-25iommu/tegra: smmu: Fix uninitialized var warningHiroshi Doyu1-2/+2
2012-06-25iommu/tegra: smmu: Remove unnecessary cleanups with devm_*()Hiroshi Doyu1-31/+6
2012-06-25iommu/tegra: smmu: Simplify allocation at onceHiroshi Doyu1-20/+9
2012-06-25iommu/tegra: smmu: Add device tree support for SMMUHiroshi Doyu2-55/+96
2012-06-25iommu: Add DMA window parser, of_get_dma_window()Hiroshi Doyu3-0/+95
2012-06-25intel-iommu: Make use of DMA quirks and ACS checks in IOMMU groupsAlex Williamson1-0/+25
2012-06-25amd_iommu: Make use of DMA quirks and ACS checks in IOMMU groupsAlex Williamson1-0/+25
2012-06-25intel-iommu: Support IOMMU groupsAlex Williamson1-0/+43
2012-06-25amd_iommu: Support IOMMU groupsAlex Williamson1-1/+23
2012-06-25iommu: IOMMU GroupsAlex Williamson3-100/+548
2012-06-25iommu/amd: Initialize dma_ops for hotplug and sriov devicesJoerg Roedel1-0/+9
2012-06-15irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...Suresh Siddha3-9/+5
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-06-13x86/apic/irq_remap: Silence a bogus pr_err()Dan Carpenter1-1/+1
2012-06-11iommu/dmar: Use pr_format() instead of PREFIX to tidy up pr_*() callsDonald Dutile1-30/+24
2012-06-08iommu/dmar: Reserve mmio space used by the IOMMU, if the BIOS forgets toDonald Dutile1-27/+84
2012-06-08iommu/dmar: Replace printks with appropriate pr_*()Donald Dutile1-48/+35
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev1-3/+10
2012-06-07iommu/amd: Fix missing iommu_shutdown initialization in passthrough modeShuah Khan1-2/+2
2012-06-04iommu/amd: Fix deadlock in ppr-handling error pathJoerg Roedel1-27/+44
2012-06-04iommu/amd: Cache pdev pointer to root-bridgeJoerg Roedel2-8/+8
2012-05-30Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-25/+71
2012-05-30Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' an...Joerg Roedel4-15/+44
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+1098
2012-05-25intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helperDavid Woodhouse1-16/+13
2012-05-25intel-iommu: Add device info into list before doing context mappingDavid Woodhouse1-6/+11
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-05-22iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen1-1/+4
2012-05-15Merge branch 'next/devel-samsung-iommu' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann3-0/+1098
2012-05-14iommu: Fix off by one in dmar_get_fault_reason()Dan Carpenter1-2/+2
2012-05-12iommu/exynos: Add iommu driver for EXYNOS PlatformsKyongHo Cho3-0/+1098
2012-05-11iommu/tegra: gart: Fix register offset correctlyHiroshi DOYU1-3/+4
2012-05-08irq_remap: Fix the 'sub_handle' uninitialized warningSuresh Siddha1-1/+1
2012-05-08irq_remap: Fix UP build failureSuresh Siddha3-0/+8
2012-05-07iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha6-9/+9
2012-05-07iommu: rename intr_remapping references to irq_remappingSuresh Siddha5-67/+67
2012-05-07x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel1-10/+10
2012-05-07iommu/vt-d: Convert MSI remapping setup to remap_opsJoerg Roedel3-0/+148
2012-05-07iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel3-1/+13
2012-05-07iommu/vt-d: Convert IR set_affinity function to remap_opsJoerg Roedel3-0/+69
2012-05-07iommu/vt-d: Convert IR ioapic-setup to use remap_opsJoerg Roedel3-0/+109
2012-05-07iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsJoerg Roedel3-2/+38
2012-05-07iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel6-41/+137
2012-05-07iommu: Rename intr_remapping files to intel_intr_remappingJoerg Roedel3-19/+17
2012-04-19iommu: OMAP: device detach on domain destroyOmar Ramirez Luna1-9/+23
2012-04-18Fix "the the" in various KconfigMasanari Iida1-2/+2
2012-04-16iommu: tegra/gart: Add device tree supportThierry Reding1-0/+11
2012-04-16iommu: tegra/gart: use correct gart_deviceVandana Salve1-1/+1
2012-04-16iommu/tegra: smmu: Print device name correctlyHiroshi DOYU1-1/+1
2012-04-12iommu/amd: Add workaround for event log erratumJoerg Roedel1-6/+23
2012-04-12iommu/amd: Check for the right TLP prefix bitJoerg Roedel1-4/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+2
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+2
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2-8/+11
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2-8/+11
2012-03-23Merge tag 'iommu-updates-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-65/+1643
2012-03-22Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into nextJoerg Roedel7-66/+1644
2012-03-22iommu/amd: Fix section mismatchGerard Snitselaar1-2/+2
2012-03-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-19Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-24/+35
2012-03-19x86: Fix section warningsSteffen Persvold1-1/+1
2012-03-15iommu/amd: Move interrupt setup code into seperate functionJoerg Roedel1-1/+23
2012-03-15iommu/amd: Make sure IOMMU interrupts are re-enabled on resumeJoerg Roedel1-10/+20
2012-03-15iommu/amd: Fix section warning for prealloc_protection_domainsSteffen Persvold1-1/+1
2012-03-15iommu/amd: Don't initialize IOMMUv2 resources when not requiredJoerg Roedel1-1/+13
2012-03-13iommu/tegra-gart: fix spin_unlock in map failure pathLucas Stach1-1/+1
2012-03-09iommu/amd: Fix double free of mem-region in error-pathJoerg Roedel1-9/+1
2012-03-08x86/amd: iommu_set_device_table() must not be __initJan Beulich1-1/+1
2012-03-06x86/iommu/intel: Increase the number of iommus supported to MAX_IO_APICSMike Travis1-13/+26
2012-03-06x86/iommu/intel: Fix identity mapping for sandy bridgeMike Travis1-11/+9
2012-03-01iommu/amd: Split amd_iommu_init functionJoerg Roedel1-44/+79
2012-02-27ARM: OMAP: make iommu subsys_initcall to fix builtin omap3ispOhad Ben-Cohen1-1/+2
2012-02-24iommu/omap: fix NULL pointer dereferenceOhad Ben-Cohen1-2/+2
2012-02-24iommu/omap: fix erroneous omap-iommu-debug API callsOhad Ben-Cohen1-12/+43
2012-02-05iommu: Fix typo in intel-iommu.cMasanari Iida1-1/+1
2012-01-30iommu/msm: Fix error handling in msm_iommu_unmap()Joerg Roedel1-6/+1
2012-01-26ARM: IOMMU: Tegra30: Add iommu_ops for SMMU driverHiroshi DOYU3-0/+1045
2012-01-26ARM: IOMMU: Tegra20: Add iommu_ops for GART driverHiroshi DOYU3-0/+462
2012-01-23iommu/amd: Work around broken IVRS tablesJoerg Roedel1-0/+3
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds12-151/+2424
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel3-0/+130
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel12-152/+2295
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+10
2011-12-29Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-1/+1
2011-12-22iommu/amd: Set IOTLB invalidation timeoutJoerg Roedel2-0/+23
2011-12-22iommu/amd: Init stats for iommu=ptJoerg Roedel1-0/+2
2011-12-22iommu/amd: Remove unnecessary cache flushes in amd_iommu_resumeJoerg Roedel1-7/+0
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar1-15/+10
2011-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linuxLinus Torvalds1-0/+5
2011-12-16iommu: Export intel_iommu_enabled to signal when iommu is in useEugeni Dodonov1-0/+5
2011-12-16iommu: Initialize domain->handler in iommu_domain_alloc()KyongHo Cho1-1/+1
2011-12-15iommu/amd: Add invalidate-context call-backJoerg Roedel1-0/+35
2011-12-15iommu/amd: Add amd_iommu_device_info() functionJoerg Roedel1-0/+43
2011-12-15iommu/amd: Adapt IOMMU driver to PCI register name changesJoerg Roedel1-8/+8
2011-12-14Merge branch 'iommu/page-sizes' into x86/amdJoerg Roedel6-60/+181
2011-12-14iommu/amd: Add invalid_ppr callbackJoerg Roedel1-2/+55
2011-12-14iommu/amd: Implement notifiers for IOMMUv2Joerg Roedel2-11/+178
2011-12-12iommu/amd: Implement IO page-fault handlerJoerg Roedel1-8/+196
2011-12-12iommu/amd: Add routines to bind/unbind a pasidJoerg Roedel1-0/+306
2011-12-12iommu/amd: Implement device aquisition code for IOMMUv2Joerg Roedel1-0/+210
2011-12-12iommu/amd: Add driver stub for AMD IOMMUv2 supportJoerg Roedel3-0/+45
2011-12-12iommu/amd: Add stat counter for IOMMUv2 eventsJoerg Roedel1-0/+17
2011-12-12iommu/amd: Add device errata handlingJoerg Roedel2-3/+55
2011-12-12iommu/amd: Add function to get IOMMUv2 domain for pdevJoerg Roedel3-0/+23
2011-12-12iommu/amd: Implement function to send PPR completionsJoerg Roedel3-0/+63
2011-12-12iommu/amd: Implement functions to manage GCR3 tableJoerg Roedel3-0/+135
2011-12-12iommu/amd: Implement IOMMUv2 TLB flushing routinesJoerg Roedel3-0/+140
2011-12-12iommu/amd: Add support for IOMMUv2 domain modeJoerg Roedel5-5/+180
2011-12-12iommu/amd: Add amd_iommu_domain_direct_map functionJoerg Roedel2-2/+39
2011-12-12iommu/amd: Implement notifier for PPR faultsJoerg Roedel3-2/+125
2011-12-12iommu/amd: Put IOMMUv2 capable devices in pt_domainJoerg Roedel3-16/+86
2011-12-12iommu/amd: Add iommuv2 flag to struct amd_iommuJoerg Roedel3-0/+23
2011-12-12iommu/amd: Enable GT mode when supported by IOMMUJoerg Roedel2-0/+10
2011-12-12iommu/amd: Setup PPR log when supported by IOMMUJoerg Roedel2-0/+65
2011-12-12iommu/amd: Get the maximum number of PASIDs supportedJoerg Roedel2-0/+19
2011-12-12iommu/amd: Convert dev_table_entry to u64Joerg Roedel3-16/+18
2011-12-08memblock: Kill early_node_map[]Tejun Heo1-0/+1
2011-12-06iommu/omap: be verbose when omap_iommu_iova_to_phys failsOhad Ben-Cohen1-2/+2
2011-12-05intr_remapping: Fix section mismatch in ir_dev_scope_init()Sergey Senozhatsky1-1/+1
2011-12-05intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev()Sergey Senozhatsky1-1/+1
2011-12-05iommu/omap: eliminate the public omap_find_iommu_device() methodOhad Ben-Cohen2-43/+46
2011-11-28Merge branch 'master' into x86/memblockTejun Heo17-0/+15707
2011-11-15iommu: Add option to group multi-function devicesAlex Williamson2-1/+12
2011-11-15iommu/amd: Implement iommu_device_groupAlex Williamson1-0/+13