aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-06-10
|\
| * Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-06-09
| |\
| | * amd-iommu: remove unnecessary "AMD IOMMU: " prefixJoerg Roedel2009-06-09
| | * amd-iommu: detach device explicitly before attaching it to a new domainJoerg Roedel2009-06-09
| | * amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handlingJoerg Roedel2009-06-09
| | * Merge commit 'tip/core/iommu' into amd-iommu/fixesJoerg Roedel2009-06-09
| | |\
| | * | amd_iommu: fix lock imbalanceJiri Slaby2009-06-03
| * | | dma-debug: simplify logic in driver_filter()Joerg Roedel2009-06-08
| * | | dma-debug: disable/enable irqs only once in device_dma_allocationsJoerg Roedel2009-06-08
| * | | dma-debug: use pr_* instead of printk(KERN_* ...)Joerg Roedel2009-06-08
| * | | dma-debug: code style fixesJoerg Roedel2009-06-08
| * | | dma-debug: comment style fixesJoerg Roedel2009-06-08
| | |/ | |/|
| * | Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-06-07
| |\ \
| | * \ Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug...Joerg Roedel2009-06-02
| | |\ \
| | | * | dma-debug: add documentation for the driver filterJoerg Roedel2009-06-02
| | | * | dma-debug: add dma_debug_driver kernel command lineJoerg Roedel2009-06-02
| | | * | dma-debug: add debugfs file for driver filterJoerg Roedel2009-06-02
| | | * | dma-debug: add variables and checks for driver filterJoerg Roedel2009-06-02
| | * | | dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_deviceFUJITA Tomonori2009-05-29
| | * | | dma-debug: use sg_dma_len accessorFUJITA Tomonori2009-05-29
| | * | | dma-debug: use sg_dma_address accessor instead of using dma_address directlyFUJITA Tomonori2009-05-29
| | * | | dma-debug: re-add dma memory leak detectionJoerg Roedel2009-05-28
| | |/ /
| * | | Merge branch 'linus' into core/iommuIngo Molnar2009-06-07
| |\ \ \
| * | | | dma-debug: change hash_bucket_find from first-fit to best-fitJoerg Roedel2009-06-07
| * | | | x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf2009-06-06
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum...Joerg Roedel2009-05-28
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | | * | | amd-iommu: don't free dma adresses below 512MB with CONFIG_IOMMU_STRESSJoerg Roedel2009-05-28
| | | | * | | amd-iommu: don't preallocate page tables with CONFIG_IOMMU_STRESSJoerg Roedel2009-05-28
| | | | * | | amd-iommu: disable round-robin allocator for CONFIG_IOMMU_STRESSJoerg Roedel2009-05-28
| | | | * | | amd-iommu: remove amd_iommu_size kernel parameterJoerg Roedel2009-05-28
| | | | * | | amd-iommu: enlarge the aperture dynamicallyJoerg Roedel2009-05-28
| | | | * | | amd-iommu: handle exlusion ranges and unity mappings in alloc_new_rangeJoerg Roedel2009-05-28
| | | | * | | amd-iommu: move aperture_range allocation code to seperate functionJoerg Roedel2009-05-28
| | | | * | | amd-iommu: change dma_dom->next_bit to dma_dom->next_addressJoerg Roedel2009-05-28
| | | | * | | amd-iommu: make address allocator aware of multiple aperture rangesJoerg Roedel2009-05-28
| | | | * | | amd-iommu: handle page table allocation failures in dma_ops codeJoerg Roedel2009-05-28
| | | | * | | amd-iommu: move page table allocation code to seperate functionJoerg Roedel2009-05-28
| | | | * | | amd-iommu: introduce aperture_range structureJoerg Roedel2009-05-28
| | | | | |/ | | | | |/|
| | | * | | amd-iommu: implement suspend/resumeJoerg Roedel2009-05-28
| | | * | | amd_iommu: un __init functions required for suspend/resumeJoerg Roedel2009-05-28
| | | * | | amd-iommu: add function to flush tlb for all devicesJoerg Roedel2009-05-28
| | | * | | amd-iommu: add function to flush tlb for all domainsJoerg Roedel2009-05-28
| | | * | | amd-iommu: add function to disable all iommusJoerg Roedel2009-05-28
| | | * | | amd-iommu: remove support for msi-xJoerg Roedel2009-05-28
| | | * | | amd-iommu: drop pointless iommu-loop in msi setup codeJoerg Roedel2009-05-28
| | | * | | amd-iommu: consolidate hardware initialization to one functionJoerg Roedel2009-05-28
| | | * | | amd-iommu: introduce for_each_iommu* macrosJoerg Roedel2009-05-28
| | | |/ /
| | * | | amd-iommu: disable device isolation with CONFIG_IOMMU_STRESSJoerg Roedel2009-05-28
| | * | | x86/iommu: add IOMMU_STRESS Kconfig entryJoerg Roedel2009-05-28
| | * | | amd-iommu: move protection domain printk to dump codeJoerg Roedel2009-05-28