summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_init.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Initialize device table after dma_opsJoerg Roedel2013-02-071-5/+5
* IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit2013-01-281-0/+34
* iommu/amd: Work around wrong IOAPIC device-id in IVRS tableJoerg Roedel2012-10-161-7/+32
*---. Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...Joerg Roedel2012-10-021-20/+233
|\ \ \
| | | * iommu/amd: Print message to system log when irq remapping is enabledJoerg Roedel2012-09-281-0/+2
| | | * 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-281-0/+42
| | | * 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-281-3/+24
| | | * iommu/amd: Allocate data structures to keep track of irq remapping tablesJoerg Roedel2012-09-281-0/+16
| | | * iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel2012-09-281-0/+23
| | | * iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel2012-09-281-2/+66
| |_|/ |/| |
| | * iommu/amd: Fix features reportingBorislav Petkov2012-09-281-1/+1
| | * iommu/amd: Fix some typosFrank Arnold2012-09-181-5/+5
| | * iommu/amd: remove duplicated include from amd_iommu_init.cWei Yongjun2012-09-181-1/+0
| |/ |/|
* | iommu/amd: Fix wrong check for ARRAY_SIZE()Joerg Roedel2012-08-101-1/+1
* | iommu/amd: Fix pci_request_acs() call-placeJoerg Roedel2012-08-061-3/+3
|/
* iommu/amd: Convert iommu initialization to state machineJoerg Roedel2012-07-171-64/+109
* iommu/amd: Introduce amd_iommu_init_dma routineJoerg Roedel2012-07-171-7/+20
* iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops()Joerg Roedel2012-07-171-8/+0
* iommu/amd: Split enable_iommus() routineJoerg Roedel2012-07-171-3/+18
* iommu/amd: Introduce early_amd_iommu_init routineJoerg Roedel2012-07-171-15/+23
* iommu/amd: Move informational prinks out of iommu_enableJoerg Roedel2012-07-171-17/+27
* iommu/amd: Split out PCI related parts of IOMMU initializationJoerg Roedel2012-07-171-106/+118
* iommu/amd: Use acpi_get_table instead of acpi_table_parseJoerg Roedel2012-07-171-52/+66
* iommu/amd: Fix sparse warningsJoerg Roedel2012-07-171-11/+5
* iommu/amd: fix type bug in flush codeDan Carpenter2012-07-021-1/+1
* iommu/amd: Fix missing iommu_shutdown initialization in passthrough modeShuah Khan2012-06-071-2/+2
* iommu/amd: Cache pdev pointer to root-bridgeJoerg Roedel2012-06-041-8/+5
*-. Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into nextJoerg Roedel2012-03-221-64/+123
|\ \
| | * iommu/amd: Fix section mismatchGerard Snitselaar2012-03-221-2/+2
| | * iommu/amd: Move interrupt setup code into seperate functionJoerg Roedel2012-03-151-1/+23
| | * iommu/amd: Make sure IOMMU interrupts are re-enabled on resumeJoerg Roedel2012-03-151-10/+20
| | * iommu/amd: Fix double free of mem-region in error-pathJoerg Roedel2012-03-091-9/+1
| | * iommu/amd: Split amd_iommu_init functionJoerg Roedel2012-03-011-44/+79
| |/
* / x86/amd: iommu_set_device_table() must not be __initJan Beulich2012-03-081-1/+1
|/
* iommu/amd: Set IOTLB invalidation timeoutJoerg Roedel2011-12-221-0/+13
* iommu/amd: Remove unnecessary cache flushes in amd_iommu_resumeJoerg Roedel2011-12-221-7/+0
* iommu/amd: Add support for IOMMUv2 domain modeJoerg Roedel2011-12-121-0/+9
* iommu/amd: Put IOMMUv2 capable devices in pt_domainJoerg Roedel2011-12-121-0/+4
* iommu/amd: Add iommuv2 flag to struct amd_iommuJoerg Roedel2011-12-121-0/+15
* iommu/amd: Enable GT mode when supported by IOMMUJoerg Roedel2011-12-121-0/+9
* iommu/amd: Setup PPR log when supported by IOMMUJoerg Roedel2011-12-121-0/+51
* iommu/amd: Get the maximum number of PASIDs supportedJoerg Roedel2011-12-121-0/+13
* iommu/amd: Convert dev_table_entry to u64Joerg Roedel2011-12-121-6/+6
* iommu/amd: Move missing parts to drivers/iommuJoerg Roedel2011-06-211-0/+1574