summaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Report irq remapping through IOMMU-APIJoerg Roedel2012-09-281-0/+2
* iommu/amd: Print message to system log when irq remapping is enabledJoerg Roedel2012-09-281-0/+2
* iommu/irq: Use amd_iommu_irq_ops if supportedJoerg Roedel2012-09-281-0/+5
* iommu/amd: Make sure irq remapping still works on dma init failureJoerg Roedel2012-09-281-9/+31
* iommu/amd: Add initialization routines for AMD interrupt remappingJoerg Roedel2012-09-284-0/+67
* iommu/amd: Add call-back routine for HPET MSIJoerg Roedel2012-09-281-0/+26
* iommu/amd: Implement MSI routines for interrupt remappingJoerg Roedel2012-09-281-0/+74
* iommu/amd: Add IOAPIC remapping routinesJoerg Roedel2012-09-281-0/+126
* iommu/amd: Add routines to manage irq remapping tablesJoerg Roedel2012-09-281-0/+228
* iommu/amd: Add IRTE invalidation routineJoerg Roedel2012-09-282-0/+30
* iommu/amd: Make sure IOMMU is not considered to translate itselfJoerg Roedel2012-09-281-0/+7
* iommu/amd: Split device table initialization into irq and dma partJoerg Roedel2012-09-281-1/+18
* iommu/amd: Check if IOAPIC information is correctJoerg Roedel2012-09-282-4/+25
* iommu/amd: Allocate data structures to keep track of irq remapping tablesJoerg Roedel2012-09-282-0/+25
* iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel2012-09-284-0/+39
* iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel2012-09-283-2/+103
* iommu/amd: Fix wrong check for ARRAY_SIZE()Joerg Roedel2012-08-101-1/+1
* irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMUSeth Forshee2012-08-101-5/+13
* iommu/amd: Fix ACS path checkingAlex Williamson2012-08-061-3/+22
* iommu/intel: Fix ACS path checkingAlex Williamson2012-08-061-3/+22
* iommu/amd: Fix pci_request_acs() call-placeJoerg Roedel2012-08-061-3/+3
* iommu/exynos: Fix build errorSachin Kamat2012-08-031-3/+3
* iommu/tegra: smmu: Fix error initial value at domain_initHiroshi Doyu2012-08-031-1/+1
* iommu/tegra: smmu: Cleanup with lesser nestHiroshi Doyu2012-08-031-5/+8
* iommu/intel: add missing free_domain_memJulia Lawall2012-08-031-0/+1
* iommu/tegra: remove invalid reference to list iterator variableJulia Lawall2012-08-031-1/+1
* Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-2515-462/+1332
|\
| *-------. Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel2012-07-2315-462/+1332
| |\ \ \ \ \
| | | | | | * iommu/exynos: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel2012-07-111-0/+4
| | | | | | * iommu/tegra: Implement DOMAIN_ATTR_GEOMETRY attributeHiroshi DOYU2012-07-112-0/+10
| | | | | | * iommu/msm: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel2012-07-111-0/+5
| | | | | | * iommu/omap: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel2012-07-111-0/+4
| | | | | | * iommu/vt-d: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel2012-07-111-0/+4
| | | | | | * iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel2012-07-112-3/+20
| | | | | | * iommu: Add domain-attribute handlersJoerg Roedel2012-07-111-0/+20
| | | | | * | Merge tag 'v3.5-rc7' into arm/tegraJoerg Roedel2012-07-173-5/+14
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | | * | iommu/tegra: Don't call alloc_pdir with as->lockJoerg Roedel2012-07-171-13/+16
| | | | | * | iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir()Hiroshi DOYU2012-07-171-32/+45
| | | | | * | iommu/tegra: smmu: Remove unnecessary sanity check at alloc_pdir()Hiroshi DOYU2012-07-171-3/+0
| | | | | * | iommu/tegra: smmu: Fix uninitialized var warningHiroshi Doyu2012-06-251-2/+2
| | | | | * | iommu/tegra: smmu: Remove unnecessary cleanups with devm_*()Hiroshi Doyu2012-06-251-31/+6
| | | | | * | iommu/tegra: smmu: Simplify allocation at onceHiroshi Doyu2012-06-251-20/+9
| | | | | * | iommu/tegra: smmu: Add device tree support for SMMUHiroshi Doyu2012-06-252-55/+96
| | | | | * | iommu: Add DMA window parser, of_get_dma_window()Hiroshi Doyu2012-06-253-0/+95
| | | | | |/
| | | | * | intel-iommu: Make use of DMA quirks and ACS checks in IOMMU groupsAlex Williamson2012-06-251-0/+25
| | | | * | amd_iommu: Make use of DMA quirks and ACS checks in IOMMU groupsAlex Williamson2012-06-251-0/+25
| | | | * | intel-iommu: Support IOMMU groupsAlex Williamson2012-06-251-0/+43
| | | | * | amd_iommu: Support IOMMU groupsAlex Williamson2012-06-251-1/+23
| | | | * | iommu: IOMMU GroupsAlex Williamson2012-06-253-100/+548
| | | | |/
| | | * | iommu/amd: Convert iommu initialization to state machineJoerg Roedel2012-07-171-64/+109