aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_iommu_init.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-1586/+0
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-3/+7
* iommu/amd: Make sure IOMMU interrupts are re-enabled on resumeJoerg Roedel2012-04-131-7/+17
* x86/amd-iommu: Fix 3 possible endless loopsJoerg Roedel2011-06-061-4/+4
* x86/amd-iommu: Use threaded interupt handlerJoerg Roedel2011-05-101-4/+5
*-. Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats...Joerg Roedel2011-05-101-4/+35
|\ \
| | * x86/amd-iommu: Add extended feature detectionJoerg Roedel2011-04-121-2/+22
| * | x86/amd-iommu: Add flag to indicate IOTLB supportJoerg Roedel2011-04-111-0/+4
| |/
| * x86/amd-iommu: Flush all internal TLBs when IOMMUs are enabledJoerg Roedel2011-04-071-2/+9
|/
* x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-231-20/+6
* Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-4/+11
|\
| * x86, GART/AMD-VI: Make AMD GART and IOMMU use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk2010-08-261-1/+6
| * x86, iommu: Make all IOMMU's detection routines return a value.Konrad Rzeszutek Wilk2010-08-261-3/+5
* | x86/amd-iommu: Update copyright headersJoerg Roedel2010-10-131-1/+1
* | x86/amd-iommu: Reenable AMD IOMMU if it's mysteriously vanished over suspendMatthew Garrett2010-10-131-14/+108
* | x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel2010-09-231-0/+18
* | x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel2010-09-231-22/+27
|/
* x86/amd-iommu: Fall back to GART if initialization failsJoerg Roedel2010-06-011-0/+9
* x86/amd-iommu: Fix crash when request_mem_region failsJoerg Roedel2010-06-011-3/+8
* x86/amd-iommu: Add amd_iommu=off command line optionJoerg Roedel2010-05-111-0/+6
* Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2010-04-131-15/+33
|\
| * x86/amd-iommu: warn when issuing command to uninitialized cmd bufferChris Wright2010-04-071-2/+3
| * x86/amd-iommu: enable iommu before attaching devicesChris Wright2010-04-071-2/+3
| * x86/amd-iommu: Report errors in acpi parsing functions upstreamJoerg Roedel2010-03-011-11/+27
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
|/
* x86/amd-iommu: Fix IOMMU-API initialization for iommu=ptJoerg Roedel2010-01-221-0/+3
* x86/amd-iommu: Fix initialization failure panicJoerg Roedel2009-12-211-0/+10
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-111-0/+9
|\
| * x86/amd-iommu: Fix PCI hotplug with passthrough modeJoerg Roedel2009-12-101-0/+2
| * x86/amd-iommu: Fix passthrough modeJoerg Roedel2009-12-101-0/+7
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-0/+3
|\ \ | |/ |/|
| * PCI: add pci_request_acsChris Wright2009-12-041-0/+2
* | x86/amd-iommu: Remove amd_iommu_pd_tableJoerg Roedel2009-11-271-18/+0
* | x86/amd-iommu: Remove support for domain sharingJoerg Roedel2009-11-271-17/+0
* | x86/amd-iommu: Make np-cache a global flagJoerg Roedel2009-11-271-0/+6
* | x86/amd-iommu: Implement protection domain listJoerg Roedel2009-11-271-0/+8
* | x86/amd-iommu: Add an index field to struct amd_iommuJoerg Roedel2009-11-271-0/+15
* | x86/amd-iommu: Update copyright headersJoerg Roedel2009-11-271-1/+1
* | x86/amd-iommu: Separate internal interface definitionsJoerg Roedel2009-11-271-0/+1
* | x86/amd-iommu: un__init iommu_setup_msiJoerg Roedel2009-11-231-1/+1
* | x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-101-1/+1
* | x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hookFUJITA Tomonori2009-11-101-14/+3
* | x86: Use x86_platform for iommu_shutdownFUJITA Tomonori2009-11-081-5/+1
* | Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel2009-11-031-1/+23
|\ \ | |/ |/|
| * x86/amd-iommu: Un__init function required on shutdownJoerg Roedel2009-10-281-1/+1
| * x86/amd-iommu: Workaround for erratum 63Joerg Roedel2009-10-091-0/+22
* | Merge branch 'amd-iommu/passthrough' into amd-iommu/2.6.32Joerg Roedel2009-09-031-1/+7
|\ \
| * | x86/amd-iommu: Initialize passthrough mode when requestedJoerg Roedel2009-09-031-1/+7
| |/
| |
| \
*-. \ Merge branches 'gart/fixes', 'amd-iommu/fixes+cleanups' and 'amd-iommu/fault-...Joerg Roedel2009-09-031-12/+22
|\ \ \ | |_|/ |/| |
| | * x86/amd-iommu: Add reset function for command buffersJoerg Roedel2009-09-031-5/+15
| |/ |/|