summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...Joerg Roedel2012-10-021-5/+509
|\ \ \ \
| | | | * iommu/amd: Remove obsolete comment lineJoerg Roedel2012-10-021-1/+0Star
| | | | * iommu/amd: Fix possible use after free in get_irq_table()Dan Carpenter2012-10-021-0/+1
| | | | * iommu/amd: Report irq remapping through IOMMU-APIJoerg Roedel2012-09-281-0/+2
| | | | * iommu/amd: Add initialization routines for AMD interrupt remappingJoerg Roedel2012-09-281-0/+16
| | | | * 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-281-0/+27
| | | | * iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel2012-09-281-0/+2
| | | | * iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel2012-09-281-0/+3
| | | |/ | | |/|
| | | * iommu/amd: Fix some typosFrank Arnold2012-09-181-5/+5
| | |/
* | / iommu/amd: Fix wrong assumption in iommu-group specific codeJoerg Roedel2012-09-281-2/+4
| |/ |/|
* | iommu/amd: Fix ACS path checkingAlex Williamson2012-08-061-3/+22
|/
*-----. Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel2012-07-231-28/+71
|\ \ \ \
| | | | * iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel2012-07-111-0/+4
| | | * | amd_iommu: Make use of DMA quirks and ACS checks in IOMMU groupsAlex Williamson2012-06-251-0/+25
| | | * | amd_iommu: Support IOMMU groupsAlex Williamson2012-06-251-1/+23
| | | * | iommu: IOMMU GroupsAlex Williamson2012-06-251-21/+0Star
| | | |/
| | * | iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops()Joerg Roedel2012-07-171-0/+5
| | * | iommu/amd: Introduce early_amd_iommu_init routineJoerg Roedel2012-07-171-1/+0Star
| | * | iommu/amd: Fix sparse warningsJoerg Roedel2012-07-171-1/+1
| |/ / |/| |
| * | iommu/amd: Fix hotplug with iommu=ptJoerg Roedel2012-07-191-4/+13
|/ /
* | iommu/amd: fix type bug in flush codeDan Carpenter2012-07-021-1/+1
* | iommu/amd: Initialize dma_ops for hotplug and sriov devicesJoerg Roedel2012-06-251-0/+9
|/
* iommu/amd: Fix deadlock in ppr-handling error pathJoerg Roedel2012-06-041-27/+44
* 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 branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-051-4/+6
|\
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-4/+6
* | x86: Fix section warningsSteffen Persvold2012-03-191-1/+1
|/
* iommu/amd: Work around broken IVRS tablesJoerg Roedel2012-01-231-0/+3
* Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel2012-01-091-0/+21
|\
| * iommu: Add option to group multi-function devicesAlex Williamson2011-11-151-1/+9
| * iommu/amd: Implement iommu_device_groupAlex Williamson2011-11-151-0/+13
* | iommu/amd: Init stats for iommu=ptJoerg Roedel2011-12-221-0/+2
* | iommu/amd: Add amd_iommu_device_info() functionJoerg Roedel2011-12-151-0/+43
* | iommu/amd: Adapt IOMMU driver to PCI register name changesJoerg Roedel2011-12-151-8/+8
* | Merge branch 'iommu/page-sizes' into x86/amdJoerg Roedel2011-12-141-8/+24
|\ \
| * | iommu/amd: announce supported page sizesOhad Ben-Cohen2011-11-101-0/+19
| * | iommu/core: stop converting bytes to page order back and forthOhad Ben-Cohen2011-11-101-8/+5Star
| |/
* | iommu/amd: Add stat counter for IOMMUv2 eventsJoerg Roedel2011-12-121-0/+17
* | iommu/amd: Add device errata handlingJoerg Roedel2011-12-121-3/+54
* | iommu/amd: Add function to get IOMMUv2 domain for pdevJoerg Roedel2011-12-121-0/+18
* | iommu/amd: Implement function to send PPR completionsJoerg Roedel2011-12-121-0/+51
* | iommu/amd: Implement functions to manage GCR3 tableJoerg Roedel2011-12-121-0/+130
* | iommu/amd: Implement IOMMUv2 TLB flushing routinesJoerg Roedel2011-12-121-0/+136
* | iommu/amd: Add support for IOMMUv2 domain modeJoerg Roedel2011-12-121-4/+140
* | iommu/amd: Add amd_iommu_domain_direct_map functionJoerg Roedel2011-12-121-2/+36