summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_iommu_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-051-0/+2
* | x86/amd-iommu: Remove amd_iommu_pd_tableJoerg Roedel2009-11-271-18/+0Star
* | x86/amd-iommu: Remove support for domain sharingJoerg Roedel2009-11-271-17/+0Star
* | 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/+3Star
* | x86: Use x86_platform for iommu_shutdownFUJITA Tomonori2009-11-081-5/+1Star
* | 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
| |/ |/|
| * x86/amd-iommu: Remove redundant 'IOMMU' stringJoerg Roedel2009-09-031-1/+1
| * x86/amd-iommu: replace "AMD IOMMU" by "AMD-Vi"Joerg Roedel2009-09-031-6/+6
|/
* amd-iommu: set evt_buf_size correctlyJoerg Roedel2009-07-021-0/+2
* amd-iommu: handle alias entries correctly in init codeJoerg Roedel2009-07-021-4/+7
* amd-iommu: resume cleanupChris Wright2009-06-161-7/+1Star
* amd-iommu: set event buffer head and tail to 0 manuallyJoerg Roedel2009-06-151-0/+4
* amd-iommu: disable cmd buffer and evt logging before reprogramming iommuChris Wright2009-06-151-0/+9
* amd-iommu: disable IOMMU hardware on shutdownJoerg Roedel2009-06-151-0/+5
*---. Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum...Joerg Roedel2009-05-281-88/+179
|\ \ \
| | | * amd-iommu: remove amd_iommu_size kernel parameterJoerg Roedel2009-05-281-15/+0Star
| | * | amd-iommu: implement suspend/resumeJoerg Roedel2009-05-281-1/+20
| | * | amd_iommu: un __init functions required for suspend/resumeJoerg Roedel2009-05-281-5/+5
| | * | amd-iommu: add function to disable all iommusJoerg Roedel2009-05-281-0/+13
| | * | amd-iommu: remove support for msi-xJoerg Roedel2009-05-281-43/+1Star
| | * | amd-iommu: drop pointless iommu-loop in msi setup codeJoerg Roedel2009-05-281-7/+1Star
| | * | amd-iommu: consolidate hardware initialization to one functionJoerg Roedel2009-05-281-18/+32
| | * | amd-iommu: introduce for_each_iommu* macrosJoerg Roedel2009-05-281-4/+4
| | |/
| * | amd-iommu: disable device isolation with CONFIG_IOMMU_STRESSJoerg Roedel2009-05-281-0/+6
| * | amd-iommu: print ivmd information to dmesg when requestedJoerg Roedel2009-05-281-0/+11
| * | amd-iommu: print ivhd information to dmesg when requestedJoerg Roedel2009-05-281-0/+73
| * | amd-iommu: add dump for iommus described in ivrs tableJoerg Roedel2009-05-281-0/+9
| * | amd-iommu: add amd_iommu_dump parameterJoerg Roedel2009-05-281-0/+10
| |/
* | amd-iommu: make sure only ivmd entries are parsedJoerg Roedel2009-05-281-0/+2
* | amd-iommu: fix the handling of device aliases in the AMD IOMMU driver.Neil Turton2009-05-281-1/+1
* | amd-iommu: fix an off-by-one error in the AMD IOMMU driver.Neil Turton2009-05-281-1/+1
|/