summaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c
Commit message (Expand)AuthorAgeFilesLines
* convert swiotlb to use dma_get_maskFUJITA Tomonori2008-09-191-5/+1
* swiotlb: convert swiotlb to use is_buffer_dma_capable helper functionFUJITA Tomonori2008-09-101-7/+8
* swiotlb: add is_swiotlb_buffer helper functionFUJITA Tomonori2008-09-081-5/+9
* swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coh...FUJITA Tomonori2008-09-081-1/+1
* swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherentFUJITA Tomonori2008-09-081-5/+2
* swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherentFUJITA Tomonori2008-09-081-7/+0
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner2008-04-291-8/+42
* swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori2008-04-291-11/+3
* lib/swiotlb.c: cleanupsAndrew Morton2008-04-291-46/+43
* avoid endless loops in lib/swiotlb.cJan Beulich2008-03-131-14/+16
* iommu sg merging: swiotlb: respect the segment boundary limitsFUJITA Tomonori2008-02-051-6/+35
* Update swiotlb to use sg helpersJens Axboe2007-10-221-1/+1
* swiotlb: fix map_sg failure handlingFUJITA Tomonori2007-10-171-1/+1
* swiotlb: sg chaining supportJens Axboe2007-10-161-7/+12
* dma_free_coherent() needs irqs enabled (sigh)David Brownell2007-10-121-0/+1
* Fix swiotlb_sync_single_range()Keir Fraser2007-07-211-1/+4
* fix section mismatch warning in lib/swiotlb.cSam Ravnborg2007-05-081-1/+0
* Revert "[IA64] swiotlb abstraction (e.g. for Xen)"Tony Luck2007-03-061-149/+35
* [PATCH] swiotlb uninliningsAndrew Morton2007-02-121-4/+4
* [IA64] swiotlb abstraction (e.g. for Xen)Jan Beulich2007-02-051-35/+149
* [IA64] swiotlb cleanupJan Beulich2007-02-051-24/+32
* [IA64] make swiotlb use bus_to_virt/virt_to_busJan Beulich2007-02-051-16/+17
* [IA64] swiotlb bug fixesJan Beulich2007-02-051-25/+8
* BUG_ON() Conversion in lib/swiotlb.cEric Sesterhenn2006-03-241-20/+12
* [PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda2006-01-111-1/+1
* [PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowRavikiran G Thirumalai2006-01-061-2/+1
* [PATCH] Fix swiotlb pci_map_sg error handlingAndi Kleen2005-12-201-2/+3
* manual update from upstream:Tony Luck2005-10-311-1/+1
* Update from upstream with manual merge of Yasunori Goto'sTony Luck2005-10-201-2/+2
* [PATCH] Removed remaining PCI specific references from swiotlb.cTony Luck2005-09-291-14/+14
* [PATCH] swiotlb: file header commentsJohn W. Linville2005-09-291-2/+4
* [PATCH] swiotlb: support syncing DMA_BIDIRECTIONAL mappingsJohn W. Linville2005-09-291-22/+40
* [PATCH] swiotlb: support syncing sub-ranges of mappingsJohn W. Linville2005-09-291-0/+33
* [PATCH] swiotlb: cleanup some code duplication cruftJohn W. Linville2005-09-291-23/+22
* [PATCH] swiotlb: move from arch/ia64/lib/ to lib/John W. Linville2005-09-291-0/+759