summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel2013-03-271-12/+10Star
* Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-261-2/+1Star
|\
| * iommu/amd: Remove redundant NULL check before dma_ops_domain_free().Cyril Roelandt2013-02-131-2/+1Star
* | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-281-4/+4
|/
* iommu/amd: Remove obsolete commentJoerg Roedel2012-12-021-10/+0Star
* iommu/amd: Don't use 512GB pagesJoerg Roedel2012-12-021-1/+3
* iommu/amd: Properly account for virtual aliases in IOMMU groupsAlex Williamson2012-10-241-5/+56
* iommu/amd: Split IOMMU group allocation and attachAlex Williamson2012-10-241-11/+19
* iommu/amd: Split upstream bus device lookupAlex Williamson2012-10-241-9/+15
* iommu/amd: Split IOMMU Group topology walkAlex Williamson2012-10-241-25/+33
* iommu/amd: Split IOMMU group initializationAlex Williamson2012-10-241-18/+43
*-----. 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