| Commit message (Expand) | Author | Age | Files | Lines |
* | AMD IOMMU: add MSI interrupt support | Joerg Roedel | 2008-09-19 | 1 | -0/+11 |
* | AMD IOMMU: align alloc_coherent addresses properly | Joerg Roedel | 2008-09-19 | 1 | -8/+14 |
* | AMD IOMMU: add branch hints to completion wait checks | Joerg Roedel | 2008-09-19 | 1 | -6/+6 |
* | AMD IOMMU: implement lazy IO/TLB flushing | Joerg Roedel | 2008-09-19 | 1 | -4/+22 |
* | AMD IOMMU: move TLB flushing to the map/unmap helper functions | Joerg Roedel | 2008-09-19 | 1 | -14/+5 |
* | AMD IOMMU: check for invalid device pointers | Joerg Roedel | 2008-09-19 | 1 | -8/+35 |
* | Merge commit 'v2.6.27-rc6' into x86/iommu | Ingo Molnar | 2008-09-10 | 1 | -1/+1 |
|\ |
|
| * | x86 iommu: remove unneeded parenthesis | Jiri Kosina | 2008-08-19 | 1 | -1/+1 |
* | | x86, AMD IOMMU: remove obsolete FIXME comment | Joerg Roedel | 2008-08-22 | 1 | -2/+0 |
|/ |
|
* | x86m AMD IOMMU: cleanup: replace LOW_U32 macro with generic lower_32_bits | Joerg Roedel | 2008-08-15 | 1 | -1/+1 |
* | x86, AMD IOMMU: use status bit instead of memory write-back for completion wait | Joerg Roedel | 2008-08-15 | 1 | -7/+10 |
* | Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Jesse Barnes | 2008-07-28 | 1 | -8/+5 |
|\ |
|
| * | x86, AMD IOMMU: replace to_pages macro with iommu_num_pages | Joerg Roedel | 2008-07-26 | 1 | -8/+5 |
* | | x86, AMD IOMMU: include amd_iommu_last_bdf in device initialization | Joerg Roedel | 2008-07-26 | 1 | -2/+2 |
|/ |
|
*-. | Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8... | Ingo Molnar | 2008-07-21 | 1 | -13/+218 |
|\ \ |
|
| | * | x86: make only GART code include gart.h | FUJITA Tomonori | 2008-07-11 | 1 | -1/+1 |
| |/
|/| |
|
| * | x86, AMD IOMMU: replace DEVID macro with a function | Joerg Roedel | 2008-07-11 | 1 | -1/+1 |
| * | x86, AMD IOMMU: rename struct command to iommu_cmd | Joerg Roedel | 2008-07-11 | 1 | -6/+6 |
| * | x86, AMD IOMMU: add an emergency exit to the completion wait loop | Joerg Roedel | 2008-07-11 | 1 | -1/+9 |
| * | x86, AMD IOMMU: replace HIGH_U32 macro with upper_32_bits function | Joerg Roedel | 2008-07-11 | 1 | -2/+2 |
| * | x86, AMD IOMMU: add comments to core code | Joerg Roedel | 2008-07-11 | 1 | -2/+199 |
|/ |
|
* | x86, AMD IOMMU: flush domain TLB when there is more than one page to flush | Joerg Roedel | 2008-07-04 | 1 | -4/+10 |
* | x86, AMD IOMMU: remove unnecessary set_bit_string | Joerg Roedel | 2008-07-04 | 1 | -1/+0 |
* | x86, AMD IOMMU, build fix #2 | Ingo Molnar | 2008-06-27 | 1 | -0/+2 |
* | x86, AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma code | Joerg Roedel | 2008-06-27 | 1 | -0/+1 |
* | x86, AMD IOMMU: add dma_ops initialization function | Joerg Roedel | 2008-06-27 | 1 | -0/+46 |
* | x86, AMD IOMMU: add pre-allocation of protection domains | Joerg Roedel | 2008-06-27 | 1 | -0/+34 |
* | x86, AMD IOMMU: add mapping functions for coherent mappings | Joerg Roedel | 2008-06-27 | 1 | -0/+74 |
* | x86, AMD IOMMU: add mapping functions for scatter gather lists | Joerg Roedel | 2008-06-27 | 1 | -0/+98 |
* | x86, AMD IOMMU: add dma_ops mapping functions for single mappings | Joerg Roedel | 2008-06-27 | 1 | -0/+59 |
* | x86, AMD IOMMU: add generic dma_ops mapping functions | Joerg Roedel | 2008-06-27 | 1 | -0/+105 |
* | x86, AMD IOMMU: add functions to find IOMMU device resources | Joerg Roedel | 2008-06-27 | 1 | -0/+75 |
* | x86, AMD IOMMU: add domain allocation and deallocation functions | Joerg Roedel | 2008-06-27 | 1 | -0/+147 |
* | x86, AMD IOMMU: add address allocation and deallocation functions | Joerg Roedel | 2008-06-27 | 1 | -0/+48 |
* | x86, AMD IOMMU: add functions to initialize unity mappings | Joerg Roedel | 2008-06-27 | 1 | -0/+122 |
* | x86, AMD IOMMU: add functions to send IOMMU commands | Joerg Roedel | 2008-06-27 | 1 | -0/+106 |
* | x86, AMD IOMMU: add generic defines and structures for mapping code | Joerg Roedel | 2008-06-27 | 1 | -0/+40 |