aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-02iommu/amd: Remove obsolete commentJoerg Roedel1-10/+0
2012-12-02iommu/amd: Don't use 512GB pagesJoerg Roedel1-1/+3
2012-10-24iommu/amd: Properly account for virtual aliases in IOMMU groupsAlex Williamson1-5/+56
2012-10-24iommu/amd: Split IOMMU group allocation and attachAlex Williamson1-11/+19
2012-10-24iommu/amd: Split upstream bus device lookupAlex Williamson1-9/+15
2012-10-24iommu/amd: Split IOMMU Group topology walkAlex Williamson1-25/+33
2012-10-24iommu/amd: Split IOMMU group initializationAlex Williamson1-18/+43
2012-10-02Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'x86/amd-irq-remapping' into nextJoerg Roedel1-5/+509
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-09-28iommu/amd: Report irq remapping through IOMMU-APIJoerg Roedel1-0/+2
2012-09-28iommu/amd: Add initialization routines for AMD interrupt remappingJoerg Roedel1-0/+16
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 Roedel1-0/+27
2012-09-28iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel1-0/+2
2012-09-28iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel1-0/+3
2012-09-28iommu/amd: Fix wrong assumption in iommu-group specific codeJoerg Roedel1-2/+4
2012-09-18iommu/amd: Fix some typosFrank Arnold1-5/+5
2012-08-06iommu/amd: Fix ACS path checkingAlex Williamson1-3/+22
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into nextJoerg Roedel1-28/+71
2012-07-19iommu/amd: Fix hotplug with iommu=ptJoerg Roedel1-4/+13
2012-07-17iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops()Joerg Roedel1-0/+5
2012-07-17iommu/amd: Introduce early_amd_iommu_init routineJoerg Roedel1-1/+0
2012-07-17iommu/amd: Fix sparse warningsJoerg Roedel1-1/+1
2012-07-11iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel1-0/+4
2012-07-02iommu/amd: fix type bug in flush codeDan Carpenter1-1/+1
2012-06-25amd_iommu: Make use of DMA quirks and ACS checks in IOMMU groupsAlex Williamson1-0/+25
2012-06-25amd_iommu: Support IOMMU groupsAlex Williamson1-1/+23
2012-06-25iommu: IOMMU GroupsAlex Williamson1-21/+0
2012-06-25iommu/amd: Initialize dma_ops for hotplug and sriov devicesJoerg Roedel1-0/+9
2012-06-04iommu/amd: Fix deadlock in ppr-handling error pathJoerg Roedel1-27/+44
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-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-4/+6
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-4/+6
2012-03-19x86: Fix section warningsSteffen Persvold1-1/+1
2012-01-23iommu/amd: Work around broken IVRS tablesJoerg Roedel1-0/+3
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel1-0/+21
2011-12-22iommu/amd: Init stats for iommu=ptJoerg Roedel1-0/+2
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 Roedel1-8/+24
2011-12-12iommu/amd: Add stat counter for IOMMUv2 eventsJoerg Roedel1-0/+17
2011-12-12iommu/amd: Add device errata handlingJoerg Roedel1-3/+54
2011-12-12iommu/amd: Add function to get IOMMUv2 domain for pdevJoerg Roedel1-0/+18
2011-12-12iommu/amd: Implement function to send PPR completionsJoerg Roedel1-0/+51
2011-12-12iommu/amd: Implement functions to manage GCR3 tableJoerg Roedel1-0/+130