aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-07iommu/amd: Initialize device table after dma_opsJoerg Roedel1-5/+5
2013-01-28IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit1-0/+34
2012-10-16iommu/amd: Work around wrong IOAPIC device-id in IVRS tableJoerg Roedel1-7/+32
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-20/+233
2012-09-28iommu/amd: Print message to system log when irq remapping is enabledJoerg Roedel1-0/+2
2012-09-28iommu/amd: Make sure irq remapping still works on dma init failureJoerg Roedel1-9/+31
2012-09-28iommu/amd: Add initialization routines for AMD interrupt remappingJoerg Roedel1-0/+42
2012-09-28iommu/amd: Make sure IOMMU is not considered to translate itselfJoerg Roedel1-0/+7
2012-09-28iommu/amd: Split device table initialization into irq and dma partJoerg Roedel1-1/+18
2012-09-28iommu/amd: Check if IOAPIC information is correctJoerg Roedel1-3/+24
2012-09-28iommu/amd: Allocate data structures to keep track of irq remapping tablesJoerg Roedel1-0/+16
2012-09-28iommu/amd: Add slab-cache for irq remapping tablesJoerg Roedel1-0/+23
2012-09-28iommu/amd: Keep track of HPET and IOAPIC device idsJoerg Roedel1-2/+66
2012-09-28iommu/amd: Fix features reportingBorislav Petkov1-1/+1
2012-09-18iommu/amd: Fix some typosFrank Arnold1-5/+5
2012-09-18iommu/amd: remove duplicated include from amd_iommu_init.cWei Yongjun1-1/+0
2012-08-10iommu/amd: Fix wrong check for ARRAY_SIZE()Joerg Roedel1-1/+1
2012-08-06iommu/amd: Fix pci_request_acs() call-placeJoerg Roedel1-3/+3
2012-07-17iommu/amd: Convert iommu initialization to state machineJoerg Roedel1-64/+109
2012-07-17iommu/amd: Introduce amd_iommu_init_dma routineJoerg Roedel1-7/+20
2012-07-17iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops()Joerg Roedel1-8/+0
2012-07-17iommu/amd: Split enable_iommus() routineJoerg Roedel1-3/+18
2012-07-17iommu/amd: Introduce early_amd_iommu_init routineJoerg Roedel1-15/+23
2012-07-17iommu/amd: Move informational prinks out of iommu_enableJoerg Roedel1-17/+27
2012-07-17iommu/amd: Split out PCI related parts of IOMMU initializationJoerg Roedel1-106/+118
2012-07-17iommu/amd: Use acpi_get_table instead of acpi_table_parseJoerg Roedel1-52/+66
2012-07-17iommu/amd: Fix sparse warningsJoerg Roedel1-11/+5
2012-07-02iommu/amd: fix type bug in flush codeDan Carpenter1-1/+1
2012-06-07iommu/amd: Fix missing iommu_shutdown initialization in passthrough modeShuah Khan1-2/+2
2012-06-04iommu/amd: Cache pdev pointer to root-bridgeJoerg Roedel1-8/+5
2012-03-22Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into nextJoerg Roedel1-64/+123
2012-03-22iommu/amd: Fix section mismatchGerard Snitselaar1-2/+2
2012-03-15iommu/amd: Move interrupt setup code into seperate functionJoerg Roedel1-1/+23
2012-03-15iommu/amd: Make sure IOMMU interrupts are re-enabled on resumeJoerg Roedel1-10/+20
2012-03-09iommu/amd: Fix double free of mem-region in error-pathJoerg Roedel1-9/+1
2012-03-08x86/amd: iommu_set_device_table() must not be __initJan Beulich1-1/+1
2012-03-01iommu/amd: Split amd_iommu_init functionJoerg Roedel1-44/+79
2011-12-22iommu/amd: Set IOTLB invalidation timeoutJoerg Roedel1-0/+13
2011-12-22iommu/amd: Remove unnecessary cache flushes in amd_iommu_resumeJoerg Roedel1-7/+0
2011-12-12iommu/amd: Add support for IOMMUv2 domain modeJoerg Roedel1-0/+9
2011-12-12iommu/amd: Put IOMMUv2 capable devices in pt_domainJoerg Roedel1-0/+4
2011-12-12iommu/amd: Add iommuv2 flag to struct amd_iommuJoerg Roedel1-0/+15
2011-12-12iommu/amd: Enable GT mode when supported by IOMMUJoerg Roedel1-0/+9
2011-12-12iommu/amd: Setup PPR log when supported by IOMMUJoerg Roedel1-0/+51
2011-12-12iommu/amd: Get the maximum number of PASIDs supportedJoerg Roedel1-0/+13
2011-12-12iommu/amd: Convert dev_table_entry to u64Joerg Roedel1-6/+6
2011-06-21iommu/amd: Move missing parts to drivers/iommuJoerg Roedel1-0/+1574