| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu/amd: Move missing parts to drivers/iommu | Joerg Roedel | 2011-06-21 | 1 | -1572/+0 |
* | x86/amd-iommu: Fix 3 possible endless loops | Joerg Roedel | 2011-06-06 | 1 | -4/+4 |
* | x86/amd-iommu: Use threaded interupt handler | Joerg Roedel | 2011-05-10 | 1 | -4/+5 |
*-. | Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats... | Joerg Roedel | 2011-05-10 | 1 | -4/+35 |
|\ \ |
|
| | * | x86/amd-iommu: Add extended feature detection | Joerg Roedel | 2011-04-12 | 1 | -2/+22 |
| * | | x86/amd-iommu: Add flag to indicate IOTLB support | Joerg Roedel | 2011-04-11 | 1 | -0/+4 |
| |/ |
|
| * | x86/amd-iommu: Flush all internal TLBs when IOMMUs are enabled | Joerg Roedel | 2011-04-07 | 1 | -2/+9 |
|/ |
|
* | x86: Use syscore_ops instead of sysdev classes and sysdevs | Rafael J. Wysocki | 2011-03-23 | 1 | -20/+6 |
* | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-21 | 1 | -4/+11 |
|\ |
|
| * | x86, GART/AMD-VI: Make AMD GART and IOMMU use IOMMU_INIT_* macros. | Konrad Rzeszutek Wilk | 2010-08-27 | 1 | -1/+6 |
| * | x86, iommu: Make all IOMMU's detection routines return a value. | Konrad Rzeszutek Wilk | 2010-08-27 | 1 | -3/+5 |
* | | x86/amd-iommu: Update copyright headers | Joerg Roedel | 2010-10-13 | 1 | -1/+1 |
* | | x86/amd-iommu: Reenable AMD IOMMU if it's mysteriously vanished over suspend | Matthew Garrett | 2010-10-13 | 1 | -14/+108 |
* | | x86/amd-iommu: Work around S3 BIOS bug | Joerg Roedel | 2010-09-23 | 1 | -0/+18 |
* | | x86/amd-iommu: Set iommu configuration flags in enable-loop | Joerg Roedel | 2010-09-23 | 1 | -22/+27 |
|/ |
|
* | x86/amd-iommu: Fall back to GART if initialization fails | Joerg Roedel | 2010-06-01 | 1 | -0/+9 |
* | x86/amd-iommu: Fix crash when request_mem_region fails | Joerg Roedel | 2010-06-01 | 1 | -3/+8 |
* | x86/amd-iommu: Add amd_iommu=off command line option | Joerg Roedel | 2010-05-11 | 1 | -0/+6 |
* | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 2010-04-13 | 1 | -15/+33 |
|\ |
|
| * | x86/amd-iommu: warn when issuing command to uninitialized cmd buffer | Chris Wright | 2010-04-07 | 1 | -2/+3 |
| * | x86/amd-iommu: enable iommu before attaching devices | Chris Wright | 2010-04-07 | 1 | -2/+3 |
| * | x86/amd-iommu: Report errors in acpi parsing functions upstream | Joerg Roedel | 2010-03-01 | 1 | -11/+27 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
|/ |
|
* | x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt | Joerg Roedel | 2010-01-22 | 1 | -0/+3 |
* | x86/amd-iommu: Fix initialization failure panic | Joerg Roedel | 2009-12-21 | 1 | -0/+10 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-12 | 1 | -0/+9 |
|\ |
|
| * | x86/amd-iommu: Fix PCI hotplug with passthrough mode | Joerg Roedel | 2009-12-10 | 1 | -0/+2 |
| * | x86/amd-iommu: Fix passthrough mode | Joerg Roedel | 2009-12-10 | 1 | -0/+7 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-12-11 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | PCI: add pci_request_acs | Chris Wright | 2009-12-05 | 1 | -0/+2 |
* | | x86/amd-iommu: Remove amd_iommu_pd_table | Joerg Roedel | 2009-11-27 | 1 | -18/+0 |
* | | x86/amd-iommu: Remove support for domain sharing | Joerg Roedel | 2009-11-27 | 1 | -17/+0 |
* | | x86/amd-iommu: Make np-cache a global flag | Joerg Roedel | 2009-11-27 | 1 | -0/+6 |
* | | x86/amd-iommu: Implement protection domain list | Joerg Roedel | 2009-11-27 | 1 | -0/+8 |
* | | x86/amd-iommu: Add an index field to struct amd_iommu | Joerg Roedel | 2009-11-27 | 1 | -0/+15 |
* | | x86/amd-iommu: Update copyright headers | Joerg Roedel | 2009-11-27 | 1 | -1/+1 |
* | | x86/amd-iommu: Separate internal interface definitions | Joerg Roedel | 2009-11-27 | 1 | -0/+1 |
* | | x86/amd-iommu: un__init iommu_setup_msi | Joerg Roedel | 2009-11-23 | 1 | -1/+1 |
* | | x86: Handle HW IOMMU initialization failure gracefully | FUJITA Tomonori | 2009-11-10 | 1 | -1/+1 |
* | | x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 1 | -14/+3 |
* | | x86: Use x86_platform for iommu_shutdown | FUJITA Tomonori | 2009-11-08 | 1 | -5/+1 |
* | | Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes | Joerg Roedel | 2009-11-03 | 1 | -1/+23 |
|\ \
| |/
|/| |
|
| * | x86/amd-iommu: Un__init function required on shutdown | Joerg Roedel | 2009-10-28 | 1 | -1/+1 |
| * | x86/amd-iommu: Workaround for erratum 63 | Joerg Roedel | 2009-10-09 | 1 | -0/+22 |
* | | Merge branch 'amd-iommu/passthrough' into amd-iommu/2.6.32 | Joerg Roedel | 2009-09-03 | 1 | -1/+7 |
|\ \ |
|
| * | | x86/amd-iommu: Initialize passthrough mode when requested | Joerg Roedel | 2009-09-03 | 1 | -1/+7 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge branches 'gart/fixes', 'amd-iommu/fixes+cleanups' and 'amd-iommu/fault-... | Joerg Roedel | 2009-09-03 | 1 | -12/+22 |
|\ \ \
| |_|/
|/| | |
|
| | * | x86/amd-iommu: Add reset function for command buffers | Joerg Roedel | 2009-09-03 | 1 | -5/+15 |
| |/
|/| |
|
| * | x86/amd-iommu: Remove redundant 'IOMMU' string | Joerg Roedel | 2009-09-03 | 1 | -1/+1 |
| * | x86/amd-iommu: replace "AMD IOMMU" by "AMD-Vi" | Joerg Roedel | 2009-09-03 | 1 | -6/+6 |
|/ |
|