summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-3040-844/+1899
|\
| * Merge branch 'linus' into core/iommuIngo Molnar2009-03-283749-161809/+272835
| |\
| * | dma-debug: make memory range checks more consistentJoerg Roedel2009-03-241-5/+8
| * | dma-debug: warn of unmapping an invalid dma addressFUJITA Tomonori2009-03-191-1/+4
| * | dma-debug: fix dma_debug_add_bus() definition for !CONFIG_DMA_API_DEBUGIngo Molnar2009-03-181-1/+1
| * | Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-03-1810-6/+1304
| |\ \
| | * | dma-debug/x86: register pci bus for dma-debug leak detectionJoerg Roedel2009-03-171-0/+4
| | * | dma-debug: add a check dma memory leaksJoerg Roedel2009-03-172-0/+62
| | * | dma-debug: add checks for kernel text and rodataJoerg Roedel2009-03-171-1/+25
| | * | dma-debug: print stacktrace of mapping path on unmap errorDavid Woodhouse2009-03-171-14/+38
| | * | dma-debug: Documentation updateJoerg Roedel2009-03-171-0/+106
| | * | dma-debug: x86 architecture bindingsJoerg Roedel2009-03-173-6/+46
| | * | dma-debug: add function to dump dma mappingsDavid Woodhouse2009-03-172-0/+36
| | * | dma-debug: add checks for sync_single_sg_*Joerg Roedel2009-03-052-0/+52
| | * | dma-debug: add checks for sync_single_range_*Joerg Roedel2009-03-052-0/+51
| | * | dma-debug: add checks for sync_single_*Joerg Roedel2009-03-052-0/+41
| | * | dma-debug: add checking for [alloc|free]_coherentJoerg Roedel2009-03-052-0/+61
| | * | dma-debug: add add checking for map/unmap_sgJoerg Roedel2009-03-052-0/+89
| | * | dma-debug: add checking for map/unmap_page/singleJoerg Roedel2009-03-052-0/+76
| | * | dma-debug: add core checking functionsJoerg Roedel2009-03-051-1/+187
| | * | dma-debug: add debugfs interfaceJoerg Roedel2009-03-051-0/+78
| | * | dma-debug: add kernel command line parametersJoerg Roedel2009-03-052-0/+48
| | * | dma-debug: add initialization codeJoerg Roedel2009-03-052-0/+80
| | * | dma-debug: add allocator codeJoerg Roedel2009-03-051-0/+57
| | * | dma-debug: add hash functions for dma_debug_entriesJoerg Roedel2009-03-051-0/+101
| | * | dma-debug: add header file and core data structuresJoerg Roedel2009-03-053-0/+69
| | * | dma-debug: add Kconfig entryJoerg Roedel2009-03-052-0/+13
| * | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-18455-8308/+20415
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'iommu/fixes-2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-052-3/+1
| |\ \ \
| | * | | IOMMU-API: use ANSI style function declaration for 'iommu_found'Hannes Eder2009-03-051-1/+1
| | * | | AMD IOMMU: remove unnecessary ifdefFUJITA Tomonori2009-03-051-2/+0
| * | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-052432-31125/+67881
| |\ \ \ \ | | |/ / /
| * | | | IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devices, fixYasunori Goto2009-02-031-1/+1
| * | | | intel-iommu: make dma mapping functions staticFUJITA Tomonori2009-01-292-27/+11
| * | | | IA64: fix VT-d dma_mapping_errorFUJITA Tomonori2009-01-292-6/+6
| * | | | IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devicesFUJITA Tomonori2009-01-291-1/+9
| * | | | IA64: fix compile error on IA64_DIG_VTDFUJITA Tomonori2009-01-272-3/+3
| * | | | x86: rename arch/x86/kernel/pci-swiotlb_64.c => pci-swiotlb.cIan Campbell2009-01-232-1/+1
| * | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-16817-7280/+33069
| |\ \ \ \
| * | | | | swiotlb: do not use sg_virt()Ian Campbell2009-01-111-7/+7
| * | | | | swiotlb: range_needs_mapping should take a physical address.Ian Campbell2009-01-113-7/+7
| * | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-113605-152494/+720146
| |\ \ \ \ \
| * | | | | | convert to use generic dma_map_ops struct, cleanupFUJITA Tomonori2009-01-072-5/+5
| * | | | | | ia64: fix section mismatch swiotlb_dma_init -> swiotlb_initLuck, Tony2009-01-061-1/+1
| * | | | | | x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori2009-01-064-77/+25
| * | | | | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-0624-378/+278
| * | | | | | generic: add common struct for dma map operationsFUJITA Tomonori2009-01-061-0/+48
| * | | | | | x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-067-76/+8
| * | | | | | x86, pci-nommu: add map_pageFUJITA Tomonori2009-01-061-6/+14
| * | | | | | intel-iommu: add map_page and unmap_pageFUJITA Tomonori2009-01-061-2/+22
OpenPOWER on IntegriCloud